From 372767d3faa62d6e95dd8e9ad5c3105bf9614f3d Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sun, 18 Oct 2009 07:59:08 -0700 Subject: Add OpenGL 3.x compatibility profile GL3bc, where 'bc' is not a religious remark, but simply means 'backward compatible' :) GL3bc := GL2 + GL3, hence the interface does not define any new values or methods. Moved GL3's 3.1 part from gl3.h to gl3ext.h, so it can be included in gl3bc.c, besides gl2.h. --- make/build-jogl.xml | 32 +++++++++++++++++++++++++++----- 1 file changed, 27 insertions(+), 5 deletions(-) (limited to 'make/build-jogl.xml') diff --git a/make/build-jogl.xml b/make/build-jogl.xml index bf07499a6..7151151cd 100644 --- a/make/build-jogl.xml +++ b/make/build-jogl.xml @@ -134,7 +134,7 @@ value="com/sun/opengl/impl/**/gl3/**"/> + value="javax/media/opengl/TraceGL3.* javax/media/opengl/DebugGL3.* javax/media/opengl/TraceGL3bc.* javax/media/opengl/DebugGL3bc.*"/> @@ -678,8 +678,20 @@ + + + + + + + + - + - + @@ -1057,6 +1069,16 @@ + + + + + + + + + @@ -1106,7 +1128,7 @@ -- cgit v1.2.3