| Commit message (Expand) | Author | Age | Files | Lines |
* | Changes according to JOGL 811bd23ed37e392abb349f850a0b1dac635d021e | Sven Gothel | 2010-05-28 | 1 | -1/+1 |
* | Fixes for JOGL changes 6e599a2696f878786783e0fea17534e67655a5c9 | Sven Gothel | 2010-05-21 | 6 | -6/+6 |
* | Adaption to JOGL 1ad8c39df6b097c80ba7a85badf555e7f669cc3f | Sven Gothel | 2010-04-24 | 6 | -8/+3 |
* | Fix: delete Newt window completly (deep) | Sven Gothel | 2010-04-23 | 1 | -1/+8 |
* | Add win32 script, misc stuff .. | Sven Gothel | 2010-04-21 | 1 | -1/+1 |
* | Fixes to match JOGL 2ae28d54858ff684bc2368e0476a7a357dc63432 | Sven Gothel | 2010-04-15 | 1 | -1/+1 |
* | fixed imports to fix build. | Michael Bien | 2010-04-08 | 4 | -4/+4 |
* | modifications due to refactorings in gluegen and jogl. | Michael Bien | 2010-03-29 | 6 | -58/+61 |
* | changes due to package rename in jogl. | Michael Bien | 2010-03-29 | 6 | -16/+12 |
* | fixed jogl-demos since we moved some packages in jogl. | Michael Bien | 2010-03-28 | 6 | -12/+12 |
* | modifications due to refactorings: com.sun.opengl -> com.jogamp.opengl. | Michael Bien | 2010-03-27 | 7 | -13/+13 |
* | JOGLNewtAppletBase et al - no dispose event at destruction, since it's critic... | Sven Gothel | 2009-10-12 | 1 | -2/+6 |
* | ReadBuffer: Use temp file ; Use TextureIO ; JOGL 8f76db4364f66c36780e762e086a... | Sven Gothel | 2009-10-11 | 1 | -1/+3 |
* | JOGL changes .. | Sven Gothel | 2009-10-10 | 1 | -43/+56 |
* | Add ReadBuffer Demos/ModuleTests; Incl. SurfaceUpdated Listener, ReadPixel to... | Sven Gothel | 2009-10-04 | 2 | -21/+55 |
* | Fixes and tested JOGLNewtApplet1Run/JOGLNewtAppletBase | Sven Gothel | 2009-09-14 | 3 | -1/+9 |
* | Test (demos.GLNewtRun) NEWT: Native window parenting (X11: OK); AWTWindow ext... | Sven Gothel | 2009-09-12 | 1 | -1/+5 |
* | Fix for NEWT Changes: GLWindow: remove ambigous create functions, ie with Win... | Sven Gothel | 2009-09-12 | 6 | -7/+20 |
* | RedSquare: '-debug' option enables Debug/Trace using new GLPipelineFactory | Sven Gothel | 2009-08-02 | 1 | -1/+30 |
* | Fix windows start scripts (CVM/J2SE) | Sven Gothel | 2009-07-31 | 1 | -2/+3 |
* | RedSquare: Param '-vsync' -> '-swapi <integer>' ; Show getSwapInterval() | sg215889 | 2009-07-30 | 1 | -5/+10 |
* | RedSquare: Add '-vsync' param; Use proper default GL2ES[12] profile. | sg215889 | 2009-07-30 | 1 | -2/+7 |
* | RedSquare: single thread / one-pump test | Sven Gothel | 2009-06-17 | 1 | -23/+78 |
* | quit: 'q' + button-1 double click; fullscreen: 'f' + button-2 click | Sven Gothel | 2009-06-16 | 1 | -2/+6 |
* | Copied JOGL_2_SANDBOX r350 on to trunk; JOGL_2_SANDBOX branch is now closed | Kenneth Russel | 2009-06-15 | 12 | -0/+4070 |
* | Deleted obsolete source code in preparation for copying JOGL_2_SANDBOX | Kenneth Russel | 2009-06-15 | 9 | -1930/+0 |
* | Fixes; Auto GL profile selection | Sven Gothel | 2008-06-25 | 1 | -2/+2 |
* | JOGL2 GLES1 NEWT X11 - RedSquare - working | Sven Gothel | 2008-06-25 | 3 | -20/+28 |
* | added fps 2 stdout, changed reshape .. | Sven Gothel | 2008-06-02 | 2 | -9/+32 |
* | Added CubeFBO demo | Kenneth Russel | 2008-06-02 | 4 | -0/+681 |
* | Made rotation speed independent of frame rate. Removed sleep. | Kenneth Russel | 2008-06-01 | 1 | -8/+3 |
* | wip | Sven Gothel | 2008-06-01 | 2 | -10/+31 |
* | wip .. | Sven Gothel | 2008-06-01 | 2 | -0/+2 |
* | Adapted to latest JOGL refactoring .. | Sven Gothel | 2008-06-01 | 2 | -12/+12 |
* | 16 bit RGB: 5 6 5 | Sven Gothel | 2008-05-30 | 2 | -2/+2 |
* | adapted EGLDrawable.destroy() | Sven Gothel | 2008-05-30 | 2 | -4/+2 |
* | adapted es1 demos to the new and proper 'newt' handling. | Sven Gothel | 2008-05-30 | 2 | -8/+60 |
* | Adapted to changes in Window.create(int visualID) | Sven Gothel | 2008-05-30 | 2 | -2/+2 |
* | Incorporated Sven's Java port of the San Angeles demo, modified to use
| Kenneth Russel | 2008-05-30 | 4 | -0/+1031 |
* | Added animation to have a visible effect. Added clean termination
| Kenneth Russel | 2008-05-30 | 1 | -3/+13 |
* | Switched to using glClearColorx as glClearColor doesn't seem to exist
| Kenneth Russel | 2008-05-30 | 1 | -1/+4 |
* | Worked around several subtle differences between desktop OpenGL and
| Kenneth Russel | 2008-05-29 | 1 | -32/+21 |
* | Rewrote to use minimal window abstraction for EGL. Not working yet. | Kenneth Russel | 2008-05-29 | 1 | -94/+46 |
* | Moved ES1 and ES2 demos into new packages in preparation for
| Kenneth Russel | 2008-05-29 | 1 | -0/+165 |