diff options
author | Sven Gothel <[email protected]> | 2008-07-04 23:08:49 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2008-07-04 23:08:49 +0000 |
commit | 37208ef3dcf1a12468838106d578e6abbf3dda9b (patch) | |
tree | a6a9205f77f8b8489d662e1cbbb265cd3383c67a /make/gl-ignore-gl2_es2-enums.cfg | |
parent | f08608ab753588728f1ee9d3d2d3920087107b98 (diff) |
GL Unification 2nd 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
Done:
- Unification of GL enumerates
- Unification of GL functions
- dynamic extension lookup
- ..
TODO:
- Break down GL.java: GL + GL2ES1ES2 (for future GL3, etc)
- Add a GL2 small implementation, to only support the GL2ES2 subset,
'GL2SubES2' ..
+++
- Fixed X11 build breakage of 'jawt' linkage.
- Fixed NEWT native code mouse- and keyevent id's,
missed sync while moving them from the bitfield notation.
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1708 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/gl-ignore-gl2_es2-enums.cfg')
-rw-r--r-- | make/gl-ignore-gl2_es2-enums.cfg | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/make/gl-ignore-gl2_es2-enums.cfg b/make/gl-ignore-gl2_es2-enums.cfg index b576c8538..893075c6d 100644 --- a/make/gl-ignore-gl2_es2-enums.cfg +++ b/make/gl-ignore-gl2_es2-enums.cfg @@ -4,7 +4,6 @@ Ignore ^GL_STENCIL_BUFFER_BIT Ignore ^GL_COLOR_BUFFER_BIT Ignore ^GL_FALSE Ignore ^GL_TRUE -Ignore ^GL_NONE Ignore ^GL_POINTS Ignore ^GL_LINES Ignore ^GL_LINE_LOOP @@ -272,10 +271,6 @@ Ignore ^GL_MEDIUM_INT Ignore ^GL_HIGH_INT Ignore ^GL_FRAMEBUFFER Ignore ^GL_RENDERBUFFER -Ignore ^GL_RGBA4 -Ignore ^GL_RGB5_A1 -Ignore ^GL_RGB565 -Ignore ^GL_DEPTH_COMPONENT16 Ignore ^GL_STENCIL_INDEX Ignore ^GL_STENCIL_INDEX8 Ignore ^GL_RENDERBUFFER_WIDTH |