aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl
Commit message (Expand)AuthorAgeFilesLines
* JOGL: Fix CreateDummyWindow usage, no more sync needed, since the Window clas...Sven Gothel2010-11-221-5/+1
* 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-224-19/+22
* JOGL: AWT/GraphicsConfiguration - Use own display handle, reuse causes SIGSEG...Sven Gothel2010-11-211-5/+6
* JOGL/NEWT: Animator fixesSven Gothel2010-11-2110-219/+324
* Merge branch 'master' of github.com:sgothel/joglMichael Bien2010-11-189-128/+182
|\
| * JOGL/AWT: Fix ~ 2 year old regressions: Choose & Use GraphicsConfiguration fo...Sven Gothel2010-11-189-128/+182
* | print platform info additional to the module info.Michael Bien2010-11-183-0/+5
* | modifications due to changes in GlueGen's VersionUtil.getManifest().Michael Bien2010-11-181-7/+5
|/
* NEWT: Adding CapabilitiesChooser setter and using it in createNativeImpl() ..Sven Gothel2010-11-181-2/+2
* Finishing Immutable changes including GLCapabiltiesImmutable.Sven Gothel2010-11-1741-359/+678
* Merge branch 'pulled'Sven Gothel2010-11-172-2/+2
|\
| * Implement CapabilitiesImmutable to indicate that getRequestedCapabilities() a...Steve Vaughan2010-11-172-2/+2
* | Move shutdown hook registration to GLDrawableFactory.Sven Gothel2010-11-172-29/+59
* | Move GDI GlueGen wrapping from JOGL -> NativeWindow (following X11). Moving N...Sven Gothel2010-11-1710-52/+142
|/
* X11: Make X11 error handler quiet where we expect an X11 error, ie OpenGL 4 n...Sven Gothel2010-11-161-6/+6
* NativeWindow AbstractGraphicsDevice: Add 'unitID' attribute and getUniqueID()Sven Gothel2010-11-1516-44/+28
* 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-1421-664/+1536
* import cleanupSven Gothel2010-11-142-6/+0
* ExtensionAvailabilityCache: Fall back to glGetString, if glGetStringi fails; ...Sven Gothel2010-11-141-9/+18
* 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-123-29/+49
* AbstractGraphicsDevice ..: Add device/display connection attribute to support...Sven Gothel2010-11-122-7/+2
* 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-092-0/+57
* Reformated license tag; Added Khronos licenseSven Gothel2010-11-081-29/+27
* Fix imports ..Sven Gothel2010-11-077-32/+82
* Fix NativeSignatureJavaMethodBindingEmitter usage; Fix importsSven Gothel2010-11-071-11/+9
* Gluegen parts in src/gluegen (clean)Sven Gothel2010-11-0710-0/+3550
* Fix buffer size: 64bit GLBufferSizeTracker, hash over addr+size, save fail-fa...Sven Gothel2010-11-062-11/+158
* Added missing JogAmp copyrightSven Gothel2010-11-065-3/+84
* Complete 1be7b5271ec1d08b6929a88dd811754d33d149de, EGL_KHR_fence_sync ..Sven Gothel2010-11-061-3/+3
* Added fast path to equals impl.Sven Gothel2010-11-063-3/+34
* Complete removal of NV KD and OMX started with 46f17013c7cd59d551371edb2c1a4a...Sven Gothel2010-11-062-26/+45
* JOGL/X11: Decorate glxMakeContextCurrent calls from makeCurrentImpl/releaseIm...Sven Gothel2010-11-041-10/+20
* JOGL/X11: Fix context scanning, misc simplifications ..Sven Gothel2010-11-036-93/+83
* JOGL GLContextImpl: Trigger ProcAddressTable mapping via 'setGLFunctionAvaila...Sven Gothel2010-11-031-8/+13
* JOGL DrawableFactory/AWT: Only use AWT factory if AWT is enabledSven Gothel2010-11-033-25/+30
* Minor cleanup: strings, unused vars, ..Sven Gothel2010-11-022-5/+5
* JOGL: HashMap ProcAddressTable for all GL profiles incl GLX/WGL/CGL/EGLSven Gothel2010-10-299-85/+165
* Proper X11 Display ClosingSven Gothel2010-10-294-47/+73
* Promoted the shutdown hook from GLDrawableFactoryImpl to GLProfile.Sven Gothel2010-10-298-225/+337
* ThreadingImpl: AWT semantic cleanup.Sven Gothel2010-10-292-24/+25
* Animator Fix/CleanupSven Gothel2010-10-285-47/+76
* WindowImpl/GLWindow LifecycleHook:Sven Gothel2010-10-273-9/+63
* GLAnimatorControl/Animator: Allow stop() if paused()Sven Gothel2010-10-272-11/+7
* Minor: fix imports, JAWTUtil: query headless 1st (faster), NativeWindowFactor...Sven Gothel2010-10-271-1/+0
* Analysis of glXMakeCurrent freeze on ATI fglrx 8.78.6; Misc ..Sven Gothel2010-10-262-21/+21