summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump maven trivial-test to JogAmp version 2.5.0HEADmasterSven Gothel2023-08-181-2/+2
|
* maven/trivial-test: Update pom.xml to use https (added note in README.txt) ↵v2.5.0Sven Gothel2023-05-213-13/+30
| | | | | | | | | | | | for 2.5.0-rc-20230521 Note: Maven version is 2.5.0-rc-20230521, but jar manifest version is 2.5.0-rc-20230520 due to 'day-leap'. Compare git-sha1 .. all good ;-) Refined README.txt TestJOGL prints the build-in manifest version of the jars.
* Fix PMVMatrix changes and minor cleanupSven Gothel2023-05-075-135/+190
|
* Adapt to JOGL GLArrayData API Change commit ↵Sven Gothel2023-02-254-110/+123
| | | | 3d537d4239e3772ffdb33592e5e66844d94ac9f3
* Bump maven test to use version 2.4.0Sven Gothel2023-02-011-2/+2
|
* Maven test bumpv2.4.0Sven Gothel2023-02-011-2/+2
|
* maven/trivial-test/pom.xml: Bump to JogAmp 2.4.0-rc-20230131Sven Gothel2023-01-311-2/+2
|
* Maven trivial test: Using Jogamp's maven repo: jogamp-remote ...Sven Gothel2023-01-241-4/+11
|
* Applying author's privacy request of src/demos/particles/engine/* filesSven Gothel2022-10-176-11/+11
|
* build scripts: use source/target level 1.8 on java11Sven Gothel2019-12-313-13/+15
|
* Merge pull request #8 from xranby/masterSven Gothel2019-03-274-12/+12
|\ | | | | maven/**/pom.xml: Update dependencies to use JogAmp 2.3.1
| * maven/jp4da: Update dependencies to use JogAmp 2.3.1Xerxes Rånby2015-08-273-10/+10
| |
| * maven/trivial-test/pom.xml: Update dependency to use JogAmp 2.3.1Xerxes Rånby2015-08-271-2/+2
| |
* | scripts: Update macosx build scriptrcSven Gothel2015-10-151-4/+21
| |
* | 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-052-0/+0
|
* Add javadoc arg (property 'javadoc.xarg1') '-Xdoclint:none' if java >= 1.8 ↵Sven Gothel2015-02-031-0/+1
| | | | (GlueGen commit d8dff4c9f2186749b167195eeb339c33f56864e8)
* Revert "Create ManyTriangleInstanced.java"Sven Gothel2015-02-031-112/+0
| | | | This reverts commit e147bbeb9c86800260cd0405c9cb3660a3f45a14.
* Revert "Added."Sven Gothel2015-02-038-833/+3
| | | | This reverts commit 5a37c7f33e5b3584a3561f240392814940a69956.
* Merge remote-tracking branch 'origin/master'Sven Gothel2015-02-038-0/+942
|\
| * Merge pull request #7 from toruwest/masterSven Gothel2014-10-248-0/+942
| |\ | | | | | | Test case of how to use instanced rendering.
| | * Added.toruwest2014-10-168-3/+833
| | |
| | * Create ManyTriangleInstanced.javatoruwest2014-10-151-0/+112
| |/
* | Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 2)Sven Gothel2015-02-034-16/+16
| |
* | Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-03217-773/+776
|/
* Adapt to JOGL commit 38f6915fedb765313c1f4646acf9e13dfbccef36 (FBObject)Sven Gothel2014-09-212-21/+33
|
* Adapt to JOGL commit 15b9e36e80d6f62f7dfb5c45d00cd04de2007ee5 (GammaRamp ↵v2.2.4v2.2.3v2.2.2v2.2.1v2.2.0b22xSven Gothel2014-07-281-20/+28
| | | | changes)
* Adapt to JOGL commit ec2d94ca26ddab8ec67135ebc5f2d0a43f6a4c25 (Bug 1031: ↵Sven Gothel2014-07-109-328/+456
| | | | Remove Deprecated Classes and Methods)
* Adapt to JOGL commit ebe980ad6ac40148bc84913d1ba1f7adf6200490 (Bug 741 HiDPI)Sven Gothel2014-06-062-187/+181
| | | | AWTMouseAdapter and AWTMouseAdapter ctor have been changed ..
* Adapt to JOGL HiDPI (Bug 741) changes up-to commit ↵Sven Gothel2014-05-2715-446/+615
| | | | bcda2dad1a6569ffd4eba07b231d50fdafc60b7f
* Fix setenv-jogl.sh script ..Sven Gothel2014-04-111-2/+2
|
* Fix RawGL2ES2demo: Issue glDeleteBuffers(..) at dispose(..) not display(..); ↵Sven Gothel2014-04-111-25/+25
| | | | | | Whistespace cleanup. Using a 'marked for deletion' buffer is not supported on all GL specifications, if at all (?).
* Adapt to jogl changes post 2.1.5Sven Gothel2014-03-172-17/+15
|
* Adapt to joal.jar location in ${joal.build}/jar/joal.jarv2.1.5v2.1.4Sven Gothel2014-01-251-1/+1
|
* Jar Manifest: Add empty line before EOF (otherwise last line is cut-off - ↵Sven Gothel2014-01-221-0/+2
| | | | duh), add 'Application-Library-Allowable-Codebase: *'
* JNLP/Applets: Remove 'sun.java2d.noddraw' - We don't test with these flags ↵Sven Gothel2014-01-2230-35/+1
| | | | either ..
* Refine adaption of Oracle's Deployment changes, i.e. >= 7u51Sven Gothel2014-01-2232-95/+25
| | | | | | | | Partial revert commit 971190d8718bb1e2b7eafdd49cfa2523dd8a8152: - Manifest: 'Permissions: sandbox' so we do not raise privileges! Refine description about signing, sandbox and privileges in html files.
* Adapt to Oracle's removal of the Java Applet Sandbox, i.e. >= 7u51 ; Remove ↵Sven Gothel2014-01-2239-510/+234
| | | | | | | | reference to JNLPAppletLauncher - use NApplet fallback Sadly, due to Oracle's Java Applet Plugin update 7u51, unsigned applets are no more allowed and hence the Applet sandbox is being taken away.
* Add 'Permissions: all-permissions' to jogl-test.jar for Oracle's 7u51 Java ↵Sven Gothel2014-01-211-0/+1
| | | | Plugin (duh)
* manifest: remove Specification and Extension name - not an extensionv2.1.3Sven Gothel2013-11-011-3/+0
|
* Bug 881 - Add 'Application-Name' in Jar's manifest to avoid Java6 NPEs ..Sven Gothel2013-11-012-8/+14
|
* 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
| | | | | | VBO using glDeleteBuffers. Signed-off-by: Xerxes Rånby <[email protected]>
* Fix bug 821: RawGL2ES2demo: Use VBO buffers and update shaders to stay ↵Xerxes Rånby2013-08-301-5/+59
| | | | | | GL3/ES3 core profile compatible. Signed-off-by: Xerxes Rånby <[email protected]>
* Adapt to to JOGL commit 78abc89be7f3935f26802cc0db33f61fc2c65de0 - ↵v2.0.2Sven Gothel2013-07-175-5/+5
| | | | LDrawableFactory.canCreateGLPbuffer(..) add GLProfile argument, similar to canCreateFBO(..)
* glredbook1314/mvarray: glMultiDrawElements require direct NIO bufferXerxes Rånby2013-07-051-1/+5
| | | | Signed-off-by: Xerxes Rånby <[email protected]>
* build.xml: Exclude SWT demos if empty user.swt.jar property is setXerxes Rånby2013-07-051-5/+7
| | | | Signed-off-by: Xerxes Rånby <[email protected]>
* www/index.html: Remove Grand Canyon Demo & XTransXerxes Rånby2013-06-301-108/+0
| | | | | | | | Grand Canyon Demo was hosted on the now offline java.sun.com server. XTrans require the, disabled by default, Java2D opengl backend to be enabled. Signed-off-by: Xerxes Rånby <[email protected]>
* add missing napplet files ..Sven Gothel2013-06-255-0/+206
|
* make script 32bit: force java6 creationv2.0.2-rc12v2.0-rc12Sven Gothel2013-06-211-0/+3
|