summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3 from xranby/masterv2.0-rc9v2.0-rc6Sven Gothel2012-04-161-0/+455
|\ | | | | RAW JOGL2 OpenGL ES 2 demo
| * 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 ↵Xerxes Rånby2012-03-231-0/+426
| | | | | | | | looks like.
* | Adapt to JOGL's ShaderUtil API changes commit ↵v2.0-rc8v2.0-rc7Sven Gothel2012-04-163-14/+14
| | | | | | | | 62e5686fb583ad991d5811baf242d40d21952e27
* | 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 ↵Sven Gothel2012-02-287-8/+42
| | | | | | | | www/*.7z from archive. Extracting the demos reduces the footprint of general demo data (especially for dualDepthPeeling's dragon.obj) and also allows to run the demo as standalone (tennis).
* Repackage demos src zip to 7zSven Gothel2012-02-287-4/+4
|
* Adapt to latest JOGL changes (commit: ↵Sven Gothel2012-02-245-17/+12
| | | | a4c7bf0420e369e71561d2847f2fc444ce5abafa, d97c54896d349e8a22c9cafec75c62476c16fdd1)
* Seperate dualDepthPeeling obj data; Add data anchor classSven Gothel2012-02-185-5/+14
|
* JOGL'fy dualDepthPeeling demo (Using JOGL ShaderState/Code/Program)Sven Gothel2012-02-187-462/+277
|
* unify shader names(2)Sven Gothel2012-02-1826-0/+0
|
* unify shader namesSven Gothel2012-02-1826-0/+0
|
* Merge pull request #2 from abokinsky/masterSven Gothel2012-02-1530-0/+1751340
|\ | | | | Dual Depth Peeling Dragon Demo
| * Package and load path changesAlexandra Bokinsky2011-03-153-3/+15
| |
| * Port of NVIDIA OpenGL Dual Depth Peeling demo.Alexandra Bokinsky2011-03-1530-0/+1751328
| | | | | | | | http://developer.download.nvidia.com/SDK/10.5/opengl/samples.html
* | javac - setup encoding to UTF-8Sven Gothel2012-01-231-0/+5
| |
* | Gears: Remove initSingleton()Sven Gothel2012-01-222-4/+2
| |
* | Fix Bug 516 (Determine Java Version) / See gluegen: ↵Sven Gothel2012-01-223-14/+44
| | | | | | | | 64639b805a32338385421f168e12c1ef7f749d00
* | Adding Tennis DemoAlexey Fofonov2012-01-196-0/+920
| |
* | Compress test applet sectionSven Gothel2011-12-201-17/+3
| |
* | Remove JOGLNewtApplet1Run/Base - Promoted to JOGLSven Gothel2011-12-202-402/+0
| |
* | Fix html errorsSven Gothel2011-12-201-12/+1
| |
* | index.html update; Applets use Object/Embed; Use JOGL's JOGLNewtApplet1Run; ↵Sven Gothel2011-12-2010-186/+396
| | | | | | | | | | | | | | NEWT Applets as NApplet w/o JNLP Use JOGL's JOGLNewtApplet1Run: demos.applets.JOGLNewtApplet1Run -> com.jogamp.newt.awt.applet.JOGLNewtApplet1Run
* | HDR demo uses jogl-all-awt-cg.jnlpv2.0-rc5Sven Gothel2011-12-192-2/+2
| |
* | Adapt to JOGL commit bafd9b99816f55c105230a59211caf13f0315910v2.0-rc4Sven Gothel2011-11-271-1/+1
| |
* | update build.xml (jogl.cg.jar location) and manual compile scriptsSven Gothel2011-10-226-25/+22
| |
* | minor editingSven Gothel2011-09-211-3/+4
| |
* | www index: add jogl test linkSven Gothel2011-09-171-15/+15
| |
* | Fix jnlp/html filesv2.0-rc3Sven Gothel2011-09-169-89/+30
| |
* | Complete www/jnlp file cleanup on index.htmlSven Gothel2011-09-151-12/+18
| |
* | Add pos/size/translucency/above to JOGL Applet RunnerSven Gothel2011-09-152-14/+80
| |
* | cleanup www and jnlp-files folder, dropping all jnlp/html code to jnlp-filesSven Gothel2011-09-1520-295/+230
| |
* | Add eclipse project filesSven Gothel2011-09-145-0/+69
| |
* | webstart -> jogamp-currentSven Gothel2011-09-141-25/+25
| |
* | New FHS: jars in jar/, using jogamp-current and jogamp-nextSven Gothel2011-09-1335-167/+150
| |
* | Adapt to JOGL commit 7f2da7bb878813817efab0eb01bbf274065ef6c6Sven Gothel2011-08-305-11/+11
| |
* | Adapt to commit 55dae6968075cd082f7a9b8060f0912669e7aa78Sven Gothel2011-08-222-6/+6
| |
* | Adapt to latest jogl commit 6c346d98f04e2355210960fe9ffde47432f04d62Sven Gothel2011-08-225-15/+13
| |
* | adapt to jogl's jnlp/jar reductionSven Gothel2011-08-0521-146/+20
| |
* | FixedFuncUtil.getFixedFuncImpl() -> FixedFuncUtil.wrapFixedFuncEmul()Sven Gothel2011-08-018-8/+8
| |
* | Fixes for latest jogl/gluegen (FileUtil/Locator -> IOUtil)Sven Gothel2011-06-265-11/+13
| |
* | sync w/ JOGL 526ea7a3fb579f88a0c0a1e597387aae29d5aa06Sven Gothel2011-05-172-10/+12
| |
* | sync w/ jogl e007bb306124411e0232e51d16aa493cbd361f74Sven Gothel2011-04-2638-202/+203
| |
* | Adapt to FBObject jogl changes b44288b26e8ac6de0593db349725c2a288bb520aSven Gothel2011-04-053-55/+131
|/
* Fix www - add version/test linkSven Gothel2011-03-032-1/+11
|
* gluegen-archivetasks.xml -> jogamp-archivetasks.xmlv2.0-rc2Sven Gothel2011-02-241-1/+1
|
* Adapt changes of jogamp-env.xmlSven Gothel2011-02-238-1/+2
|