aboutsummaryrefslogtreecommitdiffstats
path: root/src/classes/com/sun/opengl/impl/GLContextImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Fixed nested toolkit locking problem with X11PbufferGLXDrawable. WithKenneth Russel2008-12-141-2/+6
* Fixed breakage of GLJPanel caused by confusion between requested and Kenneth Russel2008-12-121-1/+1
* cleanupSven Gothel2008-11-141-3/+3
* Added function name aliasing for 'isFunctionAvailable' dyn lookup caseSven Gothel2008-11-141-2/+11
* - EGLSven Gothel2008-11-141-0/+8
* - Removed StaticGLInfo usage.Sven Gothel2008-11-131-14/+28
* - New profile GL2ES12 (desktop)Sven Gothel2008-07-211-16/+1
* - Using new config feature: 'IgnoreExtendedInterfaceSymbols <java class sourc...Sven Gothel2008-07-181-2/+2
* Fixed:Sven Gothel2008-07-111-7/+1
* Fixed:Sven Gothel2008-07-101-0/+7
* GL Unification 2nd round.Sven Gothel2008-07-041-1/+2
* Auto GL profile selection; New GLReflection (refactoring of common relfection...Sven Gothel2008-06-251-21/+4
* GLES1 NEWT X11 - RedSquare - workingSven Gothel2008-06-251-6/+12
* 2nd big refactoring.Sven Gothel2008-06-211-64/+88
* Refactoring JOGL to partition core windowing, AWT, GL, ES1 and ES2 .. WIPSven Gothel2008-06-011-1/+1
* Added GLDrawableFactory.shutdown() to enable clean and cooperative Kenneth Russel2008-05-301-1/+3
* Refactorings to support building JOGL for OpenGL ES 1 and OpenGL ES 2. Kenneth Russel2008-05-131-2/+35
* Fixed another performance problem related to buffer objects pointed Kenneth Russel2006-11-261-1/+26
* Changed default sense of GLContext optimization flag to false. NowKenneth Russel2006-06-021-1/+10
* Added fallback path in GLContext optimization code to be able toKenneth Russel2006-03-191-0/+15
* Fixed resizing bug on Mac OS X which was a consequence of leaving theKenneth Russel2006-03-101-0/+6
* Restructured how GLObjectTracker destroys tracked objects during Kenneth Russel2006-03-081-18/+27
* Added mechanism for kicking the current context off the Kenneth Russel2006-02-231-0/+10
* Added support for calling makeCurrent() over and over again with Kenneth Russel2006-02-211-0/+15
* Changed locking protocol for on-screen surfaces to only use the JAWT's Kenneth Russel2006-02-201-1/+8
* Completion of initial work on FBO support in Java2D/JOGL bridge. Kenneth Russel2006-02-111-1/+8
* Further work on FBO support in Java2D/JOGL bridge. Upgraded JOGL's Kenneth Russel2006-02-111-8/+15
* Further work on FBO support in Java2D/JOGL bridge. Recast how Kenneth Russel2006-02-061-2/+4
* Intermediate checkin for FBO support in Java2D/JOGL bridge. Needed to Kenneth Russel2006-02-051-4/+44
* Fixed bug in render-to-texture support on WindowsKenneth Russel2005-12-231-1/+1
* Refactored glue code generation for APIs requiring run-time lookup of Kenneth Russel2005-12-211-1/+1
* Merged JSR-231 branch on to the main JOGL trunk. The main trunk now Kenneth Russel2005-10-241-0/+270