aboutsummaryrefslogtreecommitdiffstats
path: root/src/classes/com/sun/opengl/impl/GLContextImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Deleted obsolete source code in preparation for copying JOGL_2_SANDBOXKenneth Russel2009-06-151-422/+0
* 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