aboutsummaryrefslogtreecommitdiffstats
path: root/make/gl-common.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/gl-common.cfg')
-rw-r--r--make/gl-common.cfg9
1 files changed, 6 insertions, 3 deletions
diff --git a/make/gl-common.cfg b/make/gl-common.cfg
index bdec29490..56939cd89 100644
--- a/make/gl-common.cfg
+++ b/make/gl-common.cfg
@@ -1,6 +1,8 @@
# This .cfg file provides common options used among all glue code
# generated for Jogl on all platforms.
+Include gl-common-extensions.cfg
+
# Raise GLException instead of RuntimeException in glue code
RuntimeExceptionType GLException
@@ -13,6 +15,7 @@ Import com.sun.opengl.impl.*
#####################################################################
# Mostly desktop OpenGL stuff below
#
+Ignore GL_INVALID_FRAMEBUFFER_OPERATION.*
# Don't output #defines of GL version identifier strings as constants,
# because we don't need them java-side.
@@ -59,14 +62,14 @@ Ignore glGetVertexAttribPointervARB
Ignore glGetVertexAttribPointervNV
Ignore glTracePointerRangeMESA
-# Manually implement glMapBuffer and glMapBufferARB as the size of the returned buffer
+# Manually implement glMapBuffer as the size of the returned buffer
# can only be computed by calling another routine
ManuallyImplement glMapBuffer
-ManuallyImplement glMapBufferARB
+ManuallyImplement glMapBufferOES
# Ignore the ATI_map_object_buffer extension for now unless someone
# claims they need it, as it will undoubtedly require a similar
-# construct to glMapBuffer/glMapBufferARB
+# construct to glMapBuffer
Ignore glMapObjectBufferATI
Ignore glUnmapObjectBufferATI