diff options
author | Sven Gothel <[email protected]> | 2008-07-10 14:35:33 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2008-07-10 14:35:33 +0000 |
commit | ded03da17a6740b0805b039721c6c03ac67cd7cc (patch) | |
tree | 3646ce0b80d52200c44beb9d824e18a140fdb384 /make/gl-if-gl2_es2.cfg | |
parent | 4cb87cee20a57932b0dac2eb30ef0b847c2f210d (diff) |
Fixed:
- GLContextImpl GLBufferSizeTracker instantiation
- GL2ES1: added PopMatrix and PushMatrix
- GL: removed GL_FIXED
- GLU: added gluLookAt, .. float type variant
- Added: javax/media/opengl/util/FixedPoint.java for FixedPoint math (shall be increased)
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1716 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/gl-if-gl2_es2.cfg')
-rwxr-xr-x | make/gl-if-gl2_es2.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/gl-if-gl2_es2.cfg b/make/gl-if-gl2_es2.cfg index b5b738d6f..c96c3739f 100755 --- a/make/gl-if-gl2_es2.cfg +++ b/make/gl-if-gl2_es2.cfg @@ -12,7 +12,7 @@ JavaOutputDir ../build/gensrc/classes NativeOutputDir ../build/gensrc/native/jogl # Ignore all ES 2.X only stuff .. -Ignore ^gl.*x(v)?(OES)? +# Ignore ^gl.*x(v)?(OES)? Ignore glShaderBinary Ignore glReleaseShaderCompiler Ignore glGetShaderPrecisionFormat |