| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixed bug pointed out by Matt Abraham where a thrown exception from
| Kenneth Russel | 2006-03-26 | 1 | -1/+3 |
* | Fixed bugs in implementation of -Djogl.GLContext.noopt flag | Kenneth Russel | 2006-03-26 | 3 | -11/+23 |
* | Fixed Issue 211: Screenshot should read any screen rectangle
| Kenneth Russel | 2006-03-25 | 1 | -7/+103 |
* | Made MacOSXOnscreenGLContext obey disabling of optimized context | Kenneth Russel | 2006-03-19 | 1 | -2/+14 |
* | Added fallback path in GLContext optimization code to be able to | Kenneth Russel | 2006-03-19 | 3 | -2/+43 |
* | Fixed resizing bug on Mac OS X which was a consequence of leaving the | Kenneth Russel | 2006-03-10 | 2 | -0/+13 |
* | Dummy putback to fix previous incorrect checkin comment:
| Kenneth Russel | 2006-03-08 | 1 | -1/+1 |
* | Restructured how GLObjectTracker destroys tracked objects during
| Kenneth Russel | 2006-03-08 | 1 | -3/+10 |
* | Restructured how GLObjectTracker destroys tracked objects during
| Kenneth Russel | 2006-03-08 | 3 | -31/+175 |
* | Use try/finally in X11GLContext.destroyImpl() to avoid any potential | Kenneth Russel | 2006-03-06 | 1 | -14/+17 |
* | Added support requested by user mantesat on JOGL forum for null
| Kenneth Russel | 2006-03-03 | 1 | -1/+6 |
* | Added mechanism for kicking the current context off the
| Kenneth Russel | 2006-02-23 | 3 | -13/+84 |
* | Attempted fix for Issue 206: glTexImage2D fails on external context
| Kenneth Russel | 2006-02-23 | 1 | -0/+1 |
* | Fixed Issue 205: FPSAnimator flag for fixed-rate scheduling
| Kenneth Russel | 2006-02-21 | 1 | -4/+28 |
* | Added optimized path to GLDrawableHelper for situation where
| Kenneth Russel | 2006-02-21 | 3 | -33/+167 |
* | Fixed bug in GLDrawableHelper.invokeGL() where the previous initAction
| Kenneth Russel | 2006-02-21 | 1 | -0/+1 |
* | Added support for calling makeCurrent() over and over again with
| Kenneth Russel | 2006-02-21 | 1 | -0/+15 |
* | Added exception propagation from GLWorkerThread | Kenneth Russel | 2006-02-21 | 1 | -8/+16 |
* | Added GLWorkerThread for moving OpenGL-related work onto a different
| Kenneth Russel | 2006-02-21 | 1 | -0/+155 |
* | Changed locking protocol for on-screen surfaces to only use the JAWT's
| Kenneth Russel | 2006-02-20 | 8 | -85/+64 |
* | Renamed "offscreen" capability bits in GLCapabilities to "pbuffer"
| Kenneth Russel | 2006-02-16 | 7 | -25/+25 |
* | Fixed problems with lack of hardware acceleration on Linux | Kenneth Russel | 2006-02-16 | 4 | -3/+164 |
* | Issue number: | gfxadmin | 2006-02-16 | 1 | -104/+0 |
* | Issue number: | gfxadmin | 2006-02-16 | 1 | -10/+23 |
* | expose JOGL built-in gl pixel format to users | Gerard Ziemski | 2006-02-15 | 1 | -3/+20 |
* | Completion of initial work on FBO support in Java2D/JOGL bridge.
| Kenneth Russel | 2006-02-11 | 4 | -4/+17 |
* | Issue number: | gfxadmin | 2006-02-11 | 1 | -2/+4 |
* | Further work on FBO support in Java2D/JOGL bridge. Upgraded JOGL's
| Kenneth Russel | 2006-02-11 | 7 | -64/+183 |
* | Added more debugging output on X11 side to track down Linux problems | Kenneth Russel | 2006-02-10 | 2 | -2/+27 |
* | Made loading of GLU library lazier, partially in the hope that this | Kenneth Russel | 2006-02-10 | 4 | -6/+25 |
* | Fixed Issue 203: Missing setup of GL_UNPACK_ALIGNMENT for mipmapped
| Kenneth Russel | 2006-02-10 | 1 | -4/+12 |
* | Further work on FBO support in Java2D/JOGL bridge. Recast how
| Kenneth Russel | 2006-02-06 | 4 | -53/+170 |
* | Intermediate checkin for FBO support in Java2D/JOGL bridge. Needed to
| Kenneth Russel | 2006-02-05 | 5 | -9/+834 |
* | Fixed Issue 199: Incorporate tile rendering library
| Kenneth Russel | 2006-02-02 | 1 | -0/+600 |
* | Fixed problem with pbuffers on X11 with ATI hardware; workaround was | Kenneth Russel | 2006-02-02 | 1 | -3/+4 |
* | Refactored fast TGA writer into its own class to be able to share the
| Kenneth Russel | 2006-02-01 | 2 | -26/+125 |
* | Added JOGLAppletLauncher.getSubApplet() on request of user Spiff on
| Kenneth Russel | 2006-01-29 | 1 | -0/+6 |
* | Added profiling support to WindowsOnscreenGLDrawable to figure out why
| Kenneth Russel | 2006-01-29 | 1 | -0/+56 |
* | Fixed Issue 196: Utility method to create thumbnails
| Kenneth Russel | 2006-01-25 | 1 | -0/+62 |
* | Fixed Issue 195: Pbuffer support broken on X11 platforms | Kenneth Russel | 2006-01-24 | 1 | -1/+4 |
* | Fixed Issue 192: Add Alpha to com.sun.opengl.utils.Screenshot.java
| Kenneth Russel | 2006-01-22 | 1 | -12/+124 |
* | Fixed Issue 190: Add TextureIO features
| Kenneth Russel | 2006-01-22 | 2 | -0/+128 |
* | Fixed Issue 173: Adjust gamma, brightness and contrast
| Kenneth Russel | 2006-01-22 | 5 | -11/+442 |
* | Fixed Issue 193: antialiasing querying using GLCapabilitiesChooser no
| Kenneth Russel | 2006-01-20 | 1 | -85/+94 |
* | Fixed bug in WindowsGLDrawable.iattributes2GLCapabilities pointed out
| Kenneth Russel | 2006-01-20 | 1 | -4/+4 |
* | Moved GlueGen out of the JOGL workspace and into its own project.
| Kenneth Russel | 2006-01-15 | 69 | -20580/+0 |
* | Renamed com.sun.opengl.utils to com.sun.opengl.util. Moved
| Kenneth Russel | 2006-01-13 | 37 | -116/+224 |
* | Fixed Issue 84: glReadPixels does not commit results
| Kenneth Russel | 2006-01-11 | 1 | -1/+1 |
* | Fixed problem with X11ExternalGLContext pointed out by m.engelhardt on | Kenneth Russel | 2006-01-10 | 1 | -0/+25 |
* | Fixed issue with vertical flip of image pointed out by Chris Campbell | Kenneth Russel | 2006-01-09 | 1 | -1/+0 |