aboutsummaryrefslogtreecommitdiffstats
path: root/src/classes/com/sun/opengl/impl/egl
Commit message (Expand)AuthorAgeFilesLines
* After more thought, realized once again that because most Java windowKenneth Russel2008-12-291-42/+31
* Factored out the remaining toolkit, and specifically AWT, dependenciesKenneth Russel2008-12-202-62/+2
* Removed setSize(), setPosition(), setVisible(), and setFullscreen()Kenneth Russel2008-12-161-1/+3
* Fixed nested toolkit locking problem with X11PbufferGLXDrawable. WithKenneth Russel2008-12-142-8/+8
* Fixed breakage of GLJPanel caused by confusion between requested and Kenneth Russel2008-12-121-3/+3
* KD Fix: Use EGL AttributeList directlySven Gothel2008-11-272-2/+5
* Newt-KD: window working, pointer event buggySven Gothel2008-11-262-1/+5
* Newt WindowSven Gothel2008-11-264-69/+197
* proper EGL version attr settingSven Gothel2008-11-232-9/+14
* EGLDrawable: Update the capabilities to the chosen one by EGLSven Gothel2008-11-191-1/+21
* - EGLSven Gothel2008-11-141-4/+29
* Rollback: EGLConfig back to wrapped buffer, since long nio buffers are not av...Sven Gothel2008-11-132-6/+6
* - Removed StaticGLInfo usage.Sven Gothel2008-11-132-22/+83
* Fixed loading of GLES and EGL libraries, and error reporting when none Kenneth Russel2008-07-311-15/+23
* ../jogl.logSven Gothel2008-07-252-23/+19
* - Using new config feature: 'IgnoreExtendedInterfaceSymbols <java class sourc...Sven Gothel2008-07-182-6/+6
* Synced locking of EGLDrawable/EGLContext with X11GLX* counterpart.Sven Gothel2008-06-283-25/+70
* 3rd round cdcfp - compile clean.Sven Gothel2008-06-283-12/+93
* Auto GL profile selection; New GLReflection (refactoring of common relfection...Sven Gothel2008-06-251-7/+12
* Native Compilation: Partitioning and X11 cleanSven Gothel2008-06-251-4/+9
* 2nd big refactoring.Sven Gothel2008-06-213-26/+9
* Refactoring JOGL to partition core windowing, AWT, GL, ES1 and ES2 .. WIPSven Gothel2008-06-013-28/+15
* EGLDrawableFactory: Removed shutdown.Sven Gothel2008-05-301-2/+3
* Completing com.sun.javafx.newt.* package, WIP, working under X11/ES1.1.Sven Gothel2008-05-302-32/+40
* Added GLDrawableFactory.shutdown() to enable clean and cooperative Kenneth Russel2008-05-302-0/+14
* Changes to WindowsWindow.c to compile on Windows CE. Slight changes to Kenneth Russel2008-05-301-1/+1
* Various bug fixes. Incorporated minimal window abstraction to Kenneth Russel2008-05-293-18/+23
* Implemented dynamic function lookup in EGLDrawableFactory and Kenneth Russel2008-05-281-9/+59
* Filled out EGLContext, EGLDrawable, and EGLDrawableFactory Kenneth Russel2008-05-283-6/+256
* Refactorings to support building JOGL for OpenGL ES 1 and OpenGL ES 2. Kenneth Russel2008-05-134-0/+476