From 21d712edbe269d5cf74718fea40734299470bdc2 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 3 Jul 2008 14:59:12 +0000 Subject: GL Unification 1st round. Terminology: ARB Extensions: "GL2", "ARB", "OES", "OML" Vendor Extensions: "EXT", "NV", "ATI", "SGI", "SGIS", "SGIX", "HP", "IBM", "WIN" Pass-1 Unify ARB extensions with the same value Pass-2 Unify vendor extensions, if exist as an ARB extension with the same value. Pass-3 Emit TODO: - Break down GL.java enumerations: GL + GL2ES (for future GL3) - Same for function calls .. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1703 232f8b59-042b-4e1e-8c03-345bb8c30851 --- make/gl-ignore-gl2_es-enums.cfg | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'make/gl-ignore-gl2_es-enums.cfg') diff --git a/make/gl-ignore-gl2_es-enums.cfg b/make/gl-ignore-gl2_es-enums.cfg index e3b555fa0..3b182bcd2 100644 --- a/make/gl-ignore-gl2_es-enums.cfg +++ b/make/gl-ignore-gl2_es-enums.cfg @@ -185,3 +185,13 @@ Ignore GL_VENDOR Ignore GL_VERSION Ignore GL_VIEWPORT Ignore GL_ZERO +Ignore GL_TEXTURE_CUBE_MAP.* +Ignore GL_TEXTURE_BINDING_CUBE_MAP.* +Ignore GL_TEXTURE_CUBE_MAP_POSITIVE_X.* +Ignore GL_TEXTURE_CUBE_MAP_NEGATIVE_X.* +Ignore GL_TEXTURE_CUBE_MAP_POSITIVE_Y.* +Ignore GL_TEXTURE_CUBE_MAP_NEGATIVE_Y.* +Ignore GL_TEXTURE_CUBE_MAP_POSITIVE_Z.* +Ignore GL_TEXTURE_CUBE_MAP_NEGATIVE_Z.* +Ignore GL_MAX_CUBE_MAP_TEXTURE_SIZE.* + -- cgit v1.2.3