| Commit message (Expand) | Author | Age | Files | Lines |
* | setenv-jogl.sh: remove LD_LIBRARY_PATH settings .. no more required | Sven Gothel | 2012-06-21 | 1 | -2/+2 |
* | Remove GLProfile.initSingleton(..) calls and JNLP argument 'NotFirstUIActionO... | Sven Gothel | 2012-06-21 | 69 | -437/+50 |
* | Merge pull request #3 from xranby/masterv2.0-rc9v2.0-rc6 | Sven Gothel | 2012-04-16 | 1 | -0/+455 |
|\ |
|
| * | RawGL2ES2demo: make shaders Mesa X11 GL compatible. | Xerxes Rånby | 2012-03-23 | 1 | -6/+21 |
| * | RawGL2ES2demo: Mention JOGL probing of system installed libGL and libEGL. | Xerxes Rånby | 2012-03-23 | 1 | -3/+17 |
| * | JOGL2 OpenGL ES 2 demo to expose and learn what the RAW OpenGL ES 2 API looks... | Xerxes Rånby | 2012-03-23 | 1 | -0/+426 |
* | | Adapt to JOGL's ShaderUtil API changes commit 62e5686fb583ad991d5811baf242d40...v2.0-rc8v2.0-rc7 | Sven Gothel | 2012-04-16 | 3 | -14/+14 |
* | | Removed obsolete openmax demos. JOGL has demo/test code for GLMediaPlayer | Sven Gothel | 2012-04-09 | 8 | -977/+0 |
|/ |
|
* | Adapt to GlueGen IO resource changes URL -> URLConnection for effeciency | Sven Gothel | 2012-03-17 | 2 | -17/+14 |
* | Adapt to JOGL's NativeWindow changes | Sven Gothel | 2012-03-06 | 1 | -5/+17 |
* | Extract demos 'dualDepthPeeling' and 'tennis' w/ code and data. Skip www/*.7z... | Sven Gothel | 2012-02-28 | 7 | -8/+42 |
* | Repackage demos src zip to 7z | Sven Gothel | 2012-02-28 | 7 | -4/+4 |
* | Adapt to latest JOGL changes (commit: a4c7bf0420e369e71561d2847f2fc444ce5abaf... | Sven Gothel | 2012-02-24 | 5 | -17/+12 |
* | Seperate dualDepthPeeling obj data; Add data anchor class | Sven Gothel | 2012-02-18 | 5 | -5/+14 |
* | JOGL'fy dualDepthPeeling demo (Using JOGL ShaderState/Code/Program) | Sven Gothel | 2012-02-18 | 7 | -462/+277 |
* | unify shader names(2) | Sven Gothel | 2012-02-18 | 26 | -0/+0 |
* | unify shader names | Sven Gothel | 2012-02-18 | 26 | -0/+0 |
* | Merge pull request #2 from abokinsky/master | Sven Gothel | 2012-02-15 | 30 | -0/+1751340 |
|\ |
|
| * | Package and load path changes | Alexandra Bokinsky | 2011-03-15 | 3 | -3/+15 |
| * | Port of NVIDIA OpenGL Dual Depth Peeling demo. | Alexandra Bokinsky | 2011-03-15 | 30 | -0/+1751328 |
* | | javac - setup encoding to UTF-8 | Sven Gothel | 2012-01-23 | 1 | -0/+5 |
* | | Gears: Remove initSingleton() | Sven Gothel | 2012-01-22 | 2 | -4/+2 |
* | | Fix Bug 516 (Determine Java Version) / See gluegen: 64639b805a32338385421f168... | Sven Gothel | 2012-01-22 | 3 | -14/+44 |
* | | Adding Tennis Demo | Alexey Fofonov | 2012-01-19 | 6 | -0/+920 |
* | | Compress test applet section | Sven Gothel | 2011-12-20 | 1 | -17/+3 |
* | | Remove JOGLNewtApplet1Run/Base - Promoted to JOGL | Sven Gothel | 2011-12-20 | 2 | -402/+0 |
* | | Fix html errors | Sven Gothel | 2011-12-20 | 1 | -12/+1 |
* | | index.html update; Applets use Object/Embed; Use JOGL's JOGLNewtApplet1Run; N... | Sven Gothel | 2011-12-20 | 10 | -186/+396 |
* | | HDR demo uses jogl-all-awt-cg.jnlpv2.0-rc5 | Sven Gothel | 2011-12-19 | 2 | -2/+2 |
* | | Adapt to JOGL commit bafd9b99816f55c105230a59211caf13f0315910v2.0-rc4 | Sven Gothel | 2011-11-27 | 1 | -1/+1 |
* | | update build.xml (jogl.cg.jar location) and manual compile scripts | Sven Gothel | 2011-10-22 | 6 | -25/+22 |
* | | minor editing | Sven Gothel | 2011-09-21 | 1 | -3/+4 |
* | | www index: add jogl test link | Sven Gothel | 2011-09-17 | 1 | -15/+15 |
* | | Fix jnlp/html filesv2.0-rc3 | Sven Gothel | 2011-09-16 | 9 | -89/+30 |
* | | Complete www/jnlp file cleanup on index.html | Sven Gothel | 2011-09-15 | 1 | -12/+18 |
* | | Add pos/size/translucency/above to JOGL Applet Runner | Sven Gothel | 2011-09-15 | 2 | -14/+80 |
* | | cleanup www and jnlp-files folder, dropping all jnlp/html code to jnlp-files | Sven Gothel | 2011-09-15 | 20 | -295/+230 |
* | | Add eclipse project files | Sven Gothel | 2011-09-14 | 5 | -0/+69 |
* | | webstart -> jogamp-current | Sven Gothel | 2011-09-14 | 1 | -25/+25 |
* | | New FHS: jars in jar/, using jogamp-current and jogamp-next | Sven Gothel | 2011-09-13 | 35 | -167/+150 |
* | | Adapt to JOGL commit 7f2da7bb878813817efab0eb01bbf274065ef6c6 | Sven Gothel | 2011-08-30 | 5 | -11/+11 |
* | | Adapt to commit 55dae6968075cd082f7a9b8060f0912669e7aa78 | Sven Gothel | 2011-08-22 | 2 | -6/+6 |
* | | Adapt to latest jogl commit 6c346d98f04e2355210960fe9ffde47432f04d62 | Sven Gothel | 2011-08-22 | 5 | -15/+13 |
* | | adapt to jogl's jnlp/jar reduction | Sven Gothel | 2011-08-05 | 21 | -146/+20 |
* | | FixedFuncUtil.getFixedFuncImpl() -> FixedFuncUtil.wrapFixedFuncEmul() | Sven Gothel | 2011-08-01 | 8 | -8/+8 |
* | | Fixes for latest jogl/gluegen (FileUtil/Locator -> IOUtil) | Sven Gothel | 2011-06-26 | 5 | -11/+13 |
* | | sync w/ JOGL 526ea7a3fb579f88a0c0a1e597387aae29d5aa06 | Sven Gothel | 2011-05-17 | 2 | -10/+12 |
* | | sync w/ jogl e007bb306124411e0232e51d16aa493cbd361f74 | Sven Gothel | 2011-04-26 | 38 | -202/+203 |
* | | Adapt to FBObject jogl changes b44288b26e8ac6de0593db349725c2a288bb520a | Sven Gothel | 2011-04-05 | 3 | -55/+131 |
|/ |
|
* | Fix www - add version/test link | Sven Gothel | 2011-03-03 | 2 | -1/+11 |