aboutsummaryrefslogtreecommitdiffstats
path: root/src/classes/com/sun/opengl/impl
Commit message (Expand)AuthorAgeFilesLines
* Deleted obsolete source code in preparation for copying JOGL_2_SANDBOXKenneth Russel2009-06-15156-38885/+0
* Integration of Tomas Hrasky's port of basic GLU NURBS functionality Kenneth Russel2007-10-0955-3595/+7665
* 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
* Synced loadLibraryInternal implementation with JNLPAppletLauncher's Kenneth Russel2007-07-211-1/+12
* Fixed issues pointed out by Justin Couch with Java2D class while Kenneth Russel2007-07-191-116/+127
* Added support for the new JNLPAppletLauncher (http://applet-launcher.dev.java...Kenneth Russel2007-06-281-2/+38
* 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 several more places in code with same error as in Issue 292Kenneth Russel2007-04-191-12/+12
* Fixed Issue 292: gluScaleImage does not scale correctly Kenneth Russel2007-04-192-27/+27
* Fixed problem pointed out by user operator on JOGL forum where chosen Kenneth Russel2007-04-071-1/+16
* Fixed Issue 278: Fatal error when rendering text Kenneth Russel2007-02-271-1/+2
* Fixed issue with parsing of OpenGL version strings pointed out byKenneth Russel2007-02-271-5/+6
* Addendum to fix for Issue 271: wglGetPixelFormatAttribivARB() fails forcing s...Kenneth Russel2007-02-201-1/+1
* Fixed Issue 271: wglGetPixelFormatAttribivARB() fails forcing software OpenGL Kenneth Russel2007-02-201-4/+8
* 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-173-12/+21
* Robustness improvements to TextRenderer and underlying RectanglePacker. Kenneth Russel2007-01-134-58/+256
* 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-073-0/+47
* With extensive help from Phil Race and Chris Campbell from the Java 2D Kenneth Russel2007-01-047-0/+893
* Fixed NullPointerException in new cached GLCapabilities code on X11Kenneth Russel2006-12-191-2/+4
* Fixed another performance problem related to buffer objects pointed Kenneth Russel2006-11-264-1/+412
* Optimized buffer binding checks for glVertexPointer and similar calls Kenneth Russel2006-11-241-19/+32
* Removed native code for DRIHack and replaced it with code using theKenneth Russel2006-11-242-34/+16
* Fixed Issue 213: Expose GLCaps from GLDrawable Kenneth Russel2006-11-1912-37/+382
* Fixed Issue 240: Exceptions thrown in GLCapabilitiesChooser don't function pr...Kenneth Russel2006-11-131-4/+11
* Removed spurious printStackTrace call left over in Kenneth Russel2006-11-131-1/+0
* Removed spurious printStackTrace call left over in Kenneth Russel2006-11-131-1/+1
* Fixed bug pointed out by user zero on JOGL forum where gluErrorStringKenneth Russel2006-10-051-2/+3
* 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-016-14/+39
* Issue number:gfxadmin2006-07-2163-18/+648
* Added support for sharing of textures, etc. between GLPbuffers andKenneth Russel2006-07-218-16/+423
* Fixed potential deadlock on OS X where JOGL could leave the surfaceKenneth Russel2006-07-191-0/+6
* Added hack workaround to Java2D class to assume that FBO support inKenneth Russel2006-07-111-0/+3
* Stubbed out setSwapInterval in MacOSXJava2DGLContext to fix crashesKenneth Russel2006-07-111-3/+4
* Added code to support new entry points inKenneth Russel2006-07-107-0/+304
* Fixed Issue 230: gluBuild2DMipmaps modifies Buffer positions Kenneth Russel2006-06-221-121/+166
* Added support to Java2D/JOGL bridge for GL_ARB_texture_rectangle Kenneth Russel2006-06-191-0/+35
* Changed default sense of GLContext optimization flag to false. NowKenneth Russel2006-06-021-1/+10
* Removed debugging printlnKenneth Russel2006-05-291-2/+6
* Fixed Issue 220: Gears demo throws exceptions with -Dsun.java2d.opengl=true Kenneth Russel2006-05-292-0/+5
* Fixed Issue 224: External context dosen't work with GLCanvas Kenneth Russel2006-05-283-0/+54
* Preliminary fix forKenneth Russel2006-05-281-3/+26
* Fixed another deadlock caused by introduction of FBO support in Kenneth Russel2006-05-161-0/+10
* Fixed apparent deadlock in object tracking code provoked by GE Medical Kenneth Russel2006-05-111-45/+53