diff options
author | Sven Gothel <[email protected]> | 2015-03-11 09:20:14 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-03-11 09:20:14 +0100 |
commit | cd92c17175db0c3a3a04b5b327cfcb887bf8a7d7 (patch) | |
tree | ae6e3cb52634dc1bb135e4f0e31619b5420e0031 /www | |
parent | ad50cb0572d410a04c09f362befdd7b824364940 (diff) |
Bug 1135: Bump [html] doc to include GL 4.5, ES 3.1 and EGL [ 1.0 .. 1.5 ]
Diffstat (limited to 'www')
-rw-r--r-- | www/index.html | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/www/index.html b/www/index.html index 787b43c61..5954c852b 100644 --- a/www/index.html +++ b/www/index.html @@ -39,20 +39,22 @@ <li><a href="../../git/?p=jogl.git">Code Repository</a></li> <li><a href="../../git/?p=jogl-demos.git">Demo Repository</a></li> <li><a href="http://www.khronos.org/registry/"><b>Khronos Registry</b></a></li> - <li><a href="http://www.khronos.org/opengles/sdk/docs/man3/">ES 3 Ref Pages</a></li> - <li><a href="http://www.khronos.org/registry/gles/specs/3.0/es_spec_3.0.2.pdf">ES 3.0 Spec</a></li> - <li><a href="http://www.khronos.org/registry/gles/specs/3.0/GLSL_ES_Specification_3.00.4.pdf">GLSL ES 3.00 Spec</a></li> + <li><a href="http://www.khronos.org/opengles/sdk/docs/man31/">ES 3.1 Ref Pages</a></li> + <li><a href="http://www.khronos.org/registry/gles/specs/3.1/es_spec_3.1.withchanges.pdf">ES 3.1 Spec</a></li> + <li><a href="http://www.khronos.org/registry/gles/specs/3.1/GLSL_ES_Specification_3.10.withchanges.pdf">GLSL ES 3.10 Spec</a></li> <li><a href="http://www.khronos.org/files/opengles3-quick-reference-card.pdf">ES 3.0 Ref Card</a></li> <li><a href="http://www.opengl.org/registry/"><b>OpenGL Registry</b></a></li> <li><a href="http://www.opengl.org/sdk/docs/man4/">GL 4 Ref Pages </a></li> <li><a href="http://www.opengl.org/sdk/docs/manglsl/">GLSL Ref Pages </a></li> - <li><a href="http://www.opengl.org/registry/doc/glspec43.core.20130214.withchanges.pdf">GL 4.3 Core Spec</a></li> - <li><a href="http://www.opengl.org/registry/doc/glspec43.compatibility.20130214.withchanges.pdf">GL 4.3 Compat. Spec</a></li> - <li><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.30.8.pdf">GLSL 4.30 spec</a></li> - <li><a href="http://www.khronos.org/files/opengl43-quick-reference-card.pdf">GL 4.3 Ref Card</a></li> + <li><a href="http://www.opengl.org/registry/doc/glspec45.core.withchanges.pdf">GL 4.5 Core Spec</a></li> + <li><a href="http://www.opengl.org/registry/doc/glspec45.compatibility.withchanges.pdf">GL 4.5 Compat. Spec</a></li> + <li><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.50.diff.pdf">GLSL 4.50 spec</a></li> + <li><a href="http://www.opengl.org/sdk/docs/reference_card/opengl45-reference-card.pdf">GL 4.5 Ref Card</a></li> </ul> <h3>Presentations</h3> <ul> + <li><a href="../../doc/siggraph2014/">Siggraph 2014</a></li> + <li><a href="../../doc/fosdem2014/">Fosdem 2014</a></li> <li><a href="../../doc/siggraph2013/">Siggraph 2013</a></li> <li><a href="../../doc/fosdem2013/">Fosdem 2013</a></li> <li><a href="../../doc/gpunurbs2011/graphicon2011-slides.pdf">NURBS @ GPU</a></li> @@ -83,7 +85,7 @@ and is designed to provide hardware-supported 3D graphics to applications written in Java. </p> <p> - JOGL provides full access to the APIs in the OpenGL [ 1.0 .. 4.3 ], ES 1, ES 2 and ES 3 specification + JOGL provides full access to the APIs in the OpenGL [ 1.0 .. 4.5 ], ES [ 1.0 .. 3.1 ] and EGL [ 1.0 .. 1.5 ] specification as well as nearly all vendor extensions.<br/> <a href="../doc/Overview-OpenGL-Evolution-And-JOGL.html">OpenGL Evolution & JOGL</a> and the <a href="/deployment/jogamp-next/javadoc/jogl/javadoc/overview-summary.html#overview_description">JOGL Specification</a> |