aboutsummaryrefslogtreecommitdiffstats
path: root/src/classes/com/sun/opengl/impl/macosx/MacOSXOnscreenGLContext.java
Commit message (Expand)AuthorAgeFilesLines
* Deleted obsolete source code in preparation for copying JOGL_2_SANDBOXKenneth Russel2009-06-151-131/+0
* Fixed Issue 260: "GLException: Surface already locked" after failed makeCurrent Kenneth Russel2007-01-171-4/+7
* Added support for sharing of textures, etc. between GLPbuffers andKenneth Russel2006-07-211-0/+9
* Fixed potential deadlock on OS X where JOGL could leave the surfaceKenneth Russel2006-07-191-0/+6
* Removed workaround for sharing textures and display lists betweenKenneth Russel2006-03-291-0/+4
* Fixed lurking problem associated with on-screen contexts' makeCurrent Kenneth Russel2006-03-281-2/+1
* Fixed bugs in implementation of -Djogl.GLContext.noopt flagKenneth Russel2006-03-261-5/+5
* Made MacOSXOnscreenGLContext obey disabling of optimized contextKenneth Russel2006-03-191-2/+14
* Fixed resizing bug on Mac OS X which was a consequence of leaving theKenneth Russel2006-03-101-0/+7
* Changed locking protocol for on-screen surfaces to only use the JAWT's Kenneth Russel2006-02-201-20/+7
* Removed code inadvertently checked in along with Kenneth Russel2005-12-061-4/+0
* Added MacOSXExternalGLContext support as suggested by Billy BiggsKenneth Russel2005-12-051-0/+4
* Merged JSR-231 branch on to the main JOGL trunk. The main trunk now Kenneth Russel2005-10-241-0/+104