aboutsummaryrefslogtreecommitdiffstats
path: root/src/classes/com/sun/opengl/impl/egl/EGLDrawable.java
Commit message (Expand)AuthorAgeFilesLines
* Fixed breakage of GLJPanel caused by confusion between requested and Kenneth Russel2008-12-121-3/+3
* Newt-KD: window working, pointer event buggySven Gothel2008-11-261-1/+1
* Newt WindowSven Gothel2008-11-261-44/+32
* EGLDrawable: Update the capabilities to the chosen one by EGLSven Gothel2008-11-191-1/+21
* Rollback: EGLConfig back to wrapped buffer, since long nio buffers are not av...Sven Gothel2008-11-131-4/+4
* - Removed StaticGLInfo usage.Sven Gothel2008-11-131-4/+4
* ../jogl.logSven Gothel2008-07-251-1/+1
* Synced locking of EGLDrawable/EGLContext with X11GLX* counterpart.Sven Gothel2008-06-281-15/+19
* 3rd round cdcfp - compile clean.Sven Gothel2008-06-281-12/+37
* 2nd big refactoring.Sven Gothel2008-06-211-9/+2
* Refactoring JOGL to partition core windowing, AWT, GL, ES1 and ES2 .. WIPSven Gothel2008-06-011-18/+12
* EGLDrawableFactory: Removed shutdown.Sven Gothel2008-05-301-2/+3
* Completing com.sun.javafx.newt.* package, WIP, working under X11/ES1.1.Sven Gothel2008-05-301-6/+32
* Added GLDrawableFactory.shutdown() to enable clean and cooperative Kenneth Russel2008-05-301-0/+10
* Various bug fixes. Incorporated minimal window abstraction to Kenneth Russel2008-05-291-1/+1
* Filled out EGLContext, EGLDrawable, and EGLDrawableFactory Kenneth Russel2008-05-281-1/+89
* Refactorings to support building JOGL for OpenGL ES 1 and OpenGL ES 2. Kenneth Russel2008-05-131-0/+39