summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed crash bug in HWShadowapsSimple demo caused by incorrect buffer JSR-231Kenneth Russel2005-10-221-15/+14
* Fixed X11 build breakage after checkin of XTrans demo (unnecessaryKenneth Russel2005-10-192-4/+0
* Added XTrans (Accelerated Transitions) demo, which uses the Kenneth Russel2005-10-1218-3/+2811
* Removed debugging code accidentally included in last checkinKenneth Russel2005-10-121-4/+1
* Cleaned up ^MsKenneth Russel2005-10-051-0/+3
* Removed GLU entry points for mipmapping and scaling routines taking Kenneth Russel2005-09-261-2/+2
* Changed GLDrawableFactory.canCreateGLPbuffer(GLCapabilities, int, int) Kenneth Russel2005-09-253-6/+4
* Changed GLU to be a single class rather than a separate interface and Kenneth Russel2005-09-2519-98/+80
* Deleted some GLJPanel-convenience methods from GLDrawableFactory based Kenneth Russel2005-09-222-7/+3
* Renamed GLJPanel.isOGLPipelineEnabled() to Kenneth Russel2005-09-121-2/+2
* Moved GLU-related classes into javax.media.opengl.glu package. Still Kenneth Russel2005-09-1119-5/+20
* Fixed longstanding typo (even in C headers) in naming of GLUtesselator; Kenneth Russel2005-09-111-2/+2
* Initial integration of JOGL with the Java2D OpenGL pipeline in the Sun JDK. Kenneth Russel2005-09-097-19/+36
* Restructured GLJPanel to handle reshapes explicitly without needing to Kenneth Russel2005-09-091-2/+3
* Instantiated HDR demo's CgPipeline class reflectively to break Kenneth Russel2005-09-091-2/+8
* Refactored demos to mostly subclass common Demo superclass providing Kenneth Russel2005-09-0912-107/+186
* Added Vertex Buffer Object and Pixel Buffer Object variants of Kenneth Russel2005-09-0310-187/+172
* Renamed all files to intended destination packages for JSR-231. The Kenneth Russel2005-08-3049-64/+112
* Restructured generation of MethodBindings and emitters to more closely Kenneth Russel2005-08-299-70/+64
* Cleaned up imports in JRefract demoKenneth Russel2005-08-171-5/+0
* Revised JGears demo to add FPS counter and logos drawn with Java2D and Kenneth Russel2005-08-178-26/+195
* Added dual-context test. Changed Kenneth Russel2005-08-151-0/+149
* Restructured Animator to handle multiple GLAutoDrawables and to yield Kenneth Russel2005-08-141-42/+6
* Broke another deadlock with VertexProgWarp demo in JRefract frameworkKenneth Russel2005-08-061-2/+6
* Added repaint() to GLAutoDrawable interface and used it in gleem Kenneth Russel2005-08-062-3/+3
* Missed new DemoListener.repaint() in a few placesKenneth Russel2005-08-064-0/+4
* Corrected HDR demo titleKenneth Russel2005-08-061-1/+1
* Refactored nearly all demos as GLEventListeners and imported most into Kenneth Russel2005-08-0613-3684/+2950
* Refactored Gears, VertexProgRefract and Water demos to be more Kenneth Russel2005-08-057-2100/+1008
* Refactored platform extensions out of the GL interface and Kenneth Russel2005-07-271-7/+1
* Implemented pbuffer instantiation support in GLDrawableFactory rather Kenneth Russel2005-07-183-16/+31
* Further context-related changes for the JSR-231 API. The GLContext Kenneth Russel2005-07-1711-47/+72
* Initial set of context-related changes for the JSR-231 API. GLContext Kenneth Russel2005-07-1029-170/+168
* Fixed Windows port after changes to GlueGen to include array offsets. Kenneth Russel2005-07-0829-241/+241
* Merged with main trunk (tag JOGL_PRE_1_1_1)Kenneth Russel2005-07-0727-136/+605
* This commit was manufactured by cvs2svn to create branch 'JSR-231'.First Last2005-06-1619-503/+1660
* Added Java/JOGL port of NVidia HDR demo.Kenneth Russel2005-05-2725-0/+12101
* Enabled sync-to-vertical-refresh for ProceduralTexturePhysics demoKenneth Russel2005-05-241-0/+1
* Added constructor taking InputStreamKenneth Russel2005-05-231-1/+9
* Added PrintExt demo to print all GL extensionsKenneth Russel2005-05-191-0/+69
* Added demos.util.FileUtils to help with loading vertex and fragment Kenneth Russel2005-05-191-0/+68
* Added CgGL.cgCreateProgramFromStream and updated JOGL Cg demos to use Kenneth Russel2005-05-132-7/+27
* Fixed race condition in GLJPanel implementation and improved behaviorKenneth Russel2005-05-101-9/+13
* Fixed Issue 151: starting up the Animator before the GLJPanel has been shown ...Kenneth Russel2005-05-0710-47/+30
* Added gl.setSwapInterval(0) callKenneth Russel2005-05-051-7/+1
* Fixed Issue 160: Resource leaks in GLJPanel Kenneth Russel2005-05-021-16/+428
* Added call to GL.setSwapInterval(1) to make demo animate smoothly on Kenneth Russel2005-04-241-0/+2
* Fixed Issue 146: GLUT teapot Kenneth Russel2005-04-091-4/+1
* Fixed bug in demos pointed out by chrisDUPUIS on javagaming.org forums Kenneth Russel2005-02-284-5/+30
* Fixed problem in event-driven InfiniteShadowVolumes demo where Kenneth Russel2005-02-271-0/+6