summaryrefslogtreecommitdiffstats
path: root/src/classes/com/sun/opengl/impl/macosx
Commit message (Expand)AuthorAgeFilesLines
* Revised Java2D/JOGL bridge to support new share context argument toKenneth Russel2006-08-012-5/+28
* Added support for sharing of textures, etc. between GLPbuffers andKenneth Russel2006-07-218-16/+423
* Fixed potential deadlock on OS X where JOGL could leave the surfaceKenneth Russel2006-07-191-0/+6
* Stubbed out setSwapInterval in MacOSXJava2DGLContext to fix crashesKenneth Russel2006-07-111-3/+4
* Added code to support new entry points inKenneth Russel2006-07-102-0/+133
* Fixed Issue 224: External context dosen't work with GLCanvas Kenneth Russel2006-05-281-0/+18
* Made internal methods which fetch the platform-dependent context outKenneth Russel2006-04-021-1/+1
* Deleted obsolete MacOSXDummyGLContext.javaKenneth Russel2006-03-291-87/+0
* Removed workaround for sharing textures and display lists betweenKenneth Russel2006-03-292-7/+5
* 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-202-23/+10
* Renamed "offscreen" capability bits in GLCapabilities to "pbuffer" Kenneth Russel2006-02-162-5/+5
* expose JOGL built-in gl pixel format to usersGerard Ziemski2006-02-151-3/+20
* Made loading of GLU library lazier, partially in the hope that thisKenneth Russel2006-02-101-0/+5
* Fixed Issue 173: Adjust gamma, brightness and contrast Kenneth Russel2006-01-221-2/+29
* Removed code inadvertently checked in along with Kenneth Russel2005-12-061-4/+0
* Added MacOSXExternalGLContext support as suggested by Billy BiggsKenneth Russel2005-12-053-2/+101
* Added GLCapabilitiesChooser argument (currently ignored) to Kenneth Russel2005-11-271-0/+1
* Minor cleanup to MacOSXGLDrawable to not import ComponentKenneth Russel2005-11-141-3/+1
* Added workaround for problem on Mac OS X 10.4.3 where could not shareKenneth Russel2005-11-131-1/+5
* Made public API changes discussed with expert group to make core JOGLKenneth Russel2005-11-091-5/+3
* Refactored JOGL's use of the JAWT to enable it to be more lazily Kenneth Russel2005-11-092-26/+6
* Refactored computations of sizes of data types and offsets of fields Kenneth Russel2005-11-091-2/+2
* Merged JSR-231 branch on to the main JOGL trunk. The main trunk now Kenneth Russel2005-10-2410-0/+1285