aboutsummaryrefslogtreecommitdiffstats
path: root/src/classes/com/sun/opengl/impl/GLDrawableFactoryImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Factored out the remaining toolkit, and specifically AWT, dependenciesKenneth Russel2008-12-201-19/+6
* Removed setSize(), setPosition(), setVisible(), and setFullscreen()Kenneth Russel2008-12-161-1/+3
* Fixed nested toolkit locking problem with X11PbufferGLXDrawable. WithKenneth Russel2008-12-141-0/+21
* 3rd round cdcfp - compile clean.Sven Gothel2008-06-281-4/+4
* 2nd big refactoring.Sven Gothel2008-06-211-13/+9
* Refactoring JOGL to partition core windowing, AWT, GL, ES1 and ES2 .. WIPSven Gothel2008-06-011-4/+0
* Filled out EGLContext, EGLDrawable, and EGLDrawableFactory Kenneth Russel2008-05-281-0/+4
* Refactorings to support building JOGL for OpenGL ES 1 and OpenGL ES 2. Kenneth Russel2008-05-131-4/+2
* 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/+12
* 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-1/+157
* Refactored glue code generation for APIs requiring run-time lookup of Kenneth Russel2005-12-211-30/+2
* Merged JSR-231 branch on to the main JOGL trunk. The main trunk now Kenneth Russel2005-10-241-0/+104