aboutsummaryrefslogtreecommitdiffstats
path: root/src/classes/com/sun/opengl/impl/x11/X11GLDrawableFactory.java
Commit message (Expand)AuthorAgeFilesLines
* Deleted obsolete source code in preparation for copying JOGL_2_SANDBOXKenneth Russel2009-06-151-799/+0
* Added workaround for running in headless mode while still retainingKenneth Russel2007-07-241-5/+22
* Re-fixed Issue 226: JOGL seg faulting on Solaris AMD64Kenneth Russel2007-04-211-17/+1
* Fixed Issue 226: JOGL seg faulting on Solaris AMD64Kenneth Russel2007-04-201-6/+6
* Fixed NullPointerException in new cached GLCapabilities code on X11Kenneth Russel2006-12-191-2/+4
* Fixed Issue 213: Expose GLCaps from GLDrawable Kenneth Russel2006-11-191-1/+130
* Fixed Issue 242: Unable to select single-buffered visualKenneth Russel2006-08-141-3/+16
* 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
* Preliminary fix forKenneth Russel2006-05-281-3/+26
* Added workaround for apparent problem with ATI's proprietary driversKenneth Russel2006-04-031-0/+18
* Renamed "offscreen" capability bits in GLCapabilities to "pbuffer" Kenneth Russel2006-02-161-1/+1
* Fixed problems with lack of hardware acceleration on LinuxKenneth Russel2006-02-161-0/+5
* Added more debugging output on X11 side to track down Linux problemsKenneth Russel2006-02-101-2/+22
* 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 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-061-11/+42
* Added GLCapabilitiesChooser argument (currently ignored) to Kenneth Russel2005-11-271-0/+1
* 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-091-6/+10
* Refactored JOGL's use of the JAWT to enable it to be more lazily Kenneth Russel2005-11-091-29/+15
* 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-241-0/+439