summaryrefslogtreecommitdiffstats
path: root/src/demos/vertexProgRefract
Commit message (Expand)AuthorAgeFilesLines
* Removed GLU entry points for mipmapping and scaling routines taking Kenneth Russel2005-09-261-2/+2
* Changed GLU to be a single class rather than a separate interface and Kenneth Russel2005-09-251-16/+15
* Moved GLU-related classes into javax.media.opengl.glu package. Still Kenneth Russel2005-09-111-0/+1
* 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-11/+14
* Added Vertex Buffer Object and Pixel Buffer Object variants of Kenneth Russel2005-09-031-27/+27
* Renamed all files to intended destination packages for JSR-231. The Kenneth Russel2005-08-301-2/+3
* Restructured generation of MethodBindings and emitters to more closely Kenneth Russel2005-08-291-2/+2
* Refactored nearly all demos as GLEventListeners and imported most into Kenneth Russel2005-08-061-1/+2
* Refactored Gears, VertexProgRefract and Water demos to be more Kenneth Russel2005-08-051-440/+446
* Further context-related changes for the JSR-231 API. The GLContext Kenneth Russel2005-07-171-0/+1
* Initial set of context-related changes for the JSR-231 API. GLContext Kenneth Russel2005-07-101-4/+4
* Fixed Windows port after changes to GlueGen to include array offsets. Kenneth Russel2005-07-081-6/+6
* Merged with main trunk (tag JOGL_PRE_1_1_1)Kenneth Russel2005-07-071-16/+14
* Took out debugging code from VertexProgRefract demoKenneth Russel2005-02-221-16/+1
* Fixed problem in demos introduced in 1.1 b08 where windowClosing Kenneth Russel2005-02-141-2/+9
* Added JRefract demo to jogl-demos web pageKenneth Russel2005-02-071-1/+17
* Ported VertexProgRefract demo to ARB_fragment_program from NV_register_combinersKenneth Russel2004-11-081-5/+75
* Worked around 4764639/4892246Kenneth Russel2003-07-171-1/+2
* Fixed bug in Animator where it would hang upon stopping if exceptionKenneth Russel2003-07-151-2/+10
* Ported vertexProgRefract from NV_vertex_program to ARB_vertex_programKenneth Russel2003-06-261-89/+122
* Split up net.java.games.util; moved GLUT and BufferUtils intoKenneth Russel2003-06-251-0/+628