summaryrefslogtreecommitdiffstats
path: root/src/demos/es1/RedSquare.java
Commit message (Collapse)AuthorAgeFilesLines
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-031-15/+15
|
* Adapt to JOGL commit ec2d94ca26ddab8ec67135ebc5f2d0a43f6a4c25 (Bug 1031: ↵Sven Gothel2014-07-101-44/+85
| | | | Remove Deprecated Classes and Methods)
* Adapt to JOGL commit 8b33170ec6fd3f215976875cb66d746fa1b48f61, Fix Bug 688: ↵Sven Gothel2013-06-171-2/+3
| | | | Removal of NEWT KeyEvent.EVENT_KEY_TYPED and KeyListener.keyTyped(KeyEvent)
* Adapt to latest JOGL changesv2.0-rc11Sven Gothel2012-10-121-1/+1
|
* FixedFuncUtil.getFixedFuncImpl() -> FixedFuncUtil.wrapFixedFuncEmul()Sven Gothel2011-08-011-1/+1
|
* sync w/ jogl e007bb306124411e0232e51d16aa493cbd361f74Sven Gothel2011-04-261-4/+4
|
* Add NEWT WindowListener.windowDestroyed() ↵Sven Gothel2010-12-231-3/+3
| | | | e7778124162aef7004e040dded5de1eaf5e1ece4
* Adapt to JOGL 7262641429b542929efc699e392f410f1dee2187Sven Gothel2010-11-231-2/+2
|
* Accomodate JOGL changes up to ce24d32178106baa16e84f016192441ce45845a7Sven Gothel2010-10-291-2/+2
|
* Sync with JOGL: 1c02f0eeb539ff5de7259b822893ab63a9cc3ab0Sven Gothel2010-09-231-1/+2
|
* Fixes against JOGL a4b16ad544f3f7872f15e52d7ada7dc1e506d333Sven Gothel2010-07-161-0/+3
|
* Changes according to JOGL 811bd23ed37e392abb349f850a0b1dac635d021eSven Gothel2010-05-281-1/+1
|
* Fixes for JOGL changes 6e599a2696f878786783e0fea17534e67655a5c9Sven Gothel2010-05-211-1/+1
|
* Adaption to JOGL 1ad8c39df6b097c80ba7a85badf555e7f669cc3fSven Gothel2010-04-241-3/+1
|
* Fix: delete Newt window completly (deep)Sven Gothel2010-04-231-1/+8
|
* Fixes to match JOGL 2ae28d54858ff684bc2368e0476a7a357dc63432Sven Gothel2010-04-151-1/+1
|
* fixed imports to fix build.Michael Bien2010-04-081-1/+1
|
* modifications due to refactorings in gluegen and jogl.Michael Bien2010-03-291-2/+3
|
* changes due to package rename in jogl.Michael Bien2010-03-291-2/+2
|
* fixed jogl-demos since we moved some packages in jogl.Michael Bien2010-03-281-2/+2
|
* modifications due to refactorings: com.sun.opengl -> com.jogamp.opengl.Michael Bien2010-03-271-2/+2
|
* JOGLNewtAppletBase et al - no dispose event at destruction, since it's ↵Sven Gothel2009-10-121-2/+6
| | | | critical within a browser
* ReadBuffer: Use temp file ; Use TextureIO ; JOGL ↵Sven Gothel2009-10-111-1/+3
| | | | 8f76db4364f66c36780e762e086a18d5cc315363
* JOGL changes ..Sven Gothel2009-10-101-43/+56
|
* Add ReadBuffer Demos/ModuleTests; Incl. SurfaceUpdated Listener, ReadPixel ↵Sven Gothel2009-10-041-19/+29
| | | | to file, texture - direct or via attaching the drawable to another context as it's readbuffer
* Test (demos.GLNewtRun) NEWT: Native window parenting (X11: OK); AWTWindow ↵Sven Gothel2009-09-121-1/+5
| | | | external Frame OK
* Fix for NEWT Changes: GLWindow: remove ambigous create functions, ie with ↵Sven Gothel2009-09-121-1/+3
| | | | Window and Capabilities arguments
* RedSquare: '-debug' option enables Debug/Trace using new GLPipelineFactorySven Gothel2009-08-021-1/+30
|
* 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
| | | | git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@354 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
* quit: 'q' + button-1 double click; fullscreen: 'f' + button-2 clickSven Gothel2009-06-161-2/+6
| | | | git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@353 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
* Copied JOGL_2_SANDBOX r350 on to trunk; JOGL_2_SANDBOX branch is now closedKenneth Russel2009-06-151-0/+254
| | | | git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@352 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
* Deleted obsolete source code in preparation for copying JOGL_2_SANDBOXKenneth Russel2009-06-151-151/+0
| | | | | | | on to trunk git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@351 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
* Fixes; Auto GL profile selectionSven Gothel2008-06-251-2/+2
| | | | git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@246 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
* JOGL2 GLES1 NEWT X11 - RedSquare - workingSven Gothel2008-06-251-15/+16
| | | | git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@245 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
* Made rotation speed independent of frame rate. Removed sleep.Kenneth Russel2008-06-011-8/+3
| | | | git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@242 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
* wipSven Gothel2008-06-011-5/+15
| | | | git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@241 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
* wip ..Sven Gothel2008-06-011-0/+1
| | | | git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@240 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
* Adapted to latest JOGL refactoring ..Sven Gothel2008-06-011-6/+6
| | | | git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@239 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
* 16 bit RGB: 5 6 5Sven Gothel2008-05-301-1/+1
| | | | git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@238 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
* adapted EGLDrawable.destroy()Sven Gothel2008-05-301-2/+1
| | | | git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@237 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
* adapted es1 demos to the new and proper 'newt' handling.Sven Gothel2008-05-301-4/+30
| | | | git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@236 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
* Adapted to changes in Window.create(int visualID)Sven Gothel2008-05-301-1/+1
| | | | git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@235 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
* Added animation to have a visible effect. Added clean termination Kenneth Russel2008-05-301-3/+13
| | | | | | | | sequence. Changed back to using glClearColor as the reported lack of this method was apparently caused by a JIT bug. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@233 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
* Switched to using glClearColorx as glClearColor doesn't seem to exist Kenneth Russel2008-05-301-1/+4
| | | | | | | on the Sony X1. Added debugging printout of available extensions. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@232 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
* Worked around several subtle differences between desktop OpenGL and Kenneth Russel2008-05-291-32/+21
| | | | | | | | | | OpenGL ES 1, including apparent semantics around the window size when the context is created, and the fact that glColorPointer seems to only accept four-component colors. With the associated bug fixes to the jogl workspace, this demo is now working. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@231 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
* Rewrote to use minimal window abstraction for EGL. Not working yet.Kenneth Russel2008-05-291-94/+46
| | | | git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@230 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
* Moved ES1 and ES2 demos into new packages in preparation for Kenneth Russel2008-05-291-0/+165
conversion to platform-independent APIs git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@229 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4