| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed Issue 271: wglGetPixelFormatAttribivARB() fails forcing software OpenGL
| Kenneth Russel | 2007-02-20 | 1 | -4/+8 |
* | Added handling and documentation for jogl.silent.noddraw.check and
| Kenneth Russel | 2007-02-14 | 1 | -26/+61 |
* | Added RenderDelegate mechanism to TextRenderer to provide more control
| Kenneth Russel | 2007-02-11 | 1 | -19/+103 |
* | Javadoc fix | Kenneth Russel | 2007-02-11 | 1 | -2/+3 |
* | Added setColor(Color) convenience method | Kenneth Russel | 2007-02-11 | 1 | -0/+16 |
* | Fixed Issue 267: class DDSImage return incorrect mipmap level data.
| Kenneth Russel | 2007-01-26 | 1 | -2/+2 |
* | Added GL_TEXTURE_BIT and GL_COLOR_BUFFER_BIT to set of attributes
| Kenneth Russel | 2007-01-25 | 1 | -1/+2 |
* | Removed incorrect comment about alpha bits pointed out by Chris Campbell | Kenneth Russel | 2007-01-25 | 1 | -3/+1 |
* | Fixed Issue 264: SecurityException in JOGLAppletLauncher if JOAL not present
| Kenneth Russel | 2007-01-22 | 1 | -1/+5 |
* | Fixed Issue 263: JOGL applets slow in Mozilla / Firefox | Kenneth Russel | 2007-01-22 | 1 | -0/+9 |
* | Fixed Issue 262: DRIHack problems with ATI and possibly other drivers | Kenneth Russel | 2007-01-21 | 1 | -7/+2 |
* | Added 3D rendering methods to TextureRenderer and TextRenderer on
| Kenneth Russel | 2007-01-20 | 2 | -90/+230 |
* | 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 |