aboutsummaryrefslogtreecommitdiffstats
path: root/src/classes/javax
Commit message (Expand)AuthorAgeFilesLines
* Deleted obsolete source code in preparation for copying JOGL_2_SANDBOXKenneth Russel2009-06-1523-4520/+0
* Incorporated patch from java.net user neugens to stop downcasting to Kenneth Russel2008-04-171-2/+2
* Fixed Issue 279: GLJPanel.setAutoSwapBufferMode(false) throws NPE Kenneth Russel2008-03-301-27/+16
* Fixed Issue 316: Multi-Head issues, identical to issue 241 Kenneth Russel2007-10-191-1/+112
* Integration of Tomas Hrasky's port of basic GLU NURBS functionality Kenneth Russel2007-10-091-0/+8
* Fixed Issue 317: GLJPanel handleReshape bug Kenneth Russel2007-10-021-1/+1
* More changes to make GLCanvas work better in NetBeans GUI builder on Kenneth Russel2007-05-071-5/+14
* More changes to make the GLCanvas work more reliably in the NetBeans Kenneth Russel2007-05-061-27/+41
* Changes to make GLCanvas and GLJPanel work better in NetBeans GUI Kenneth Russel2007-05-052-0/+46
* Fixed Issue 290: GLJPanel throws NullPointerExceptions with Java 2D/JOGL bridge Kenneth Russel2007-04-171-2/+10
* Fixed Issue 274: GLException when GLJPanel (initially not visible) is made vi...Kenneth Russel2007-03-211-0/+33
* Fixed Issue 259: need a copy context Kenneth Russel2007-01-071-0/+30
* Worked around breakage of JOGL with 5.0u10: see Sun bug IDs Kenneth Russel2006-12-221-1/+2
* Fixed Issue 213: Expose GLCaps from GLDrawable Kenneth Russel2006-11-193-0/+34
* Fixed Issue 248: GLJPanel crashes Kenneth Russel2006-11-151-4/+21
* Revised Java2D/JOGL bridge to support new share context argument toKenneth Russel2006-08-011-1/+1
* Issue number:gfxadmin2006-07-213-3/+33
* Added code to support new entry points inKenneth Russel2006-07-101-2/+11
* Added workarounds for exceptions being thrown in NetBeans GUI builderKenneth Russel2006-06-191-0/+9
* Cleanup of fboTextureTarget variable based on Chris Campbell's feedbackKenneth Russel2006-06-191-4/+4
* Added support to Java2D/JOGL bridge for GL_ARB_texture_rectangle Kenneth Russel2006-06-191-6/+11
* Fixed Issue 220: Gears demo throws exceptions with -Dsun.java2d.opengl=true Kenneth Russel2006-05-292-31/+32
* Improved debugging output from DefaultGLCapabilitiesChooserKenneth Russel2006-05-031-0/+2
* Added detection to JOGLAppletLauncher of whether DRIHack library isKenneth Russel2006-04-192-1/+18
* Disabled GLWorkerThread optimization on X11 platforms because of Kenneth Russel2006-04-191-6/+15
* Fixed potential problem in implementation of GLCanvas.removeNotify() Kenneth Russel2006-03-261-1/+1
* Fixed extreme slowdown with Java2D/OpenGL pipeline and FBO case on ATI Kenneth Russel2006-03-231-0/+31
* Fixed Issue 210: Crashes on Mac OS X related to GLWorkerThreadKenneth Russel2006-03-221-4/+11
* Fixed general bug in GLJPanel where the offscreen image was beingKenneth Russel2006-03-191-2/+7
* Restructured how GLObjectTracker destroys tracked objects during Kenneth Russel2006-03-081-3/+0
* Fixed new bug associated with GLObjectTracker and context destructionKenneth Russel2006-03-031-0/+3
* Fixed Issue 191: Add new opengl.1thread=new or similar Kenneth Russel2006-02-241-6/+8
* Added optimized path to GLDrawableHelper for situation where Kenneth Russel2006-02-212-6/+35
* Added exception propagation from GLWorkerThreadKenneth Russel2006-02-211-1/+7
* Added GLWorkerThread for moving OpenGL-related work onto a different Kenneth Russel2006-02-211-29/+69
* Issue number:gfxadmin2006-02-161-17/+28
* Reorganized and cleaned up FBO-related workarounds needed only on Kenneth Russel2006-02-161-31/+45
* Renamed "offscreen" capability bits in GLCapabilities to "pbuffer" Kenneth Russel2006-02-161-30/+26
* Added note on limitations of OpenGL context sharing to spec overviewKenneth Russel2006-02-154-8/+18
* Added workaround for apparent driver problem when FBOs are enabled in Kenneth Russel2006-02-131-0/+16
* Added more verbose debugging output to GLJPanelKenneth Russel2006-02-131-0/+24
* Completion of initial work on FBO support in Java2D/JOGL bridge. Kenneth Russel2006-02-111-32/+110
* Further work on FBO support in Java2D/JOGL bridge. Upgraded JOGL's Kenneth Russel2006-02-111-8/+25
* Issue number:gfxadmin2006-02-103-12/+16
* Further work on FBO support in Java2D/JOGL bridge. Recast how Kenneth Russel2006-02-061-0/+57
* Fixed Issue 193: antialiasing querying using GLCapabilitiesChooser no Kenneth Russel2006-01-201-0/+2
* Removed references to JOGL from javax.media.opengl.Threading class Kenneth Russel2005-12-281-29/+31
* Fixed bug in render-to-texture support on WindowsKenneth Russel2005-12-232-2/+2
* Added thrown exception information for GLDrawableFactory'sKenneth Russel2005-12-051-3/+15
* Made throws clause for chooseGraphicsConfiguration follow documented Kenneth Russel2005-12-031-1/+2