aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/opengl/impl
Commit message (Expand)AuthorAgeFilesLines
* 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-1428-189/+259
* Fix: Memory consumptionSven Gothel2010-10-142-24/+46
* 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-119-11/+10
* 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-0638-270/+301
* NEWT: Animator API Change - Changed Lifecycle of Display/Screen (part 4)Sven Gothel2010-09-233-31/+67
* 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-1412-301/+309
| |/ |/|
* | NEWT: Focus Fix + CleanupSven Gothel2010-09-031-10/+10
|/
* Add OpenGL 3.3, 4.0 and 4.1 language mapping.Sven Gothel2010-08-241-0/+6
* Fix file modesSven Gothel2010-07-0772-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-262-40/+111
|/
* 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-1069-2488/+1490
* JOGL: Unify library loading (impl and binding), incl. lookup ; GLAutoDrawable...Sven Gothel2010-06-0423-499/+747
* JOGL: Sanity check in GLDrawableHelper (Context creation and initAction) ; Ad...Sven Gothel2010-06-021-0/+3
* JOGL: Unified GLContext native handleSven Gothel2010-06-0213-344/+292
* NEWT: Fix AWT Parenting ; Multithreading Issues ; Semantics: destroy(), .. ; ...Sven Gothel2010-05-283-3/+7
* Changed NEWT NativeWindow creation contract - AWT/NEWT Parenting - Misc FixesSven Gothel2010-05-212-91/+34
* Missing comment for last commit 6798fc1fb008eff4179f64775a7bf33cfbfd1981:Sven Gothel2010-05-115-73/+44
* ../jogl.logSven Gothel2010-05-102-7/+7
* Remove critical path in shutdown ..Sven Gothel2010-05-042-4/+10
* Add native NEWT window parenting test. Fix some error messagesSven Gothel2010-04-302-7/+7
* - JAR Manifest: Trusted-Library: trueSven Gothel2010-04-281-3/+3
* Fix privileged access (applet)Sven Gothel2010-04-281-1/+7
* JOGLSven Gothel2010-04-285-8/+14
* JOGL Error HandlingSven Gothel2010-04-276-17/+24
* - Fix GLProcAddressResolver regression: Use GLProcAddressResolver !Sven Gothel2010-04-2710-70/+147
* modifications due to method renaming in gluegen/procaddresstable.Michael Bien2010-04-242-4/+3
* changes due to refactorings in ProcAddressTable.Michael Bien2010-04-242-2/+2
* NEWT/AWT InteroperabilitySven Gothel2010-04-246-62/+30
* reviewed calls to lockSurface() and ensured propper unlocking.Michael Bien2010-04-234-43/+36
* Merge branch 'master' of github.com:mbien/joglMichael Bien2010-04-226-149/+150
|\
| * Review of using isGL2() and GL2.GL*Sven Gothel2010-04-226-149/+150
* | reviewed X11Lib.XLock/UnlockDisplay() usage:Michael Bien2010-04-224-193/+213
|/