aboutsummaryrefslogtreecommitdiffstats
path: root/src/classes/com/sun/opengl/impl/x11
Commit message (Expand)AuthorAgeFilesLines
* 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