aboutsummaryrefslogtreecommitdiffstats
path: root/make/gl-common-extensions.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/gl-common-extensions.cfg')
-rw-r--r--make/gl-common-extensions.cfg50
1 files changed, 47 insertions, 3 deletions
diff --git a/make/gl-common-extensions.cfg b/make/gl-common-extensions.cfg
index 21ed7ad2c..2adf4cc42 100644
--- a/make/gl-common-extensions.cfg
+++ b/make/gl-common-extensions.cfg
@@ -1,6 +1,50 @@
-# There are a few routines we don't handle yet
-Ignore glGetBufferPointerivNV
-Ignore glGetBufferPointerv
+
+DropUniqVendorExtensions AMD
+# We need GL_APPLE_float_pixels for our pbuffer implementation
+# DropUniqVendorExtensions APPLE
+DropUniqVendorExtensions ATI
+DropUniqVendorExtensions HP
+DropUniqVendorExtensions IBM
+DropUniqVendorExtensions MESA
+DropUniqVendorExtensions MESAX
+DropUniqVendorExtensions NV
+DropUniqVendorExtensions SGI
+DropUniqVendorExtensions SGIS
+DropUniqVendorExtensions SGIX
+DropUniqVendorExtensions SUN
+DropUniqVendorExtensions WIN
+
+
+# Enums handled by base GL class
+Ignore GL_FRAMEBUFFER_EXT
+Ignore GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_EXT
+Ignore GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_EXT
+Ignore GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_EXT
+Ignore GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_EXT
+Ignore GL_FRAMEBUFFER_COMPLETE_EXT
+Ignore GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_EXT
+Ignore GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_EXT
+Ignore GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_EXT
+Ignore GL_FRAMEBUFFER_INCOMPLETE_FORMATS_EXT
+Ignore GL_FRAMEBUFFER_UNSUPPORTED_EXT
+Ignore GL_FRAMEBUFFER_BINDING_EXT
+Ignore GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER_EXT
+Ignore GL_INVALID_FRAMEBUFFER_OPERATION_EXT
+Ignore GL_COLOR_ATTACHMENT0_EXT
+Ignore GL_DEPTH_ATTACHMENT_EXT
+Ignore GL_STENCIL_ATTACHMENT_EXT
+Ignore GL_RENDERBUFFER_EXT
+Ignore GL_RENDERBUFFER_ALPHA_SIZE_EXT
+Ignore GL_RENDERBUFFER_BINDING_EXT
+Ignore GL_RENDERBUFFER_BLUE_SIZE_EXT
+Ignore GL_RENDERBUFFER_DEPTH_SIZE_EXT
+Ignore GL_RENDERBUFFER_GREEN_SIZE_EXT
+Ignore GL_RENDERBUFFER_HEIGHT_EXT
+Ignore GL_RENDERBUFFER_INTERNAL_FORMAT_EXT
+Ignore GL_RENDERBUFFER_RED_SIZE_EXT
+Ignore GL_RENDERBUFFER_STENCIL_SIZE_EXT
+Ignore GL_RENDERBUFFER_WIDTH_EXT
+Ignore GL_MAX_RENDERBUFFER_SIZE_EXT
# normalise extensions
RenameJavaMethod glBindFramebufferEXT glBindFramebuffer