| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 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 |
* | 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 | 3 | -0/+133 |
* | 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 |
* | 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 problem with pbuffers on X11 with ATI hardware; workaround was | Kenneth Russel | 2006-02-02 | 1 | -3/+4 |
* | Added profiling support to WindowsOnscreenGLDrawable to figure out why
| Kenneth Russel | 2006-01-29 | 1 | -0/+56 |
* | Fixed Issue 195: Pbuffer support broken on X11 platforms | Kenneth Russel | 2006-01-24 | 1 | -1/+4 |
* | Fixed Issue 173: Adjust gamma, brightness and contrast
| Kenneth Russel | 2006-01-22 | 4 | -11/+336 |
* | 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 |
* | Renamed com.sun.opengl.utils to com.sun.opengl.util. Moved
| Kenneth Russel | 2006-01-13 | 2 | -3/+3 |
* | Fixed problem with X11ExternalGLContext pointed out by m.engelhardt on | Kenneth Russel | 2006-01-10 | 1 | -0/+25 |
* | Fixed more problems related to recent restructuring of glue code
| Kenneth Russel | 2006-01-01 | 2 | -4/+4 |
* | Fixed Issue 186: Incorrect mipmap images with gluBuild2DMipmaps
| Kenneth Russel | 2006-01-01 | 1 | -38/+39 |
* | Fixed build breakage pointed out by Travis after recent
| Kenneth Russel | 2005-12-26 | 1 | -1/+2 |
* | Fixed bug in render-to-texture support on Windows | Kenneth Russel | 2005-12-23 | 3 | -3/+3 |
* | Refactored glue code generation for APIs requiring run-time lookup of
| Kenneth Russel | 2005-12-21 | 2 | -31/+3 |
* | Refactored code on Windows and X11 constructing attribute lists for
| Kenneth Russel | 2005-12-06 | 4 | -259/+230 |
* | Removed code inadvertently checked in along with
| Kenneth Russel | 2005-12-06 | 1 | -4/+0 |
* | Added MacOSXExternalGLContext support as suggested by Billy Biggs | Kenneth Russel | 2005-12-05 | 3 | -2/+101 |
* | Submitted by: Travis | gfxadmin | 2005-12-03 | 1 | -3/+3 |
* | Added GLU projection-related entry points accepting Buffers as
| Kenneth Russel | 2005-12-03 | 1 | -48/+440 |
* | Added GLCapabilitiesChooser argument (currently ignored) to
| Kenneth Russel | 2005-11-27 | 3 | -0/+3 |
* | Deleted unnecessary references to AWT Component in base GLDrawable
| Kenneth Russel | 2005-11-14 | 11 | -23/+17 |
* | Minor cleanup to MacOSXGLDrawable to not import Component | Kenneth Russel | 2005-11-14 | 1 | -3/+1 |
* | Cleaned up access control on a few helper methods | Kenneth Russel | 2005-11-14 | 1 | -8/+8 |
* | Deleted vestigial code from Windows choosePixelFormat path pointed out
| Kenneth Russel | 2005-11-14 | 1 | -2/+0 |
* | Added workaround for problem on Mac OS X 10.4.3 where could not share | Kenneth Russel | 2005-11-13 | 2 | -3/+32 |
* | Minor javadoc changes to GLDrawableFactory.
| Kenneth Russel | 2005-11-12 | 1 | -1/+1 |