| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed Issue 260: "GLException: Surface already locked" after failed makeCurrent
| Kenneth Russel | 2007-01-17 | 3 | -12/+21 |
* | Robustness improvements to TextRenderer and underlying RectanglePacker.
| Kenneth Russel | 2007-01-13 | 5 | -84/+450 |
* | Added -Djogl.drihack.disable for manual disabling of DRI hack | Kenneth Russel | 2007-01-11 | 1 | -0/+5 |
* | Fixed Issue 259: need a copy context
| Kenneth Russel | 2007-01-07 | 4 | -0/+77 |
* | Added new FlyingText demo to illustrate more advanced usage of the
| Kenneth Russel | 2007-01-07 | 2 | -15/+34 |
* | With help from Chris Campbell, fixed incredibly stupid bug on my part
| Kenneth Russel | 2007-01-06 | 3 | -1/+47 |
* | With extensive help from Phil Race and Chris Campbell from the Java 2D
| Kenneth Russel | 2007-01-04 | 9 | -5/+1476 |
* | Moved J2DTextureRenderer and J2DOverlay into their own sub-package and
| Kenneth Russel | 2007-01-04 | 2 | -11/+11 |
* | Added getImage() and simpler drawOrthoRect() helper method on
| Kenneth Russel | 2007-01-04 | 1 | -0/+25 |
* | On request from James Gosling and others, added a J2DTextureRenderer
| Kenneth Russel | 2006-12-30 | 2 | -0/+559 |
* | Fixed Issue 257: RFE: Texture.updateSubImage(x,y,w,h)
| Kenneth Russel | 2006-12-29 | 2 | -143/+233 |
* | Worked around breakage of JOGL with 5.0u10: see Sun bug IDs
| Kenneth Russel | 2006-12-22 | 1 | -1/+2 |
* | Updated javadoc for JOGLAppletLauncher to document JOAL support, new
| Kenneth Russel | 2006-12-22 | 1 | -21/+46 |
* | Added support for new architectures -- although with the lack of a
| Kenneth Russel | 2006-12-22 | 1 | -2/+9 |
* | Fixed problem in JOGLAppletLauncher where if two different applets
| Kenneth Russel | 2006-12-20 | 1 | -7/+37 |
* | Fixed NullPointerException in new cached GLCapabilities code on X11 | Kenneth Russel | 2006-12-19 | 1 | -2/+4 |
* | Texture documentation improvements suggested by Chris Campbell and James Gosling | Kenneth Russel | 2006-12-05 | 1 | -7/+54 |
* | Added support for using JOAL alongside JOGL in JOGLAppletLauncher. If
| Kenneth Russel | 2006-12-04 | 1 | -5/+190 |
* | Fixed javadoc code tag problem pointed out by Chris Campbell | Kenneth Russel | 2006-11-27 | 1 | -2/+2 |
* | Fixed another performance problem related to buffer objects pointed
| Kenneth Russel | 2006-11-26 | 4 | -1/+412 |
* | Optimized buffer binding checks for glVertexPointer and similar calls
| Kenneth Russel | 2006-11-24 | 1 | -19/+32 |
* | Removed native code for DRIHack and replaced it with code using the | Kenneth Russel | 2006-11-24 | 3 | -173/+181 |
* | Fixed Issue 213: Expose GLCaps from GLDrawable
| Kenneth Russel | 2006-11-19 | 15 | -37/+416 |
* | Added documentation by Chris Campbell to Texture class on
| Kenneth Russel | 2006-11-18 | 1 | -2/+48 |
* | Fixed Issue 248: GLJPanel crashes
| Kenneth Russel | 2006-11-15 | 1 | -4/+21 |
* | Fixed Issue 247: Texture class should use GL_CLAMP if OpenGL version is 1.1
| Kenneth Russel | 2006-11-15 | 1 | -4/+4 |
* | Fixed Issue 240: Exceptions thrown in GLCapabilitiesChooser don't function pr... | Kenneth Russel | 2006-11-13 | 1 | -4/+11 |
* | Fixed Issue 245: glutSolidCylinder missing from com.sun.opengl.util.GLUT
| Kenneth Russel | 2006-11-13 | 1 | -0/+146 |
* | Removed spurious printStackTrace call left over in
| Kenneth Russel | 2006-11-13 | 1 | -1/+0 |
* | Removed spurious printStackTrace call left over in
| Kenneth Russel | 2006-11-13 | 1 | -1/+1 |
* | Fixed bug pointed out by user zero on JOGL forum where gluErrorString | Kenneth Russel | 2006-10-05 | 1 | -2/+3 |
* | Fixed Issue 242: Unable to select single-buffered visual | Kenneth Russel | 2006-08-14 | 1 | -3/+16 |
* | Fixed crash triggered by Java 3D's JoglPipeline in off-screen
| Kenneth Russel | 2006-08-11 | 1 | -0/+4 |
* | Fixed build breakage on X11 platforms after introduction of | Kenneth Russel | 2006-08-02 | 1 | -1/+1 |
* | Revised Java2D/JOGL bridge to support new share context argument to | Kenneth Russel | 2006-08-01 | 7 | -15/+40 |
* | Issue number: | gfxadmin | 2006-07-21 | 66 | -21/+681 |
* | Added support for sharing of textures, etc. between GLPbuffers and | Kenneth Russel | 2006-07-21 | 8 | -16/+423 |
* | Fixed Issue 238: BufferedImage flips on call to ImageIO.newTexture
| Kenneth Russel | 2006-07-20 | 1 | -33/+81 |
* | Fixed potential deadlock on OS X where JOGL could leave the surface | Kenneth Russel | 2006-07-19 | 1 | -0/+6 |
* | Added hack workaround to Java2D class to assume that FBO support in | Kenneth Russel | 2006-07-11 | 1 | -0/+3 |
* | Stubbed out setSwapInterval in MacOSXJava2DGLContext to fix crashes | Kenneth Russel | 2006-07-11 | 1 | -3/+4 |
* | Added code to support new entry points in | Kenneth Russel | 2006-07-10 | 8 | -2/+315 |
* | Fixed problem with glutSolidTeapot() pointed out by user bahuman on
| Kenneth Russel | 2006-07-01 | 1 | -4/+2 |
* | Fixed Issue 230: gluBuild2DMipmaps modifies Buffer positions
| Kenneth Russel | 2006-06-22 | 1 | -121/+166 |
* | Added workarounds for exceptions being thrown in NetBeans GUI builder | Kenneth Russel | 2006-06-19 | 1 | -0/+9 |
* | Cleanup of fboTextureTarget variable based on Chris Campbell's feedback | Kenneth Russel | 2006-06-19 | 1 | -4/+4 |
* | Added support to Java2D/JOGL bridge for GL_ARB_texture_rectangle
| Kenneth Russel | 2006-06-19 | 2 | -6/+46 |
* | Fixed bug pointed out by Tom Gaskins from NASA in handling of creation | Kenneth Russel | 2006-06-02 | 1 | -24/+51 |
* | Changed default sense of GLContext optimization flag to false. Now | Kenneth Russel | 2006-06-02 | 1 | -1/+10 |
* | Removed debugging println | Kenneth Russel | 2006-05-29 | 1 | -2/+6 |