aboutsummaryrefslogtreecommitdiffstats
path: root/make/doc
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2015-03-11 09:20:14 +0100
committerSven Gothel <[email protected]>2015-03-11 09:20:14 +0100
commitcd92c17175db0c3a3a04b5b327cfcb887bf8a7d7 (patch)
treeae6e3cb52634dc1bb135e4f0e31619b5420e0031 /make/doc
parentad50cb0572d410a04c09f362befdd7b824364940 (diff)
Bug 1135: Bump [html] doc to include GL 4.5, ES 3.1 and EGL [ 1.0 .. 1.5 ]
Diffstat (limited to 'make/doc')
-rw-r--r--make/doc/jogl/spec-overview.html32
1 files changed, 17 insertions, 15 deletions
diff --git a/make/doc/jogl/spec-overview.html b/make/doc/jogl/spec-overview.html
index a2c37e976..b4f5e1631 100644
--- a/make/doc/jogl/spec-overview.html
+++ b/make/doc/jogl/spec-overview.html
@@ -11,8 +11,9 @@
This specification, an optional set of packages, describes the Java(TM)
bindings to the native OpenGL(R) 3D graphics library profiles:
<ul>
- <li> OpenGL [ 1.0 .. 4.3 ], compatibility- and core profiles</li>
- <li> OpenGL ES [ 1.0 .. 3.0 ]</li>
+ <li> OpenGL [ 1.0 .. 4.5 ], compatibility- and core profiles</li>
+ <li> OpenGL ES [ 1.0 .. 3.1 ]</li>
+ <li> EGL [ 1.0 .. 1.5 ]</li>
</ul>
<p><a href="#GLAPIInclusionCriteria">Inclusion Criteria</a> explains the OpenGL profile separation.</p>
<p>See <a href="#GLRuntimeVersion">OpenGL Runtime Requirements</a>.</p>
@@ -49,7 +50,7 @@ bindings to the native OpenGL(R) 3D graphics library profiles:
<h3>OpenGL Profile Model</h3>
OpenGL today is not just a single set of functions, it offers many profiles for different
- purposes, e.g. ES1, ES2 and ES3 for mobile, GL [ 3.1 .. 4.3 ] core for a programmable shader application, etc.
+ purposes, e.g. ES1, ES2 and ES3 for mobile, GL [ 3.1 .. 4.5 ] core for a programmable shader application, etc.
<p>JOGL reflects these profiles <a href="http://jogamp.org/jogl/doc/uml/html/">with an OO abstraction model</a>,
specifying interfaces encapsulating common subsets.</p>
@@ -90,16 +91,16 @@ bindings to the native OpenGL(R) 3D graphics library profiles:
</li>
<li> {@link com.jogamp.opengl.GL4 com.jogamp.opengl.GL4} interface
- <p>This interface contains all OpenGL [ 4.0 .. 4.3 ] <i>core</i> methods,
+ <p>This interface contains all OpenGL [ 4.0 .. 4.5 ] <i>core</i> methods,
as well as most of it's extensions defined at the time of this specification.</p>
- <p>Note: OpenGL [ 4.0 .. 4.3 ] core profile does not includes fixed point functionality.</p>
+ <p>Note: OpenGL [ 4.0 .. 4.5 ] core profile does not includes fixed point functionality.</p>
<p>Future extensions will be added with a <a href="#maintenanceupdates">maintenance update</a></p>
</li>
<li> {@link com.jogamp.opengl.GL4bc com.jogamp.opengl.GL4bc} interface
- <p>This interface contains all OpenGL [ 4.0 .. 4.3 ] <i>compatibility</i> profile,
+ <p>This interface contains all OpenGL [ 4.0 .. 4.5 ] <i>compatibility</i> profile,
as well as most of it's extensions defined at the time of this specification.</p>
- <p>Note: OpenGL [ 4.0 .. 4.3 ] compatibility profile does includes fixed point functionality.</p>
+ <p>Note: OpenGL [ 4.0 .. 4.5 ] compatibility profile does includes fixed point functionality.</p>
<p>Future extensions will be added with a <a href="#maintenanceupdates">maintenance update</a></p>
</li>
@@ -116,7 +117,7 @@ bindings to the native OpenGL(R) 3D graphics library profiles:
</li>
<li> {@link com.jogamp.opengl.GLES3 com.jogamp.opengl.GLES3} interface
- <p>This interface contains all OpenGL ES 3.0 methods,
+ <p>This interface contains all OpenGL ES [ 3.0 .. 3.1 ] methods,
as well as most of it's extensions defined at the time of this specification.</p>
<p>Future extensions will be added with a <a href="#maintenanceupdates">maintenance update</a></p>
</li>
@@ -491,19 +492,19 @@ com.jogamp.opengl namespace via future maintenance updates to the API.
<ul>
<li><a href="http://www.khronos.org/registry/"><b>Khronos Registry</b></a>
<ul>
- <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>
</ul></li>
<li><a href="http://www.opengl.org/registry/"><b>OpenGL Registry</b></a>
<ul>
<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></li>
</ul>
@@ -518,6 +519,7 @@ com.jogamp.opengl namespace via future maintenance updates to the API.
<li> 2.0.0 Maintenance Release, July 2009</li>
<li> 2.0.1 Java Dependency Update to 1.5, February 2011</li>
<li> 2.0.2 Major Release, July 18th 2013</li>
+<li> 2.3.0 Major Release, March 11th 2015</li>
</ul>
</body>
</html>