summaryrefslogtreecommitdiffstats
path: root/src/demos/es2
Commit message (Expand)AuthorAgeFilesLines
* Fix PMVMatrix changes and minor cleanupSven Gothel2023-05-072-131/+185
* Adapt to JOGL GLArrayData API Change commit 3d537d4239e3772ffdb33592e5e66844d...Sven Gothel2023-02-253-82/+93
* Adapt to GlueGen commit acd52a1936090eee11b3220f5c75ee37763773c7Sven Gothel2015-10-151-14/+23
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-039-29/+29
* 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
* 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 JOGL commit 8b33170ec6fd3f215976875cb66d746fa1b48f61, Fix Bug 688: ...Sven Gothel2013-06-171-2/+3
* 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-161-0/+1
* 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
* 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-162-8/+8
* | 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-171-7/+9
* Adapt to latest JOGL changes (commit: a4c7bf0420e369e71561d2847f2fc444ce5abaf...Sven Gothel2012-02-243-13/+9
* Adapt to JOGL commit 7f2da7bb878813817efab0eb01bbf274065ef6c6Sven Gothel2011-08-305-11/+11
* Adapt to latest jogl commit 6c346d98f04e2355210960fe9ffde47432f04d62Sven Gothel2011-08-223-9/+9
* FixedFuncUtil.getFixedFuncImpl() -> FixedFuncUtil.wrapFixedFuncEmul()Sven Gothel2011-08-012-2/+2
* Fixes for latest jogl/gluegen (FileUtil/Locator -> IOUtil)Sven Gothel2011-06-261-1/+3
* sync w/ jogl e007bb306124411e0232e51d16aa493cbd361f74Sven Gothel2011-04-269-66/+66
* Add NEWT WindowListener.windowDestroyed() e7778124162aef7004e040dded5de1eaf5e...Sven Gothel2010-12-231-5/+3
* Adapt to JOGL 7262641429b542929efc699e392f410f1dee2187Sven Gothel2010-11-231-2/+2
* Accomodate JOGL changes up to ce24d32178106baa16e84f016192441ce45845a7Sven Gothel2010-10-293-6/+6
* Sync with JOGL: 1c02f0eeb539ff5de7259b822893ab63a9cc3ab0Sven Gothel2010-09-233-3/+3
* Fixes against JOGL a4b16ad544f3f7872f15e52d7ada7dc1e506d333Sven Gothel2010-07-161-0/+2
* Changes according to JOGL 811bd23ed37e392abb349f850a0b1dac635d021eSven Gothel2010-05-281-1/+1
* Fixes for JOGL changes 6e599a2696f878786783e0fea17534e67655a5c9Sven Gothel2010-05-213-3/+3
* Adaption to JOGL 1ad8c39df6b097c80ba7a85badf555e7f669cc3fSven Gothel2010-04-245-7/+4
* Fix: delete Newt window completly (deep)Sven Gothel2010-04-231-1/+1
* fixed imports to fix build.Michael Bien2010-04-082-2/+2
* Adaptions to jogl:1a2a54a83a9adb95b4bfe9c337751acbef0cb0d3 gluegen:7220416bce...Sven Gothel2010-03-301-0/+7
* modifications due to refactorings in gluegen and jogl.Michael Bien2010-03-292-12/+13
* changes due to package rename in jogl.Michael Bien2010-03-298-18/+12
* fixed jogl-demos since we moved some packages in jogl.Michael Bien2010-03-288-18/+18
* modifications due to refactorings: com.sun.opengl -> com.jogamp.opengl.Michael Bien2010-03-279-17/+17
* Adapted JOGL TextureData API changes (138a5b057e39a4738a2e82f370424a9a21aceea9)Sven Gothel2010-03-261-1/+1
* JOGLNewtAppletBase et al - no dispose event at destruction, since it's critic...Sven Gothel2009-10-121-1/+6
* JOGL changes ..Sven Gothel2009-10-101-37/+25
* Add ReadBuffer Demos/ModuleTests; Incl. SurfaceUpdated Listener, ReadPixel to...Sven Gothel2009-10-041-5/+0