| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | 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 | 12 | -37/+382 |
* | Added documentation by Chris Campbell to Texture class on
| Kenneth Russel | 2006-11-18 | 1 | -2/+48 |
* | 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 | 6 | -14/+39 |
* | Issue number: | gfxadmin | 2006-07-21 | 63 | -18/+648 |
* | 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 | 7 | -0/+304 |
* | 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 support to Java2D/JOGL bridge for GL_ARB_texture_rectangle
| Kenneth Russel | 2006-06-19 | 1 | -0/+35 |
* | 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 |
* | Fixed Issue 220: Gears demo throws exceptions with -Dsun.java2d.opengl=true
| Kenneth Russel | 2006-05-29 | 2 | -0/+5 |
* | Fixed Issue 224: External context dosen't work with GLCanvas
| Kenneth Russel | 2006-05-28 | 3 | -0/+54 |
* | Preliminary fix for | Kenneth Russel | 2006-05-28 | 1 | -3/+26 |
* | Fixed build breakage with last checkin | Kenneth Russel | 2006-05-21 | 1 | -0/+1 |
* | Removed debugging printlns | Kenneth Russel | 2006-05-20 | 1 | -4/+10 |
* | Fixed bugs in handling of mipmapped compressed textures | Kenneth Russel | 2006-05-20 | 3 | -15/+16 |
* | Fixed another deadlock caused by introduction of FBO support in
| Kenneth Russel | 2006-05-16 | 1 | -0/+10 |
* | Fixed apparent deadlock in object tracking code provoked by GE Medical
| Kenneth Russel | 2006-05-11 | 1 | -45/+53 |
* | Fixed Issue 221: Fixing stereo capability in WindowsGLDrawable
| Kenneth Russel | 2006-05-09 | 1 | -0/+3 |
* | Added StreamUtil for reading all data from an InputStream. Added
| Kenneth Russel | 2006-05-05 | 3 | -79/+229 |
* | Fixed apparent bug pointed out by user EdwinOlson on jogl forum where
| Kenneth Russel | 2006-04-25 | 1 | -0/+1 |