aboutsummaryrefslogtreecommitdiffstats
path: root/src/classes/com/sun/opengl/impl/x11
Commit message (Expand)AuthorAgeFilesLines
* Fixed build breakage on X11 platforms after introduction ofKenneth Russel2006-08-021-1/+1
* Revised Java2D/JOGL bridge to support new share context argument toKenneth Russel2006-08-011-1/+1
* Added code to support new entry points inKenneth Russel2006-07-101-0/+10
* Fixed Issue 224: External context dosen't work with GLCanvas Kenneth Russel2006-05-281-0/+18
* Preliminary fix forKenneth Russel2006-05-281-3/+26
* Fixed apparent bug pointed out by user EdwinOlson on jogl forum where Kenneth Russel2006-04-251-0/+1
* Added workaround for apparent problem with ATI's proprietary driversKenneth Russel2006-04-032-0/+23
* Made internal methods which fetch the platform-dependent context outKenneth Russel2006-04-021-1/+1
* Replaced absolute path to libGL.so.1 with relative path to presumablyKenneth Russel2006-04-021-1/+17
* Forced enabling of DRI hack on all Linux distributionsKenneth Russel2006-04-011-1/+4
* Fixed bugs in implementation of -Djogl.GLContext.noopt flagKenneth Russel2006-03-261-5/+5
* Added fallback path in GLContext optimization code to be able toKenneth Russel2006-03-191-1/+22
* Dummy putback to fix previous incorrect checkin comment: Kenneth Russel2006-03-081-1/+1
* Restructured how GLObjectTracker destroys tracked objects during Kenneth Russel2006-03-081-3/+10
* Use try/finally in X11GLContext.destroyImpl() to avoid any potentialKenneth Russel2006-03-061-14/+17
* Attempted fix for Issue 206: glTexImage2D fails on external context Kenneth Russel2006-02-231-0/+1
* Changed locking protocol for on-screen surfaces to only use the JAWT's Kenneth Russel2006-02-204-37/+41
* Renamed "offscreen" capability bits in GLCapabilities to "pbuffer" Kenneth Russel2006-02-162-6/+6
* Fixed problems with lack of hardware acceleration on LinuxKenneth Russel2006-02-162-0/+114
* Further work on FBO support in Java2D/JOGL bridge. Upgraded JOGL's Kenneth Russel2006-02-112-0/+6
* Added more debugging output on X11 side to track down Linux problemsKenneth Russel2006-02-102-2/+27
* Made loading of GLU library lazier, partially in the hope that thisKenneth Russel2006-02-101-0/+4
* Fixed problem with pbuffers on X11 with ATI hardware; workaround wasKenneth Russel2006-02-021-3/+4
* Fixed Issue 195: Pbuffer support broken on X11 platformsKenneth Russel2006-01-241-1/+4
* Fixed Issue 173: Adjust gamma, brightness and contrast Kenneth Russel2006-01-221-2/+101
* Fixed problem with X11ExternalGLContext pointed out by m.engelhardt onKenneth Russel2006-01-101-0/+25
* Fixed build breakage pointed out by Travis after recent Kenneth Russel2005-12-261-1/+2
* Refactored code on Windows and X11 constructing attribute lists for Kenneth Russel2005-12-062-79/+46
* Added GLCapabilitiesChooser argument (currently ignored) to Kenneth Russel2005-11-271-0/+1
* Deleted unnecessary references to AWT Component in base GLDrawable Kenneth Russel2005-11-145-10/+8
* Minor javadoc changes to GLDrawableFactory. Kenneth Russel2005-11-121-1/+1
* Made public API changes discussed with expert group to make core JOGLKenneth Russel2005-11-091-5/+14
* Made X11GLDrawableFactory.lockToolkit() and unlockToolkit() non-staticKenneth Russel2005-11-093-10/+14
* Refactored JOGL's use of the JAWT to enable it to be more lazily Kenneth Russel2005-11-099-79/+57
* Refactored computations of sizes of data types and offsets of fields Kenneth Russel2005-11-092-4/+4
* Merged JSR-231 branch on to the main JOGL trunk. The main trunk now Kenneth Russel2005-10-2412-0/+2226