summaryrefslogtreecommitdiffstats
path: root/src/demos
Commit message (Expand)AuthorAgeFilesLines
* Adapt to GlueGen commit acd52a1936090eee11b3220f5c75ee37763773c7Sven Gothel2015-10-152-35/+44
* Disable Demo 'VertexArrayRange', this extension is no more supportedv2.3.2v2.3.1v2.3.0Sven Gothel2015-03-051-0/+0
* Revert "Create ManyTriangleInstanced.java"Sven Gothel2015-02-031-112/+0
* Revert "Added."Sven Gothel2015-02-038-833/+3
* Merge remote-tracking branch 'origin/master'Sven Gothel2015-02-038-0/+942
|\
| * Added.toruwest2014-10-168-3/+833
| * Create ManyTriangleInstanced.javatoruwest2014-10-151-0/+112
* | Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-0398-458/+461
|/
* Adapt to JOGL commit 38f6915fedb765313c1f4646acf9e13dfbccef36 (FBObject)Sven Gothel2014-09-212-21/+33
* Adapt to JOGL commit 15b9e36e80d6f62f7dfb5c45d00cd04de2007ee5 (GammaRamp chan...v2.2.4v2.2.3v2.2.2v2.2.1v2.2.0b22xSven Gothel2014-07-281-20/+28
* Adapt to JOGL commit ec2d94ca26ddab8ec67135ebc5f2d0a43f6a4c25 (Bug 1031: Remo...Sven Gothel2014-07-109-328/+456
* Adapt to JOGL commit ebe980ad6ac40148bc84913d1ba1f7adf6200490 (Bug 741 HiDPI)Sven Gothel2014-06-062-187/+181
* Adapt to JOGL HiDPI (Bug 741) changes up-to commit bcda2dad1a6569ffd4eba07b23...Sven Gothel2014-05-2713-398/+540
* Fix RawGL2ES2demo: Issue glDeleteBuffers(..) at dispose(..) not display(..); ...Sven Gothel2014-04-111-25/+25
* Adapt to jogl changes post 2.1.5Sven Gothel2014-03-172-17/+15
* Removed TiledRendering demo - now migrated to JOGL unit-testsv2.1.1v2.1.0Sven Gothel2013-09-031-160/+0
* Fix bug 821: RawGL2ES2demo: Explicit add #version 130 for GL3 core & release ...Xerxes Rånby2013-09-021-26/+57
* Fix bug 821: RawGL2ES2demo: Use VBO buffers and update shaders to stay GL3/ES...Xerxes Rånby2013-08-301-5/+59
* Adapt to to JOGL commit 78abc89be7f3935f26802cc0db33f61fc2c65de0 - LDrawableF...v2.0.2Sven Gothel2013-07-175-5/+5
* HDR: Add resource re: floating point filtering ..Sven Gothel2013-06-171-0/+2
* Adapt to JOGL commit 8b33170ec6fd3f215976875cb66d746fa1b48f61, Fix Bug 688: ...Sven Gothel2013-06-176-16/+6
* Adapt to JOGL changes commit fd418a69eca7b8c1bb74244982305fc6004d0a52Sven Gothel2013-04-182-5/+12
* RawGL2ES2demo: Fixed compile/launch in document due to package demos.es2;'Sven Gothel2013-01-191-1/+4
* RawGL2ES2demo: Fixed launch in document due to package demos.es2;'Sven Gothel2013-01-191-1/+1
* RawGL2ES2demo: Fix Animator usage; Added missing 'package demos.es2;'Sven Gothel2013-01-191-1/+3
* Adapt to JOGL ShaderState changes - track our own instance.Sven Gothel2012-12-235-30/+58
* Adapt to JOGL changes commit 5fafc1ac360333645b807dcd8dff0c0a655ea439Sven Gothel2012-11-162-0/+3
* Adapt to JOGL changes commit 5fafc1ac360333645b807dcd8dff0c0a655ea439Sven Gothel2012-11-162-0/+4
* Adapt to latest JOGL changesv2.0-rc11Sven Gothel2012-10-126-9/+13
* Improve frame rendering smoothness in src/demos/es2/RawGL2ES2demo.javaXerxes Rånby2012-09-201-4/+7
* Fix ecj warnings in src/demos/es2/RawGL2ES2demo.javaXerxes Rånby2012-09-201-21/+0
* Use NIO Direct buffers to pass data to glVertexAttribPointer in RawGL2ES2demo...Xerxes Rånby2012-09-201-2/+19
* es2/RawGL2ES2demo: Remove AWT dependency to allow running on a Raspberry Pi; ...Xerxes Rånby2012-08-221-46/+72
* Adapt to JOGL changes commit 00bef95008b02cc71e166da122884402e9381f44v2.0-rc10Sven Gothel2012-07-251-2/+4
* Adapt to FBObject changesSven Gothel2012-07-202-46/+30
* Remove GLProfile.initSingleton(..) calls and JNLP argument 'NotFirstUIActionO...Sven Gothel2012-06-2138-363/+50
* Merge pull request #3 from xranby/masterv2.0-rc9v2.0-rc6Sven Gothel2012-04-161-0/+455
|\
| * RawGL2ES2demo: make shaders Mesa X11 GL compatible.Xerxes Rånby2012-03-231-6/+21
| * RawGL2ES2demo: Mention JOGL probing of system installed libGL and libEGL.Xerxes Rånby2012-03-231-3/+17
| * JOGL2 OpenGL ES 2 demo to expose and learn what the RAW OpenGL ES 2 API looks...Xerxes Rånby2012-03-231-0/+426
* | Adapt to JOGL's ShaderUtil API changes commit 62e5686fb583ad991d5811baf242d40...v2.0-rc8v2.0-rc7Sven Gothel2012-04-163-14/+14
* | Removed obsolete openmax demos. JOGL has demo/test code for GLMediaPlayerSven Gothel2012-04-098-977/+0
|/
* Adapt to GlueGen IO resource changes URL -> URLConnection for effeciencySven Gothel2012-03-172-17/+14
* Adapt to JOGL's NativeWindow changesSven Gothel2012-03-061-5/+17
* Extract demos 'dualDepthPeeling' and 'tennis' w/ code and data. Skip www/*.7z...Sven Gothel2012-02-286-5/+5
* Adapt to latest JOGL changes (commit: a4c7bf0420e369e71561d2847f2fc444ce5abaf...Sven Gothel2012-02-245-17/+12
* Seperate dualDepthPeeling obj data; Add data anchor classSven Gothel2012-02-184-4/+11
* JOGL'fy dualDepthPeeling demo (Using JOGL ShaderState/Code/Program)Sven Gothel2012-02-184-461/+265
* unify shader names(2)Sven Gothel2012-02-1826-0/+0
* unify shader namesSven Gothel2012-02-1826-0/+0