aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* JOGL/Junit: Refine TestTransformFeedbackVaryingsBug407NEWT, Add another simpl...Sven Gothel2010-11-235-76/+633
* X11/WGL: Unify GraphicsConfiguration Selection - Fixes WGL Bugs 397, 410, 429...Sven Gothel2010-11-237-359/+539
* TestTransformFeedbackVaryingsBug407NEWT: Fix class name and clarify outputSven Gothel2010-11-221-4/+4
* JOGL: Fix CreateDummyWindow usage, no more sync needed, since the Window clas...Sven Gothel2010-11-221-5/+1
* NativeWindow/Windows: Fix CreateDummyWindow gluegen and usageSven Gothel2010-11-221-1/+1
* NativeWindow: Fix XSynchronize gluegenSven Gothel2010-11-221-2/+2
* JOGL/X11 Shutdown: Don't close pending Display connections since it may cause...Sven Gothel2010-11-221-1/+3
* GLAnimatorControl pause()/resume() don't fail fast, return a boolean instead ...Sven Gothel2010-11-227-32/+34
* JOGL: AWT/GraphicsConfiguration - Use own display handle, reuse causes SIGSEG...Sven Gothel2010-11-211-5/+6
* JOGL/NEWT: Animator fixesSven Gothel2010-11-2118-341/+495
* minor formattingSven Gothel2010-11-191-11/+6
* Resume GLAnimatorCtrl after destroying, so it back in state for either this r...Sven Gothel2010-11-191-0/+3
* Avoid sendDestroy mechanism in favor of immediate destroy using AnimatorContr...Steve Vaughan2010-11-191-2/+21
* Merge branch 'master' of github.com:sgothel/joglMichael Bien2010-11-1820-209/+654
|\
| * JOGL/AWT: Fix ~ 2 year old regressions: Choose & Use GraphicsConfiguration fo...Sven Gothel2010-11-1817-142/+615
| * NativeWindow JAWT Impl: Fix: Remove double unlock of locks if JAWT lock failed.Sven Gothel2010-11-183-67/+39
* | print platform info additional to the module info.Michael Bien2010-11-186-0/+9
* | modifications due to changes in GlueGen's VersionUtil.getManifest().Michael Bien2010-11-183-13/+9
|/
* NEWT: Adding CapabilitiesChooser setter and using it in createNativeImpl() ..Sven Gothel2010-11-1813-15/+42
* Finishing Immutable changes including GLCapabiltiesImmutable.Sven Gothel2010-11-1769-469/+848
* NEWT X11Display: ignore null Display handle at dispatchSven Gothel2010-11-172-13/+36
* Merge branch 'pulled'Sven Gothel2010-11-1716-49/+147
|\
| * Implement CapabilitiesImmutable to indicate that getRequestedCapabilities() a...Steve Vaughan2010-11-1716-50/+143
| * Clone Capabilities on input, providing a local copy when requested. This eli...Steve Vaughan2010-11-161-4/+8
* | cleanup importsSven Gothel2010-11-174-18/+0
* | GLWindow becomes NEWTEventConsumer (missed that one) ; Adding test for NEWTEv...Sven Gothel2010-11-172-1/+126
* | Move shutdown hook registration to GLDrawableFactory.Sven Gothel2010-11-172-29/+59
* | JAWTWindow: Avoid AWTTreeLock, cleanup.Sven Gothel2010-11-175-32/+84
* | Moving NEWT X11Window GetRelativeLocation() native implementation to NativeWi...Sven Gothel2010-11-174-73/+74
* | Move GDI GlueGen wrapping from JOGL -> NativeWindow (following X11). Moving N...Sven Gothel2010-11-1713-98/+296
|/
* NEWT Lifecycle remodel: Window destroy() !Sven Gothel2010-11-1638-551/+501
* X11: Make X11 error handler quiet where we expect an X11 error, ie OpenGL 4 n...Sven Gothel2010-11-163-14/+18
* NEWT: Cleanup reparent (window resize/display) ; AWT Focus Tests: Bring back ...Sven Gothel2010-11-153-27/+23
* NativeWindow AbstractGraphicsDevice: Add 'unitID' attribute and getUniqueID()Sven Gothel2010-11-1536-120/+135
* NEWT: Make setVisible/reparentWindow return status more reliable (visibility,...Sven Gothel2010-11-158-99/+74
* JOGL X11/WGL: Proper usage of the shared resources in implementationSven Gothel2010-11-144-74/+103
* JOGL: Complete eager and lazy mapping of GLProfiles in respect to multiple de...Sven Gothel2010-11-1424-664/+1975
* import cleanupSven Gothel2010-11-142-6/+0
* import cleanupSven Gothel2010-11-141-10/+7
* ExtensionAvailabilityCache: Fall back to glGetString, if glGetStringi fails; ...Sven Gothel2010-11-141-9/+18
* NativeWindow: Add constructor to AbstractGraphicsDevice derivations,Sven Gothel2010-11-144-2/+44
* NEWT: Add optional eager native initialization ; Proper exception handlingSven Gothel2010-11-146-26/+66
* GlueGen JogampVersion Adaption (getInfo -> toStringBuffer/toString)Sven Gothel2010-11-144-8/+8
* ExtensionAvailabilityCache: Only use glGetStringi() is real GL >= 3.1 contextSven Gothel2010-11-132-18/+16
* Adapt to GlueGen Version changes; Adding NativeWindowVersion, JoglVersion and...Sven Gothel2010-11-127-43/+180
* AbstractGraphicsDevice ..: Add device/display connection attribute to support...Sven Gothel2010-11-1211-24/+42
* Use GlueGen VersionUtil to dump full Manifest versionSven Gothel2010-11-102-63/+12
* The 'shared resource' thread must be a deamon, otherwise the application won'...Sven Gothel2010-11-091-1/+3
* Adding simple static main test entry to provide standalone autobuild verifica...Sven Gothel2010-11-093-0/+89
* Removed no more used (see f47e8be170731d75a8b6002621a1541f90160465) and prori...Sven Gothel2010-11-081-222/+0