Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adapt to JOGL commit 15b9e36e80d6f62f7dfb5c45d00cd04de2007ee5 (GammaRamp ↵v2.2.4v2.2.3v2.2.2v2.2.1v2.2.0b22x | Sven Gothel | 2014-07-28 | 1 | -20/+28 |
| | | | | changes) | ||||
* | Adapt to JOGL commit ec2d94ca26ddab8ec67135ebc5f2d0a43f6a4c25 (Bug 1031: ↵ | Sven Gothel | 2014-07-10 | 9 | -328/+456 |
| | | | | Remove Deprecated Classes and Methods) | ||||
* | Adapt to JOGL commit ebe980ad6ac40148bc84913d1ba1f7adf6200490 (Bug 741 HiDPI) | Sven Gothel | 2014-06-06 | 2 | -187/+181 |
| | | | | AWTMouseAdapter and AWTMouseAdapter ctor have been changed .. | ||||
* | Adapt to JOGL HiDPI (Bug 741) changes up-to commit ↵ | Sven Gothel | 2014-05-27 | 15 | -446/+615 |
| | | | | bcda2dad1a6569ffd4eba07b231d50fdafc60b7f | ||||
* | Fix setenv-jogl.sh script .. | Sven Gothel | 2014-04-11 | 1 | -2/+2 |
| | |||||
* | Fix RawGL2ES2demo: Issue glDeleteBuffers(..) at dispose(..) not display(..); ↵ | Sven Gothel | 2014-04-11 | 1 | -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.5 | Sven Gothel | 2014-03-17 | 2 | -17/+15 |
| | |||||
* | Adapt to joal.jar location in ${joal.build}/jar/joal.jarv2.1.5v2.1.4 | Sven Gothel | 2014-01-25 | 1 | -1/+1 |
| | |||||
* | Jar Manifest: Add empty line before EOF (otherwise last line is cut-off - ↵ | Sven Gothel | 2014-01-22 | 1 | -0/+2 |
| | | | | duh), add 'Application-Library-Allowable-Codebase: *' | ||||
* | JNLP/Applets: Remove 'sun.java2d.noddraw' - We don't test with these flags ↵ | Sven Gothel | 2014-01-22 | 30 | -35/+1 |
| | | | | either .. | ||||
* | Refine adaption of Oracle's Deployment changes, i.e. >= 7u51 | Sven Gothel | 2014-01-22 | 32 | -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 Gothel | 2014-01-22 | 39 | -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 Gothel | 2014-01-21 | 1 | -0/+1 |
| | | | | Plugin (duh) | ||||
* | manifest: remove Specification and Extension name - not an extensionv2.1.3 | Sven Gothel | 2013-11-01 | 1 | -3/+0 |
| | |||||
* | Bug 881 - Add 'Application-Name' in Jar's manifest to avoid Java6 NPEs .. | Sven Gothel | 2013-11-01 | 2 | -8/+14 |
| | |||||
* | Removed TiledRendering demo - now migrated to JOGL unit-testsv2.1.1v2.1.0 | Sven Gothel | 2013-09-03 | 1 | -160/+0 |
| | |||||
* | Fix bug 821: RawGL2ES2demo: Explicit add #version 130 for GL3 core & release ↵ | Xerxes Rånby | 2013-09-02 | 1 | -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ånby | 2013-08-30 | 1 | -5/+59 |
| | | | | | | GL3/ES3 core profile compatible. Signed-off-by: Xerxes Rånby <[email protected]> | ||||
* | Adapt to to JOGL commit 78abc89be7f3935f26802cc0db33f61fc2c65de0 - ↵v2.0.2 | Sven Gothel | 2013-07-17 | 5 | -5/+5 |
| | | | | LDrawableFactory.canCreateGLPbuffer(..) add GLProfile argument, similar to canCreateFBO(..) | ||||
* | glredbook1314/mvarray: glMultiDrawElements require direct NIO buffer | Xerxes Rånby | 2013-07-05 | 1 | -1/+5 |
| | | | | Signed-off-by: Xerxes Rånby <[email protected]> | ||||
* | build.xml: Exclude SWT demos if empty user.swt.jar property is set | Xerxes Rånby | 2013-07-05 | 1 | -5/+7 |
| | | | | Signed-off-by: Xerxes Rånby <[email protected]> | ||||
* | www/index.html: Remove Grand Canyon Demo & XTrans | Xerxes Rånby | 2013-06-30 | 1 | -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 Gothel | 2013-06-25 | 5 | -0/+206 |
| | |||||
* | make script 32bit: force java6 creationv2.0.2-rc12v2.0-rc12 | Sven Gothel | 2013-06-21 | 1 | -0/+3 |
| | |||||
* | Fix applet html pages, add gears and gearsjoal NApplet. | Sven Gothel | 2013-06-21 | 8 | -24/+45 |
| | |||||
* | HDR: Add resource re: floating point filtering .. | Sven Gothel | 2013-06-17 | 1 | -0/+2 |
| | |||||
* | Adapt to JOGL commit 8b33170ec6fd3f215976875cb66d746fa1b48f61, Fix Bug 688: ↵ | Sven Gothel | 2013-06-17 | 7 | -18/+6 |
| | | | | Removal of NEWT KeyEvent.EVENT_KEY_TYPED and KeyListener.keyTyped(KeyEvent) | ||||
* | Adapt to JOGL changes commit fd418a69eca7b8c1bb74244982305fc6004d0a52 | Sven Gothel | 2013-04-18 | 2 | -5/+12 |
| | | | | Note: We have to find an independent impl. of HDR demo, due to removal of pbuffer floating point texture properties. | ||||
* | jogl-demos.build.id -> target init, depends on jogamp.env.init | Sven Gothel | 2013-03-28 | 1 | -2/+2 |
| | |||||
* | Adapt to new version scheme, see GlueGen ↵ | Sven Gothel | 2013-03-28 | 2 | -5/+3 |
| | | | | a3f2ef50ad33c58a240a17fcf03e415d772207c3, etc | ||||
* | RawGL2ES2demo: Fixed compile/launch in document due to package demos.es2;' | Sven Gothel | 2013-01-19 | 1 | -1/+4 |
| | |||||
* | RawGL2ES2demo: Fixed launch in document due to package demos.es2;' | Sven Gothel | 2013-01-19 | 1 | -1/+1 |
| | |||||
* | RawGL2ES2demo: Fix Animator usage; Added missing 'package demos.es2;' | Sven Gothel | 2013-01-19 | 2 | -8/+3 |
| | |||||
* | Use API level 10 (as the SDK will now refuse to use 9 due to it being ↵ | Mark Raynsford | 2013-01-07 | 8 | -4/+7 |
| | | | | replaced with 10), and add a nice jp4da icon | ||||
* | Rename the launcher to jp4da, from MainActivity | Mark Raynsford | 2013-01-07 | 1 | -1/+1 |
| | |||||
* | Use SDK 9 in the Android manifest | Mark Raynsford | 2013-01-07 | 1 | -1/+1 |
| | |||||
* | Use SDK 9, not 8 | Mark Raynsford | 2013-01-07 | 1 | -1/+1 |
| | |||||
* | Use rc11post03 | Mark Raynsford | 2013-01-04 | 3 | -10/+10 |
| | |||||
* | Use standard JOGL license | Mark Raynsford | 2013-01-04 | 1 | -13/+25 |
| | |||||
* | Adapt to JOGL ShaderState changes - track our own instance. | Sven Gothel | 2012-12-23 | 5 | -30/+58 |
| | |||||
* | Use 3.5.0 android maven plugin | Mark Raynsford | 2012-12-20 | 1 | -1/+1 |
| | |||||
* | Add license | Mark Raynsford | 2012-12-20 | 1 | -0/+13 |
| | |||||
* | Initial jp4da setup | Mark Raynsford | 2012-12-02 | 35 | -0/+959 |
| | |||||
* | Adapt to JOGL changes commit 5fafc1ac360333645b807dcd8dff0c0a655ea439 | Sven Gothel | 2012-11-16 | 2 | -0/+3 |
| | |||||
* | Merge branch 'master' of ssh://jogamp.org/srv/scm/jogl-demos | Sven Gothel | 2012-11-16 | 1 | -2/+2 |
|\ | |||||
| * | Removed JOAL example (moved to JOAL demos) | Mark Raynsford | 2012-11-15 | 3 | -75/+0 |
| | | |||||
| * | Trivial-as-possible JOAL test | Mark Raynsford | 2012-11-11 | 3 | -0/+75 |
| | | |||||
| * | Update example to rc11 | Mark Raynsford | 2012-11-11 | 1 | -2/+2 |
| | | |||||
* | | Adapt to JOGL changes commit 5fafc1ac360333645b807dcd8dff0c0a655ea439 | Sven Gothel | 2012-11-16 | 2 | -0/+4 |
|/ | |||||
* | Adapt to latest JOGL changesv2.0-rc11 | Sven Gothel | 2012-10-12 | 6 | -9/+13 |
| |