| Commit message (Expand) | Author | Age | Files | Lines |
* | Added output support to TGAImage, SGIImage and newly-renamed DDSImage
| Kenneth Russel | 2006-01-09 | 3 | -19/+108 |
* | Reorganized and added code in TextureIO and Texture classes to support
| Kenneth Russel | 2006-01-07 | 7 | -275/+188 |
* | Fixed mipmap handling in TextureIO and associated classes. Top-level
| Kenneth Russel | 2006-01-07 | 2 | -1/+1 |
* | Changed how Texture returns texture coordinates for both the entire
| Kenneth Russel | 2006-01-06 | 1 | -6/+5 |
* | Deleted old copies of image readers from demos.util now that they have
| Kenneth Russel | 2006-01-06 | 5 | -1291/+2 |
* | Incorporated TextureIO texture loader (and, eventually, writer) and
| Kenneth Russel | 2006-01-06 | 7 | -0/+203 |
* | Submitted by: Travis | Travis Bryson | 2005-12-21 | 2 | -2/+2 |
* | Removed code inadvertently checked in along with
| Kenneth Russel | 2005-12-06 | 1 | -2/+0 |
* | Added MacOSXExternalGLContext support as suggested by Billy Biggs | Kenneth Russel | 2005-12-05 | 1 | -0/+2 |
* | Removed dead code | Kenneth Russel | 2005-12-01 | 1 | -0/+34 |
* | Removed dead code | Kenneth Russel | 2005-12-01 | 1 | -2/+0 |
* | Added copyright notice and attribution to XTrans demo | Kenneth Russel | 2005-11-28 | 16 | -27/+699 |
* | Added GLCapabilitiesChooser argument (currently ignored) to
| Kenneth Russel | 2005-11-27 | 3 | -5/+6 |
* | Added workaround for problem on Mac OS X 10.4.3 where could not share | Kenneth Russel | 2005-11-13 | 2 | -2/+7 |
* | Fixed Issue 169: Deprecated Swing calls in ScreenResSelector.java | Kenneth Russel | 2005-11-10 | 1 | -3/+3 |
* | Made public API changes discussed with expert group to make core JOGL | Kenneth Russel | 2005-11-09 | 23 | -30/+33 |
* | Merged JSR-231 branch on to the main JOGL trunk. The main trunk now
| Kenneth Russel | 2005-10-24 | 70 | -6348/+7763 |
* | Fixed Issue 168: Add support for transparency in GLJPanel
| Kenneth Russel | 2005-06-30 | 2 | -12/+62 |
* | Fixed problem with fullscreen display mode selection on Linux with JDK | Kenneth Russel | 2005-06-16 | 1 | -2/+3 |
* | Added comment about -Dsun.java2d.noddraw=true to fullscreen demos | Kenneth Russel | 2005-06-06 | 3 | -3/+12 |
* | Added full-screen demos and supporting ScreenResSelector class | Kenneth Russel | 2005-06-06 | 4 | -0/+1566 |
* | Got rid of useless copy of texture data pointed out by tomas on
| Kenneth Russel | 2005-06-05 | 2 | -31/+28 |
* | Fixed bug in HDR demo with Java Web Start | Kenneth Russel | 2005-05-27 | 1 | -1/+1 |
* | Javadoc fixes | Kenneth Russel | 2005-05-27 | 17 | -17/+17 |
* | Fixed bug in floating-point pbuffer support on Linux and made HDR demo | Kenneth Russel | 2005-05-27 | 1 | -0/+3 |
* | Added Java/JOGL port of NVidia HDR demo. | Kenneth Russel | 2005-05-27 | 25 | -0/+12101 |
* | Enabled sync-to-vertical-refresh for ProceduralTexturePhysics demo | Kenneth Russel | 2005-05-24 | 1 | -0/+1 |
* | Added constructor taking InputStream | Kenneth Russel | 2005-05-23 | 1 | -1/+9 |
* | Added PrintExt demo to print all GL extensions | Kenneth Russel | 2005-05-19 | 1 | -0/+69 |
* | Added demos.util.FileUtils to help with loading vertex and fragment
| Kenneth Russel | 2005-05-19 | 1 | -0/+68 |
* | Added CgGL.cgCreateProgramFromStream and updated JOGL Cg demos to use
| Kenneth Russel | 2005-05-13 | 2 | -7/+27 |
* | Fixed race condition in GLJPanel implementation and improved behavior | Kenneth Russel | 2005-05-10 | 1 | -9/+13 |
* | Fixed Issue 151: starting up the Animator before the GLJPanel has been shown ... | Kenneth Russel | 2005-05-07 | 10 | -47/+30 |
* | Added gl.setSwapInterval(0) call | Kenneth Russel | 2005-05-05 | 1 | -7/+1 |
* | Fixed Issue 160: Resource leaks in GLJPanel
| Kenneth Russel | 2005-05-02 | 1 | -16/+428 |
* | Added call to GL.setSwapInterval(1) to make demo animate smoothly on
| Kenneth Russel | 2005-04-24 | 1 | -0/+2 |
* | Fixed Issue 146: GLUT teapot
| Kenneth Russel | 2005-04-09 | 1 | -4/+1 |
* | Fixed bug in demos pointed out by chrisDUPUIS on javagaming.org forums
| Kenneth Russel | 2005-02-28 | 4 | -5/+30 |
* | Fixed problem in event-driven InfiniteShadowVolumes demo where
| Kenneth Russel | 2005-02-27 | 1 | -0/+6 |
* | Changed Gears and JGears demo to recommended style (to not cache the
| Kenneth Russel | 2005-02-24 | 2 | -17/+18 |
* | Added needed repaint() call after key events in demos where Animator
| Kenneth Russel | 2005-02-24 | 2 | -0/+2 |
* | Removed unnecessary Animator from interactive HWShadowmapsSimple and
| Kenneth Russel | 2005-02-23 | 2 | -31/+2 |
* | Took out debugging code from VertexProgRefract demo | Kenneth Russel | 2005-02-22 | 1 | -16/+1 |
* | Fixed problem in demos introduced in 1.1 b08 where windowClosing
| Kenneth Russel | 2005-02-14 | 10 | -24/+93 |
* | Added JRefract demo to jogl-demos web page | Kenneth Russel | 2005-02-07 | 1 | -1/+17 |
* | Added slight variation of VertexProgRefract demo which embeds the demo
| Kenneth Russel | 2005-02-04 | 1 | -0/+781 |
* | Removed temporary debugging code | Kenneth Russel | 2004-11-18 | 1 | -1/+0 |
* | Ported ProceduralTexturePhysics demo to ARB_vertex_program and
| Kenneth Russel | 2004-11-17 | 2 | -695/+526 |
* | Ported VertexProgRefract demo to ARB_fragment_program from NV_register_combiners | Kenneth Russel | 2004-11-08 | 1 | -5/+75 |
* | Fixed bug in gleem's Plane constructor pointed out by Aron Bierbaum
| Kenneth Russel | 2004-07-23 | 1 | -2/+2 |