summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2005-05-27 22:28:01 +0000
committerKenneth Russel <[email protected]>2005-05-27 22:28:01 +0000
commit2e17e1d9f8b9cae73fac1a0a0b49b5a9cd13280b (patch)
tree4e627d6e356b09c61745b9172a60c2977433b908
parenta3944ffd82fe2d12643cbf59d326ae1ccf535a5b (diff)
Upgraded webstart binaries to 1.1 b12; updated HTML and JavaDoc; added
HDR demo git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@288 232f8b59-042b-4e1e-8c03-345bb8c30851
-rw-r--r--make/gl-common.cfg2
-rw-r--r--www/index.html30
-rw-r--r--www/webstart/jogl-natives-linux.jarbin295596 -> 307226 bytes
-rw-r--r--www/webstart/jogl-natives-macosx.jarbin143429 -> 150105 bytes
-rw-r--r--www/webstart/jogl-natives-solsparc.jarbin258964 -> 274477 bytes
-rwxr-xr-xwww/webstart/jogl-natives-solx86.jarbin231699 -> 246863 bytes
-rw-r--r--www/webstart/jogl-natives-win32.jarbin59502 -> 61510 bytes
-rw-r--r--www/webstart/jogl.jarbin1121386 -> 1170491 bytes
8 files changed, 16 insertions, 16 deletions
diff --git a/make/gl-common.cfg b/make/gl-common.cfg
index aa680eb62..515b3726c 100644
--- a/make/gl-common.cfg
+++ b/make/gl-common.cfg
@@ -334,7 +334,7 @@ CustomJavaCode GL * used successfully through this GL instance given the curr
CustomJavaCode GL * <i>client</i>) and display (OpenGL <i>server</i>) configuration.<P>
CustomJavaCode GL *
CustomJavaCode GL * @param glExtensionName the name of the OpenGL extension (e.g.,
-CustomJavaCode GL * "GL_VERTEX_PROGRAM_ARB").
+CustomJavaCode GL * "GL_ARB_vertex_program").
CustomJavaCode GL */
CustomJavaCode GL public boolean isExtensionAvailable(String glExtensionName);
diff --git a/www/index.html b/www/index.html
index 882abc8b8..c3c42f669 100644
--- a/www/index.html
+++ b/www/index.html
@@ -61,7 +61,7 @@ at Sun Microsystems.<br>
<p>JOGL provides full access to the APIs in the OpenGL
-1.5 specification as well as nearly all vendor extensions, and integrates
+2.0 specification as well as nearly all vendor extensions, and integrates
with the AWT and Swing widget sets.<br>
</p>
@@ -128,7 +128,7 @@ advanced OpenGL techniques now possible with the Java platform.<br>
<p>This project has been built in the following
environments. All require the <a
href="http://www.antlr.org/">ANTLR</a> parser generator and the <a
- href="http://ant.apache.org/">Ant</a> build system to be installed; please
+ href="http://ant.apache.org/">Ant</a> build system version 1.6 or later to be installed; please
see the <a
href="https://jogl.dev.java.net/unbranded-source/browse/*checkout*/jogl/doc/HowToBuild.html?rev=HEAD&amp;content-type=text/html">build
documentation</a> for details. </p>
@@ -139,16 +139,16 @@ documentation</a> for details. </p>
<ul>
<li> <a
- href="http://wwws.sun.com/software/solaris/index.html">Solaris
- 8 for SPARC</a> </li>
+ href="http://www.sun.com/software/solaris/">Solaris
+ 8 or later</a> </li>
<li> <a
- href="http://wwws.sun.com/software/sundev/suncc/index.html">Sun
- ONE Studio 8 Compiler Collection</a> </li>
+ href="http://www.sun.com/software/products/studio/">Sun
+ ONE Studio 8 Compiler Collection or later</a> </li>
<li> <a
- href="http://wwws.sun.com/software/graphics/opengl/index.html">Sun
- OpenGL for Solaris</a> </li>
+ href="http://www.sun.com/software/graphics/opengl/">Sun
+ OpenGL for Solaris</a> (or <a href="http://www.mesa3d.org/">Mesa</a> for Solaris 9 x86) </li>
<li> <a
- href="http://java.sun.com/j2se/1.4.2/">Sun J2SDK 1.4.2</a>
+ href="http://java.sun.com/j2se/1.4.2/">Sun J2SDK 1.4.2 or later</a>
</li>
@@ -158,10 +158,10 @@ documentation</a> for details. </p>
<ul>
- <li> Red Hat Linux 7.3 for x86 </li>
+ <li> Red Hat Linux 7.3 for x86 or later </li>
<li> GCC </li>
<li> <a
- href="http://java.sun.com/j2se/1.4.2/">Sun J2SDK 1.4.2</a>
+ href="http://java.sun.com/j2se/1.4.2/">Sun J2SDK 1.4.2 or later</a>
</li>
@@ -175,7 +175,7 @@ documentation</a> for details. </p>
will not work with earlier releases) </li>
<li> GCC </li>
<li> <a href="http://www.apple.com/java/">Java
- 1.4.2 for Mac OS X</a> </li>
+ 1.4.2 or later for Mac OS X</a> </li>
</ul>
@@ -184,12 +184,12 @@ documentation</a> for details. </p>
<ul>
- <li> Windows 2000 for x86 </li>
+ <li> Windows 2000 or later for x86 </li>
<li> Microsoft Visual C++
- 6.0, 7.0, or <a href="http://www.mingw.org/">MinGW</a> compilers
+ 6.0 or later, or <a href="http://www.mingw.org/">MinGW</a> compilers
</li>
<li> <a
- href="http://java.sun.com/j2se/1.4.2/">Sun J2SDK 1.4.2</a>
+ href="http://java.sun.com/j2se/1.4.2/">Sun J2SDK 1.4.2 or later</a>
</li>
diff --git a/www/webstart/jogl-natives-linux.jar b/www/webstart/jogl-natives-linux.jar
index 1b8acb5ce..5b4cd2be6 100644
--- a/www/webstart/jogl-natives-linux.jar
+++ b/www/webstart/jogl-natives-linux.jar
Binary files differ
diff --git a/www/webstart/jogl-natives-macosx.jar b/www/webstart/jogl-natives-macosx.jar
index f39e397bb..de36afb3f 100644
--- a/www/webstart/jogl-natives-macosx.jar
+++ b/www/webstart/jogl-natives-macosx.jar
Binary files differ
diff --git a/www/webstart/jogl-natives-solsparc.jar b/www/webstart/jogl-natives-solsparc.jar
index 450ee124f..833c67fcc 100644
--- a/www/webstart/jogl-natives-solsparc.jar
+++ b/www/webstart/jogl-natives-solsparc.jar
Binary files differ
diff --git a/www/webstart/jogl-natives-solx86.jar b/www/webstart/jogl-natives-solx86.jar
index 7460f5f38..969906165 100755
--- a/www/webstart/jogl-natives-solx86.jar
+++ b/www/webstart/jogl-natives-solx86.jar
Binary files differ
diff --git a/www/webstart/jogl-natives-win32.jar b/www/webstart/jogl-natives-win32.jar
index 05106ff92..85124a966 100644
--- a/www/webstart/jogl-natives-win32.jar
+++ b/www/webstart/jogl-natives-win32.jar
Binary files differ
diff --git a/www/webstart/jogl.jar b/www/webstart/jogl.jar
index d7dd32923..7a6e73eec 100644
--- a/www/webstart/jogl.jar
+++ b/www/webstart/jogl.jar
Binary files differ