summaryrefslogtreecommitdiffstats
path: root/src/demos/proceduralTexturePhysics
Commit message (Expand)AuthorAgeFilesLines
* Changed GLDrawableFactory.canCreateGLPbuffer(GLCapabilities, int, int) Kenneth Russel2005-09-251-3/+1
* Changed GLU to be a single class rather than a separate interface and Kenneth Russel2005-09-252-5/+4
* Moved GLU-related classes into javax.media.opengl.glu package. Still Kenneth Russel2005-09-112-0/+2
* Initial integration of JOGL with the Java2D OpenGL pipeline in the Sun JDK. Kenneth Russel2005-09-091-0/+1
* Refactored demos to mostly subclass common Demo superclass providing Kenneth Russel2005-09-091-8/+11
* Added Vertex Buffer Object and Pixel Buffer Object variants of Kenneth Russel2005-09-032-60/+60
* Renamed all files to intended destination packages for JSR-231. The Kenneth Russel2005-08-302-2/+4
* Restructured generation of MethodBindings and emitters to more closely Kenneth Russel2005-08-291-4/+3
* Missed new DemoListener.repaint() in a few placesKenneth Russel2005-08-061-0/+1
* Refactored Gears, VertexProgRefract and Water demos to be more Kenneth Russel2005-08-052-220/+230
* Implemented pbuffer instantiation support in GLDrawableFactory rather Kenneth Russel2005-07-181-6/+9
* Further context-related changes for the JSR-231 API. The GLContext Kenneth Russel2005-07-172-6/+8
* Initial set of context-related changes for the JSR-231 API. GLContext Kenneth Russel2005-07-102-16/+15
* Fixed Windows port after changes to GlueGen to include array offsets. Kenneth Russel2005-07-081-27/+29
* Merged with main trunk (tag JOGL_PRE_1_1_1)Kenneth Russel2005-07-071-0/+1
* This commit was manufactured by cvs2svn to create branch 'JSR-231'.First Last2005-06-161-1/+0
* Enabled sync-to-vertical-refresh for ProceduralTexturePhysics demoKenneth Russel2005-05-241-0/+1
* Removed temporary debugging codeKenneth Russel2004-11-181-1/+0
* Ported ProceduralTexturePhysics demo to ARB_vertex_program and Kenneth Russel2004-11-172-695/+526
* Implemented a per-thread GLContext stack, which gives a thread Kenneth Russel2003-11-041-56/+35
* Fixed bug in Animator where it would hang upon stopping if exceptionKenneth Russel2003-07-151-27/+36
* Added pbuffer support to JOGL on X11; HWShadowmapsSimple andKenneth Russel2003-07-031-1/+1
* Split up net.java.games.util; moved GLUT and BufferUtils intoKenneth Russel2003-06-252-0/+2438