| Commit message (Expand) | Author | Age | Files | Lines |
* | Made loading of GLU library lazier, partially in the hope that this | Kenneth Russel | 2006-02-10 | 8 | -10/+52 |
* | Updated nightly build | gfxadmin | 2006-02-10 | 1 | -16/+16 |
* | Fixed Issue 203: Missing setup of GL_UNPACK_ALIGNMENT for mipmapped
| Kenneth Russel | 2006-02-10 | 1 | -4/+12 |
* | Issue number: | gfxadmin | 2006-02-10 | 5 | -264/+288 |
* | Added note requested by Justin Couch on needing JDK 5 for AMD64 builds | Kenneth Russel | 2006-02-09 | 1 | -2/+3 |
* | Updated nightly build | gfxadmin | 2006-02-09 | 1 | -15/+15 |
* | Updated nightly build | gfxadmin | 2006-02-08 | 1 | -16/+16 |
* | Changed syslibset for Xxf86vm to be non-static to work around apparent | Kenneth Russel | 2006-02-07 | 1 | -3/+3 |
* | Updated nightly build | gfxadmin | 2006-02-07 | 1 | -19/+19 |
* | Fixed build breakage on X11 platforms after change to GlueGen's | Kenneth Russel | 2006-02-07 | 1 | -8/+5 |
* | Further work on FBO support in Java2D/JOGL bridge. Recast how
| Kenneth Russel | 2006-02-06 | 5 | -53/+227 |
* | Intermediate checkin for FBO support in Java2D/JOGL bridge. Needed to
| Kenneth Russel | 2006-02-05 | 7 | -9/+912 |
* | Updated nightly build | gfxadmin | 2006-02-05 | 1 | -15/+15 |
* | Updated nightly build | gfxadmin | 2006-02-04 | 1 | -20/+20 |
* | Upgraded contributor agreement to current final version | Kenneth Russel | 2006-02-03 | 3 | -1/+1 |
* | Fixed Issue 199: Incorporate tile rendering library
| Kenneth Russel | 2006-02-02 | 2 | -2/+637 |
* | Updated nightly build | gfxadmin | 2006-02-02 | 1 | -19/+19 |
* | 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 |
* | Updated nightly build | gfxadmin | 2006-02-01 | 1 | -20/+20 |
* | Issue number: Various issues are covered by this -- I will update them | gfxadmin | 2006-01-31 | 3 | -6/+58 |
* | Updated nightly build | gfxadmin | 2006-01-31 | 1 | -19/+19 |
* | Updated nightly build | gfxadmin | 2006-01-30 | 1 | -15/+15 |
* | Updated nightly build | gfxadmin | 2006-01-29 | 1 | -18/+18 |
* | Updated Cg headers to 1.4 rc1-4 including in particular
| Kenneth Russel | 2006-01-29 | 4 | -1/+11 |
* | 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 |
* | Updated nightly build | gfxadmin | 2006-01-27 | 1 | -15/+15 |
* | Updated nightly build | gfxadmin | 2006-01-26 | 1 | -15/+15 |
* | Updated nightly build | gfxadmin | 2006-01-25 | 1 | -17/+17 |
* | 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 |
* | Updated nightly build | gfxadmin | 2006-01-23 | 1 | -20/+20 |
* | 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 typos in glx-CustomCCode.c along Solaris #ifdef path | Kenneth Russel | 2006-01-22 | 0 | -0/+0 |
* | Fixed typos in glx-CustomCCode.c along Solaris #ifdef path | Kenneth Russel | 2006-01-22 | 1 | -6/+6 |
* | Fixed Issue 179: Add documentation on importance of byte ordering
| Kenneth Russel | 2006-01-22 | 1 | -0/+14 |
* | Fixed Issue 173: Adjust gamma, brightness and contrast
| Kenneth Russel | 2006-01-22 | 12 | -37/+548 |
* | Cleaned up how declarations for Mac OS X window system wrapper | Kenneth Russel | 2006-01-22 | 4 | -80/+50 |
* | Updated nightly build | gfxadmin | 2006-01-21 | 1 | -17/+17 |
* | Fixed build breakage on 10.4 after last checkin | Kenneth Russel | 2006-01-20 | 1 | -6/+2 |
* | Fixed Issue 193: antialiasing querying using GLCapabilitiesChooser no
| Kenneth Russel | 2006-01-20 | 2 | -85/+96 |
* | Fixed bug in WindowsGLDrawable.iattributes2GLCapabilities pointed out
| Kenneth Russel | 2006-01-20 | 1 | -4/+4 |
* | Fixed build breakage on 10.3 after last checkin | Kenneth Russel | 2006-01-19 | 1 | -0/+9 |
* | add support for availability macros and use them to substitue values in case ... | Gerard Ziemski | 2006-01-18 | 1 | -11/+19 |
* | Updated nightly build | gfxadmin | 2006-01-18 | 1 | -18/+18 |
* | Fixed build breakage after last checkin; silenced compiler warning, | Kenneth Russel | 2006-01-18 | 1 | -11/+6 |
* | clamp the passed in values to their max if necessary - fixes InfiniteShadowVo... | Gerard Ziemski | 2006-01-18 | 1 | -4/+118 |
* | Updated nightly build | gfxadmin | 2006-01-17 | 1 | -18/+18 |