diff options
author | Sven Gothel <[email protected]> | 2008-07-03 14:59:12 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2008-07-03 14:59:12 +0000 |
commit | 21d712edbe269d5cf74718fea40734299470bdc2 (patch) | |
tree | d1426f34bee69c5460b74599f8d43185ade6db60 /make/gl-ignore-gl2_es-enums.cfg | |
parent | 252efbfd61fb62883df028cba5743e458a5b18c7 (diff) |
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
Diffstat (limited to 'make/gl-ignore-gl2_es-enums.cfg')
-rw-r--r-- | make/gl-ignore-gl2_es-enums.cfg | 10 |
1 files changed, 10 insertions, 0 deletions
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.* + |