summaryrefslogtreecommitdiffstats
path: root/src/demos/es1/RedSquare.java
Commit message (Expand)AuthorAgeFilesLines
* Fix windows start scripts (CVM/J2SE)Sven Gothel2009-07-311-2/+3
* RedSquare: Param '-vsync' -> '-swapi <integer>' ; Show getSwapInterval()sg2158892009-07-301-5/+10
* RedSquare: Add '-vsync' param; Use proper default GL2ES[12] profile.sg2158892009-07-301-2/+7
* RedSquare: single thread / one-pump testSven Gothel2009-06-171-23/+78
* quit: 'q' + button-1 double click; fullscreen: 'f' + button-2 clickSven Gothel2009-06-161-2/+6
* Copied JOGL_2_SANDBOX r350 on to trunk; JOGL_2_SANDBOX branch is now closedKenneth Russel2009-06-151-0/+254
* Deleted obsolete source code in preparation for copying JOGL_2_SANDBOXKenneth Russel2009-06-151-151/+0
* Fixes; Auto GL profile selectionSven Gothel2008-06-251-2/+2
* JOGL2 GLES1 NEWT X11 - RedSquare - workingSven Gothel2008-06-251-15/+16
* Made rotation speed independent of frame rate. Removed sleep.Kenneth Russel2008-06-011-8/+3
* wipSven Gothel2008-06-011-5/+15
* wip ..Sven Gothel2008-06-011-0/+1
* Adapted to latest JOGL refactoring ..Sven Gothel2008-06-011-6/+6
* 16 bit RGB: 5 6 5Sven Gothel2008-05-301-1/+1
* adapted EGLDrawable.destroy()Sven Gothel2008-05-301-2/+1
* adapted es1 demos to the new and proper 'newt' handling.Sven Gothel2008-05-301-4/+30
* Adapted to changes in Window.create(int visualID)Sven Gothel2008-05-301-1/+1
* Added animation to have a visible effect. Added clean termination Kenneth Russel2008-05-301-3/+13
* Switched to using glClearColorx as glClearColor doesn't seem to exist Kenneth Russel2008-05-301-1/+4
* Worked around several subtle differences between desktop OpenGL and Kenneth Russel2008-05-291-32/+21
* Rewrote to use minimal window abstraction for EGL. Not working yet.Kenneth Russel2008-05-291-94/+46
* Moved ES1 and ES2 demos into new packages in preparation for Kenneth Russel2008-05-291-0/+165