| Commit message (Expand) | Author | Age | Files | Lines |
* | Deleted some GLJPanel-convenience methods from GLDrawableFactory based
| Kenneth Russel | 2005-09-22 | 2 | -7/+3 |
* | Renamed GLJPanel.isOGLPipelineEnabled() to
| Kenneth Russel | 2005-09-12 | 1 | -2/+2 |
* | Moved GLU-related classes into javax.media.opengl.glu package. Still
| Kenneth Russel | 2005-09-11 | 14 | -5/+15 |
* | Fixed longstanding typo (even in C headers) in naming of GLUtesselator;
| Kenneth Russel | 2005-09-11 | 1 | -2/+2 |
* | Initial integration of JOGL with the Java2D OpenGL pipeline in the Sun JDK.
| Kenneth Russel | 2005-09-09 | 7 | -19/+36 |
* | Instantiated HDR demo's CgPipeline class reflectively to break
| Kenneth Russel | 2005-09-09 | 1 | -2/+8 |
* | Refactored demos to mostly subclass common Demo superclass providing
| Kenneth Russel | 2005-09-09 | 11 | -103/+177 |
* | Added Vertex Buffer Object and Pixel Buffer Object variants of
| Kenneth Russel | 2005-09-03 | 10 | -187/+172 |
* | Renamed all files to intended destination packages for JSR-231. The
| Kenneth Russel | 2005-08-30 | 33 | -48/+80 |
* | Restructured generation of MethodBindings and emitters to more closely
| Kenneth Russel | 2005-08-29 | 9 | -70/+64 |
* | Cleaned up imports in JRefract demo | Kenneth Russel | 2005-08-17 | 1 | -5/+0 |
* | Revised JGears demo to add FPS counter and logos drawn with Java2D and
| Kenneth Russel | 2005-08-17 | 8 | -26/+195 |
* | Added dual-context test. Changed
| Kenneth Russel | 2005-08-15 | 1 | -0/+149 |
* | Restructured Animator to handle multiple GLAutoDrawables and to yield
| Kenneth Russel | 2005-08-14 | 1 | -42/+6 |
* | Broke another deadlock with VertexProgWarp demo in JRefract framework | Kenneth Russel | 2005-08-06 | 1 | -2/+6 |
* | Missed new DemoListener.repaint() in a few places | Kenneth Russel | 2005-08-06 | 4 | -0/+4 |
* | Corrected HDR demo title | Kenneth Russel | 2005-08-06 | 1 | -1/+1 |
* | Refactored nearly all demos as GLEventListeners and imported most into
| Kenneth Russel | 2005-08-06 | 12 | -3683/+2949 |
* | Refactored Gears, VertexProgRefract and Water demos to be more
| Kenneth Russel | 2005-08-05 | 7 | -2100/+1008 |
* | Refactored platform extensions out of the GL interface and
| Kenneth Russel | 2005-07-27 | 1 | -7/+1 |
* | Implemented pbuffer instantiation support in GLDrawableFactory rather
| Kenneth Russel | 2005-07-18 | 3 | -16/+31 |
* | Further context-related changes for the JSR-231 API. The GLContext
| Kenneth Russel | 2005-07-17 | 8 | -14/+28 |
* | Initial set of context-related changes for the JSR-231 API. GLContext
| Kenneth Russel | 2005-07-10 | 22 | -126/+123 |
* | Fixed Windows port after changes to GlueGen to include array offsets.
| Kenneth Russel | 2005-07-08 | 23 | -224/+224 |
* | Merged with main trunk (tag JOGL_PRE_1_1_1) | Kenneth Russel | 2005-07-07 | 27 | -136/+605 |
* | This commit was manufactured by cvs2svn to create branch 'JSR-231'. | First Last | 2005-06-16 | 19 | -503/+1660 |
* | 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 |