aboutsummaryrefslogtreecommitdiffstats
path: root/src/classes/javax/media/opengl/GLJPanel.java
Commit message (Expand)AuthorAgeFilesLines
* Deleted obsolete source code in preparation for copying JOGL_2_SANDBOXKenneth Russel2009-06-151-1257/+0
* Fixed Issue 279: GLJPanel.setAutoSwapBufferMode(false) throws NPE Kenneth Russel2008-03-301-27/+16
* Fixed Issue 317: GLJPanel handleReshape bug Kenneth Russel2007-10-021-1/+1
* Changes to make GLCanvas and GLJPanel work better in NetBeans GUI Kenneth Russel2007-05-051-0/+21
* 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 213: Expose GLCaps from GLDrawable Kenneth Russel2006-11-191-0/+17
* 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
* 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-291-4/+0
* Fixed extreme slowdown with Java2D/OpenGL pipeline and FBO case on ATI Kenneth Russel2006-03-231-0/+31
* 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
* Reorganized and cleaned up FBO-related workarounds needed only on Kenneth Russel2006-02-161-31/+45
* Added note on limitations of OpenGL context sharing to spec overviewKenneth Russel2006-02-151-1/+3
* 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-101-7/+9
* Further work on FBO support in Java2D/JOGL bridge. Recast how Kenneth Russel2006-02-061-0/+57
* Added GLCapabilitiesChooser argument (currently ignored) to Kenneth Russel2005-11-271-0/+1
* Cleaned up wording in GLCanvas and GLJPanel javadoc about Kenneth Russel2005-11-121-3/+1
* Made public API changes discussed with expert group to make core JOGLKenneth Russel2005-11-091-9/+23
* Removed RI-specific method descriptions from addNotify(), update(), Kenneth Russel2005-10-281-11/+28
* Made spec changes suggested by Chris Campbell on javagaming.org forumsKenneth Russel2005-10-281-6/+6
* Merged JSR-231 branch on to the main JOGL trunk. The main trunk now Kenneth Russel2005-10-241-0/+877