From cd92c17175db0c3a3a04b5b327cfcb887bf8a7d7 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Wed, 11 Mar 2015 09:20:14 +0100 Subject: Bug 1135: Bump [html] doc to include GL 4.5, ES 3.1 and EGL [ 1.0 .. 1.5 ] --- make/doc/jogl/spec-overview.html | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) (limited to 'make/doc/jogl') 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:

Inclusion Criteria explains the OpenGL profile separation.

See OpenGL Runtime Requirements.

@@ -49,7 +50,7 @@ bindings to the native OpenGL(R) 3D graphics library profiles:

OpenGL Profile Model

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.

JOGL reflects these profiles with an OO abstraction model, specifying interfaces encapsulating common subsets.

@@ -90,16 +91,16 @@ bindings to the native OpenGL(R) 3D graphics library profiles:
  • {@link com.jogamp.opengl.GL4 com.jogamp.opengl.GL4} interface -

    This interface contains all OpenGL [ 4.0 .. 4.3 ] core methods, +

    This interface contains all OpenGL [ 4.0 .. 4.5 ] core methods, as well as most of it's extensions defined at the time of this specification.

    -

    Note: OpenGL [ 4.0 .. 4.3 ] core profile does not includes fixed point functionality.

    +

    Note: OpenGL [ 4.0 .. 4.5 ] core profile does not includes fixed point functionality.

    Future extensions will be added with a maintenance update

  • {@link com.jogamp.opengl.GL4bc com.jogamp.opengl.GL4bc} interface -

    This interface contains all OpenGL [ 4.0 .. 4.3 ] compatibility profile, +

    This interface contains all OpenGL [ 4.0 .. 4.5 ] compatibility profile, as well as most of it's extensions defined at the time of this specification.

    -

    Note: OpenGL [ 4.0 .. 4.3 ] compatibility profile does includes fixed point functionality.

    +

    Note: OpenGL [ 4.0 .. 4.5 ] compatibility profile does includes fixed point functionality.

    Future extensions will be added with a maintenance update

  • @@ -116,7 +117,7 @@ bindings to the native OpenGL(R) 3D graphics library profiles:
  • {@link com.jogamp.opengl.GLES3 com.jogamp.opengl.GLES3} interface -

    This interface contains all OpenGL ES 3.0 methods, +

    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.

    Future extensions will be added with a maintenance update

  • @@ -491,19 +492,19 @@ com.jogamp.opengl namespace via future maintenance updates to the API. @@ -518,6 +519,7 @@ com.jogamp.opengl namespace via future maintenance updates to the API.
  • 2.0.0 Maintenance Release, July 2009
  • 2.0.1 Java Dependency Update to 1.5, February 2011
  • 2.0.2 Major Release, July 18th 2013
  • +
  • 2.3.0 Major Release, March 11th 2015
  • -- cgit v1.2.3