Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge branch 'master' of github.com:mbien/jogl-demos | Sven Gothel | 2010-03-30 | 82 | -379/+411 | |
|\ | ||||||
| * | modifications due to refactorings in gluegen and jogl. | Michael Bien | 2010-03-29 | 57 | -316/+365 | |
| | | ||||||
| * | changes due to package rename in jogl. | Michael Bien | 2010-03-29 | 30 | -61/+44 | |
| | | ||||||
| * | fixed jogl-demos since we moved some packages in jogl. | Michael Bien | 2010-03-28 | 30 | -51/+51 | |
| | | ||||||
* | | Merge branch 'master' of github.com:mbien/jogl-demos | Sven Gothel | 2010-03-28 | 150 | -293/+510 | |
|\| | ||||||
| * | modifications due to refactorings: com.sun.opengl -> com.jogamp.opengl. | Michael Bien | 2010-03-27 | 145 | -270/+379 | |
| | | ||||||
| * | introduced jogl.root and gluegen.root. | Michael Bien | 2010-03-26 | 1 | -23/+26 | |
| | | ||||||
| * | added NetBeans project files. | Michael Bien | 2010-03-26 | 4 | -0/+105 | |
| | | ||||||
* | | Deprecated demos, ie using a deprecated - non std GL API. | Sven Gothel | 2010-03-26 | 1 | -0/+12 | |
|/ | ||||||
* | Enable building redbook demos by default | Sven Gothel | 2010-03-26 | 1 | -1/+1 | |
| | ||||||
* | Adapted JOGL TextureData API changes (138a5b057e39a4738a2e82f370424a9a21aceea9) | Sven Gothel | 2010-03-26 | 9 | -16/+24 | |
| | ||||||
* | Redbook seperation .. | Sven Gothel | 2009-11-10 | 2 | -6/+11 | |
| | ||||||
* | Tweak read buffer demoAwayFromSun | Sven Gothel | 2009-10-16 | 1 | -5/+8 | |
| | ||||||
* | JOGLNewtAppletBase et al - no dispose event at destruction, since it's ↵ | Sven Gothel | 2009-10-12 | 4 | -8/+24 | |
| | | | | critical within a browser | |||||
* | ReadBuffer: Use temp file ; Use TextureIO ; JOGL ↵ | Sven Gothel | 2009-10-11 | 3 | -8/+16 | |
| | | | | 8f76db4364f66c36780e762e086a18d5cc315363 | |||||
* | JOGL changes .. | Sven Gothel | 2009-10-10 | 10 | -101/+93 | |
| | ||||||
* | demos.readbuffer.Main: Allow setting a boolean | Sven Gothel | 2009-10-05 | 1 | -1/+1 | |
| | ||||||
* | Fix ReadBuffer .. | Sven Gothel | 2009-10-05 | 3 | -5/+24 | |
| | ||||||
* | ReadBuffer Demos: Use NetPbmTextureWriter | Sven Gothel | 2009-10-04 | 5 | -10/+17 | |
| | ||||||
* | Add ReadBuffer Demos/ModuleTests; Incl. SurfaceUpdated Listener, ReadPixel ↵ | Sven Gothel | 2009-10-04 | 11 | -42/+822 | |
| | | | | to file, texture - direct or via attaching the drawable to another context as it's readbuffer | |||||
* | GLNewtRun: Add parenting re-pos/re-size test; JOGLNewtAppletBase: Remove ↵ | Sven Gothel | 2009-09-29 | 3 | -5/+28 | |
| | | | | GLProfile, must be used in Capabilities/Window construction phase | |||||
* | Fix generic no awt test case | Sven Gothel | 2009-09-25 | 3 | -0/+47 | |
| | ||||||
* | Add SWT example | Sven Gothel | 2009-09-24 | 3 | -3/+165 | |
| | ||||||
* | fixed EDT deadlock in redbook applet | Michael Bien | 2009-09-16 | 2 | -10/+30 | |
| | ||||||
* | Fix demos, exclude redbook subdir from main javac | Sven Gothel | 2009-09-16 | 2 | -2/+43 | |
| | ||||||
* | Initial import of JOGL 2 redbook sample projects | Michael Bien | 2009-09-15 | 119 | -0/+19836 | |
| | | | | | | | -project builds stand alone, all dependencies including doc are downloaded automatically -a full build will create a slideshow applet in dist/ -project can be opened with NetBeans -original credits go to Kiet Le, ported to JOGL 2 by Claudio E. Goes | |||||
* | Add tests .. | Sven Gothel | 2009-09-14 | 2 | -1/+16 | |
| | ||||||
* | Fixes and tested JOGLNewtApplet1Run/JOGLNewtAppletBase | Sven Gothel | 2009-09-14 | 12 | -21/+211 | |
| | ||||||
* | NEWT Applet work .. | Sven Gothel | 2009-09-14 | 7 | -37/+340 | |
| | ||||||
* | GLNewtRun: Added window/parent position/size testing | Sven Gothel | 2009-09-12 | 1 | -0/+31 | |
| | ||||||
* | Test (demos.GLNewtRun) NEWT: Native window parenting (X11: OK); AWTWindow ↵ | Sven Gothel | 2009-09-12 | 3 | -2/+203 | |
| | | | | external Frame OK | |||||
* | Fix for NEWT Changes: GLWindow: remove ambigous create functions, ie with ↵ | Sven Gothel | 2009-09-12 | 11 | -13/+36 | |
| | | | | Window and Capabilities arguments | |||||
* | add JOGL_ALL_NOAWT config | Sven Gothel | 2009-09-11 | 2 | -1/+2 | |
| | ||||||
* | GLInfo: Add nice OpenGL 3.[012] information | Sven Gothel | 2009-08-05 | 1 | -5/+61 | |
| | ||||||
* | RedSquare: '-debug' option enables Debug/Trace using new GLPipelineFactory | Sven Gothel | 2009-08-02 | 4 | -15/+45 | |
| | ||||||
* | Fix windows start scripts (CVM/J2SE) | Sven Gothel | 2009-07-31 | 1 | -0/+31 | |
| | ||||||
* | Fix windows start scripts (CVM/J2SE) | Sven Gothel | 2009-07-31 | 6 | -54/+61 | |
| | ||||||
* | RedSquare: Param '-vsync' -> '-swapi <integer>' ; Show getSwapInterval() | sg215889 | 2009-07-30 | 2 | -9/+20 | |
| | ||||||
* | RedSquare: Add '-vsync' param; Use proper default GL2ES[12] profile. | sg215889 | 2009-07-30 | 2 | -5/+18 | |
| | ||||||
* | Add cvm start scripts for windows | sg215889 | 2009-07-30 | 5 | -3/+19 | |
| | ||||||
* | Fix www documentation | sg215889 | 2009-07-30 | 1 | -1/+1 | |
| | ||||||
* | Fix www documentation | sg215889 | 2009-07-30 | 3 | -58/+15 | |
| | ||||||
* | Adapt to latest JAR/JNLP changes | sg215889 | 2009-07-24 | 4 | -10/+16 | |
| | ||||||
* | Fix CDC JAR unification | sg215889 | 2009-07-15 | 2 | -2/+2 | |
| | ||||||
* | Add cpu flag to fix broken CVM os.arch (here on linux)JOGL_CDCCVM_sgothel | sg215889 | 2009-07-15 | 2 | -14/+23 | |
| | ||||||
* | Add CDC/CVM support .. | sg215889 | 2009-07-13 | 7 | -0/+152 | |
| | ||||||
* | fix .. | Sven Gothel | 2009-07-04 | 1 | -4/+5 | |
| | | | | git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@372 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4 | |||||
* | fix .. | Sven Gothel | 2009-07-04 | 1 | -1/+7 | |
| | | | | git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@371 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4 | |||||
* | fix .. | Sven Gothel | 2009-07-04 | 2 | -0/+3 | |
| | | | | git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@370 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4 | |||||
* | fix .. | Sven Gothel | 2009-07-04 | 2 | -2/+3 | |
| | | | | git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@369 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4 |