aboutsummaryrefslogtreecommitdiffstats
path: root/src/classes/com/sun/opengl/impl/x11/glx
Commit message (Expand)AuthorAgeFilesLines
* - Fixed rootrel.build usage, this works properly through gluegen, jogl-demos ...Sven Gothel2009-03-054-15/+25
* After more thought, realized once again that because most Java windowKenneth Russel2008-12-292-2/+0
* Fixed more bugs in glue code generation related to using opaque longKenneth Russel2008-12-201-0/+3
* Factored out the remaining toolkit, and specifically AWT, dependenciesKenneth Russel2008-12-209-278/+440
* Removed setSize(), setPosition(), setVisible(), and setFullscreen()Kenneth Russel2008-12-164-25/+13
* Fixed nested toolkit locking problem with X11PbufferGLXDrawable. WithKenneth Russel2008-12-148-35/+41
* Fixed initialization of chosen GLCapabilities on X11 platforms forKenneth Russel2008-12-132-5/+12
* Fixed breakage of GLJPanel caused by confusion between requested and Kenneth Russel2008-12-125-21/+26
* - Removed StaticGLInfo usage.Sven Gothel2008-11-131-7/+15
* X11 getPlatformExtensionsString shall use the toolkit lookingSven Gothel2008-11-071-2/+8
* Minor CVM/ES1 fixesSven Gothel2008-08-111-1/+1
* Removed unnecessary GL2 dependencies from desktop window system code. Kenneth Russel2008-08-082-138/+0
* - Using new config feature: 'IgnoreExtendedInterfaceSymbols <java class sourc...Sven Gothel2008-07-183-6/+6
* GL Unification 2nd round.Sven Gothel2008-07-041-1/+2
* GL Unification 1st round.Sven Gothel2008-07-032-8/+8
* 3rd round cdcfp - compile clean.Sven Gothel2008-06-287-24/+8
* Mac OS X port of new JOGL and Newt. Currently leverages the AWT; willKenneth Russel2008-06-271-0/+1
* Unifying NativeWindow's getWindowHandle() and getSurfaceHandle() usage for al...Sven Gothel2008-06-265-17/+17
* Auto GL profile selection working (GLES1 and GL2 (X11))Sven Gothel2008-06-251-2/+0
* Native Compilation: Partitioning and X11 cleanSven Gothel2008-06-252-2/+2
* JAWT package cleanup ..Sven Gothel2008-06-241-4/+4
* 2nd big refactoring.Sven Gothel2008-06-2113-0/+2547