aboutsummaryrefslogtreecommitdiffstats
path: root/src/classes/com/sun/opengl/impl/x11
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
* removing relocated filesSven Gothel2008-06-262-235/+0
* 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
* finishing 2nd refactoringSven Gothel2008-06-2113-2669/+0
* 2nd big refactoring.Sven Gothel2008-06-2114-33/+2571
* Refactoring JOGL to partition core windowing, AWT, GL, ES1 and ES2 .. WIPSven Gothel2008-06-015-244/+359
* Filled out EGLContext, EGLDrawable, and EGLDrawableFactory Kenneth Russel2008-05-281-1/+2
* Incorporated fix from Justin Couch about using the default screen forKenneth Russel2007-07-241-1/+1
* 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 Issue 262: DRIHack problems with ATI and possibly other driversKenneth Russel2007-01-211-7/+2
* Fixed Issue 260: "GLException: Surface already locked" after failed makeCurrent Kenneth Russel2007-01-171-4/+7
* Added -Djogl.drihack.disable for manual disabling of DRI hackKenneth Russel2007-01-111-0/+5
* Fixed Issue 259: need a copy context Kenneth Russel2007-01-071-0/+21
* Fixed NullPointerException in new cached GLCapabilities code on X11Kenneth Russel2006-12-191-2/+4
* Removed native code for DRIHack and replaced it with code using theKenneth Russel2006-11-241-23/+16
* Fixed Issue 213: Expose GLCaps from GLDrawable Kenneth Russel2006-11-193-1/+170
* Fixed Issue 242: Unable to select single-buffered visualKenneth Russel2006-08-141-3/+16
* Fixed crash triggered by Java 3D's JoglPipeline in off-screen Kenneth Russel2006-08-111-0/+4
* 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
* Fixed Issue 224: External context dosen't work with GLCanvas Kenneth Russel2006-05-281-0/+18
* Preliminary fix forKenneth Russel2006-05-281-3/+26
* Fixed apparent bug pointed out by user EdwinOlson on jogl forum where Kenneth Russel2006-04-251-0/+1
* Added workaround for apparent problem with ATI's proprietary driversKenneth Russel2006-04-032-0/+23
* Made internal methods which fetch the platform-dependent context outKenneth Russel2006-04-021-1/+1
* Replaced absolute path to libGL.so.1 with relative path to presumablyKenneth Russel2006-04-021-1/+17
* Forced enabling of DRI hack on all Linux distributionsKenneth Russel2006-04-011-1/+4
* Fixed bugs in implementation of -Djogl.GLContext.noopt flagKenneth Russel2006-03-261-5/+5