summaryrefslogtreecommitdiffstats
path: root/make
Commit message (Collapse)AuthorAgeFilesLines
* Adapt to changes for Bug #598 - JOGL ALL JAR File Change incl. it's Native ↵Sven Gothel2012-06-261-20/+20
| | | | | | | Jar URL Derivation - Depends on GlueGen commit 9a71703904ebfec343fb2c7266343d37a2e4c3db - Depends on JOGL commit a393e45613d87101dbb13763df263c2f9291d2d0
* Extract demos 'dualDepthPeeling' and 'tennis' w/ code and data. Skip ↵Sven Gothel2012-02-281-3/+37
| | | | | | | | 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).
* Seperate dualDepthPeeling obj data; Add data anchor classSven Gothel2012-02-181-1/+3
|
* JOGL'fy dualDepthPeeling demo (Using JOGL ShaderState/Code/Program)Sven Gothel2012-02-181-0/+2
|
* javac - setup encoding to UTF-8Sven Gothel2012-01-231-0/+5
|
* Fix Bug 516 (Determine Java Version) / See gluegen: ↵Sven Gothel2012-01-223-14/+44
| | | | 64639b805a32338385421f168e12c1ef7f749d00
* update build.xml (jogl.cg.jar location) and manual compile scriptsSven Gothel2011-10-226-25/+22
|
* Add eclipse project filesSven Gothel2011-09-141-0/+2
|
* Adapt to latest jogl commit 6c346d98f04e2355210960fe9ffde47432f04d62Sven Gothel2011-08-221-2/+0
|
* adapt to jogl's jnlp/jar reductionSven Gothel2011-08-051-56/+3
|
* gluegen-archivetasks.xml -> jogamp-archivetasks.xmlv2.0-rc2Sven Gothel2011-02-241-1/+1
|
* Adapt changes of jogamp-env.xmlSven Gothel2011-02-238-1/+2
|
* Inverse build attribute build.noarchive -> build.archiveonSven Gothel2011-02-232-2/+1
|
* Use 7z instead of zipSven Gothel2011-02-231-2/+2
|
* Bump source level to 1.5Sven Gothel2011-02-091-4/+5
|
* Unique ZIP archive name ; Gears main init sequenceSven Gothel2010-12-191-2/+4
|
* don't read artifact.propertiesSven Gothel2010-12-152-3/+1
|
* Update GearsJOALApplet: Depending on joal build; incl joal snippet, remove ↵Sven Gothel2010-12-138-30/+35
| | | | joal/joal-demos jar files.
* remove HHmm from version timestampSven Gothel2010-12-131-1/+1
|
* Add build id, branch and commit to artifacts propertiesSven Gothel2010-11-291-1/+7
|
* Adapt to JOGL 597007fc23fbf86e036629b6c6b157e0e0506715Sven Gothel2010-11-281-1/+1
|
* Adapt to JOGL 7262641429b542929efc699e392f410f1dee2187Sven Gothel2010-11-232-2/+15
|
* Add ArchiveSven Gothel2010-11-091-32/+62
|
* Fix/Syn with JOGL 774138544e1eec3330309ad682fa05154a07ab8d ; Notably add: ↵Sven Gothel2010-10-141-2/+1
| | | | Applet's with native NEWT support, ie jogl-newt-applet-runner-gears.html
* Sync with JOGL: 1c02f0eeb539ff5de7259b822893ab63a9cc3ab0Sven Gothel2010-09-231-0/+2
|
* Simplify default value of product.build.numberSven Gothel2010-07-271-5/+1
|
* Fix: jogl-demos.build.number default/file value orderSven Gothel2010-07-261-0/+5
|
* Add jogl-demos.build.number - artifact.propertiesSven Gothel2010-07-263-3/+10
|
* Adding GLProfile.initSingleton() call, ensuring [multithreading] ↵Sven Gothel2010-06-101-3/+3
| | | | intitialization can be done in time
* Fix: delete Newt window completly (deep)Sven Gothel2010-04-231-0/+2
|
* Bring back GL2ES12 impl. for GL2ES1 and GL2ES2 desktop j2se and cdc. Fixing ↵Sven Gothel2010-04-221-6/+6
| | | | profiles accordingly.
* Add win32 script, misc stuff ..Sven Gothel2010-04-211-0/+13
|
* Fixes to match JOGL 2ae28d54858ff684bc2368e0476a7a357dc63432Sven Gothel2010-04-151-3/+7
|
* swt addSven Gothel2010-04-011-0/+1
|
* Adaptions to jogl:1a2a54a83a9adb95b4bfe9c337751acbef0cb0d3 ↵Sven Gothel2010-03-301-1/+1
| | | | gluegen:7220416bcef3140883d3966d921442feae3107c4 ; Fix build.xml: using rootrel.build
* modifications due to refactorings in gluegen and jogl.Michael Bien2010-03-291-0/+3
|
* introduced jogl.root and gluegen.root.Michael Bien2010-03-261-23/+26
|
* Enable building redbook demos by defaultSven Gothel2010-03-261-1/+1
|
* Adapted JOGL TextureData API changes (138a5b057e39a4738a2e82f370424a9a21aceea9)Sven Gothel2010-03-261-1/+1
|
* Redbook seperation ..Sven Gothel2009-11-102-6/+11
|
* Add ReadBuffer Demos/ModuleTests; Incl. SurfaceUpdated Listener, ReadPixel ↵Sven Gothel2009-10-041-4/+8
| | | | to file, texture - direct or via attaching the drawable to another context as it's readbuffer
* Add SWT exampleSven Gothel2009-09-241-2/+22
|
* Fix demos, exclude redbook subdir from main javacSven Gothel2009-09-161-1/+1
|
* Adapt to latest JAR/JNLP changessg2158892009-07-241-6/+10
|
* Add CDC/CVM support ..sg2158892009-07-132-0/+20
|
* Sync with jogl r2009 ; Unified setenv-jogl.sh, which works from the ↵Sven Gothel2009-07-014-0/+8
| | | | | | autobuild directory as well ; Unified java*.sh scripts git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@358 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
* Copied JOGL_2_SANDBOX r350 on to trunk; JOGL_2_SANDBOX branch is now closedKenneth Russel2009-06-154-0/+265
| | | | git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@352 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
* Deleted obsolete source code in preparation for copying JOGL_2_SANDBOXKenneth Russel2009-06-151-147/+0
| | | | | | | on to trunk git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@351 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
* rollback JOGL2 changesSven Gothel2008-06-261-101/+5
| | | | git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@248 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
* JOGL2 GLES1 NEWT X11 - RedSquare - workingSven Gothel2008-06-251-5/+48
| | | | git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@245 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4