| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | This putback attempts to address the following issues:
| Kenneth Russel | 2004-06-19 | 1 | -0/+355 |
* | Initial support for multisample / full-scene antialiasing (FSAA);
| Kenneth Russel | 2004-04-13 | 1 | -0/+181 |
* | Implemented a per-thread GLContext stack, which gives a thread
| Kenneth Russel | 2003-11-04 | 3 | -98/+92 |
* | Added contribution from user GKW on community.java.net forums to fix | Kenneth Russel | 2003-09-05 | 1 | -0/+308 |
* | GLU tesselator port by Pepijn Van Eeckhoudt and Nathan Parker Burg. | Kenneth Russel | 2003-08-21 | 1 | -0/+242 |
* | Added SGI .rgb image reader. Fixed typos in javadoc. | Kenneth Russel | 2003-08-15 | 1 | -0/+334 |
* | Made glBufferDataARB and glBufferSubDataARB non-NIOOnly. Added support
| Kenneth Russel | 2003-08-08 | 1 | -15/+50 |
* | Fixed bug in toggling of VBO | Kenneth Russel | 2003-08-08 | 1 | -0/+2 |
* | Changed glMapBufferARB's implementation to return the same ByteBuffer | Kenneth Russel | 2003-08-07 | 1 | -0/+724 |
* | Worked around 4764639/4892246 | Kenneth Russel | 2003-07-17 | 2 | -2/+4 |
* | Fixed bug in Animator where it would hang upon stopping if exception | Kenneth Russel | 2003-07-15 | 5 | -74/+111 |
* | Added sharing of display lists and textures among OpenGL contexts | Kenneth Russel | 2003-07-08 | 1 | -0/+270 |
* | Added pbuffer support to JOGL on X11; HWShadowmapsSimple and | Kenneth Russel | 2003-07-03 | 2 | -2/+2 |
* | Checked in experimental Cg support and a couple of small demos. By | Kenneth Russel | 2003-06-26 | 5 | -0/+826 |
* | Ported vertexProgWarp from NV_vertex_program to ARB_vertex_program so | Kenneth Russel | 2003-06-26 | 1 | -233/+266 |
* | Ported vertexProgRefract from NV_vertex_program to ARB_vertex_program | Kenneth Russel | 2003-06-26 | 1 | -89/+122 |
* | Split up net.java.games.util; moved GLUT and BufferUtils into | Kenneth Russel | 2003-06-25 | 92 | -0/+64043 |