aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/opengl
Commit message (Expand)AuthorAgeFilesLines
...
* AbstractGraphicsDevice ..: Add device/display connection attribute to support...Sven Gothel2010-11-122-7/+2
* Use GlueGen VersionUtil to dump full Manifest versionSven Gothel2010-11-101-61/+9
* 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-091-0/+2
* 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
* Added fast path to equals impl.Sven Gothel2010-11-061-3/+32
* 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-297-62/+145
* Proper X11 Display ClosingSven Gothel2010-10-292-17/+5
* Promoted the shutdown hook from GLDrawableFactoryImpl to GLProfile.Sven Gothel2010-10-296-88/+141
* ThreadingImpl: AWT semantic cleanup.Sven Gothel2010-10-292-24/+25
* Animator Fix/CleanupSven Gothel2010-10-285-47/+76
* WindowImpl/GLWindow LifecycleHook:Sven Gothel2010-10-271-5/+33
* GLAnimatorControl/Animator: Allow stop() if paused()Sven Gothel2010-10-271-9/+5
* 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
* can't enable x11IOErrorHandler without disableSven Gothel2010-10-261-1/+9
* X11Util: lock toolkit/x11 unificationSven Gothel2010-10-261-32/+28
* JOGL: Reenable Applet/Webstart/RCP support for JOGL + AWT + X11Sven Gothel2010-10-1429-194/+264
* Add version info tool, to allow more precise bug reportsSven Gothel2010-10-141-0/+135
* Fix: Memory consumptionSven Gothel2010-10-145-64/+113
* Fix: Avoid list modification while iterator in use (ConcurrentModificationExc...Sven Gothel2010-10-141-19/+24
* Fix: Avoid list modification while iterator in use (ConcurrentModificationExc...Sven Gothel2010-10-141-12/+34
* Harmonize all runtime properties, see doc/Implementation/runtime-properties.txtSven Gothel2010-10-1110-12/+13
* JOGL: WindowsWGLDrawableFactory/X11GLXDrawableFactory: synchronize sharedCont...Sven Gothel2010-10-093-79/+80
* Relocated RecursiveToolkitLock -> gluegen ; NEWT AWTParentWindowAdapter fix &...Sven Gothel2010-10-092-5/+16
* Fix: JOGL GLContextLock starvation; Tighten NEWT/AWT focus unit testsSven Gothel2010-10-081-32/+43
* NativeWindow/NativeSurface Refactoring ; Added mouseClick NEWT/AWT unit testSven Gothel2010-10-0641-285/+322
* NEWT: Animator API Change - Changed Lifecycle of Display/Screen (part 4)Sven Gothel2010-09-238-229/+493
* Misc CleanupsSven Gothel2010-09-158-38/+16
* Merge branch 'master' of github.com:mbien/joglSven Gothel2010-09-1516-117/+70
|\
| * Merge branch 'master' of git://github.com/sgothel/joglMichael Bien2010-09-101-10/+10
| |\
| * | trivial code cleanup in glx package.Michael Bien2010-09-0916-117/+70
* | | Removed COPYRIGHT.txt file, whichSven Gothel2010-09-1413-326/+335
| |/ |/|
* | NEWT: Focus Fix + CleanupSven Gothel2010-09-031-10/+10
|/
* minor formattingSven Gothel2010-08-241-2/+1
* Add OpenGL 3.3, 4.0 and 4.1 language mapping.Sven Gothel2010-08-241-0/+6
* Fix file modesSven Gothel2010-07-07116-0/+0
* GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: Adding ...Sven Gothel2010-07-074-7/+7
* Merge branch 'master' of github.com:sgothel/joglSven Gothel2010-06-266-8/+9
|\
| * Provide a classloader for all reflection driven classloading ops.Michael Bien2010-06-176-8/+9
* | GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: Adding ...Sven Gothel2010-06-263-48/+123
|/
* JOGL.GLAutoDrawable:Sven Gothel2010-06-163-0/+121
* NEWT Add: add<type>Listener(int index, <type>Listener l) ; get<type>Listener(...Sven Gothel2010-06-111-1/+8
* Fix: Locking/Threading; Common IntIntHashMap and Buffers; Fix: glMap*Buffer*;...Sven Gothel2010-06-1070-2488/+1574