diff options
author | Sven Gothel <[email protected]> | 2008-07-06 05:53:21 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2008-07-06 05:53:21 +0000 |
commit | 5967e4f9f643d680ac414ec11ec0724e230f4129 (patch) | |
tree | 4bd309d2f2ac5305e14d9e39afd0ce26b13fc00d /make/gl-impl-CustomJavaCode-gl2.java | |
parent | 5f2014d884f84f2bbb401be12c75c0f9a181a8ae (diff) |
Add cfg option 'DropUniqVendorExtensions',
to drop all non unified vendor extensions and defines.
Example:
DropUniqVendorExtensions AMD
DropUniqVendorExtensions ATI
DropUniqVendorExtensions NV
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1714 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/gl-impl-CustomJavaCode-gl2.java')
-rw-r--r-- | make/gl-impl-CustomJavaCode-gl2.java | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/make/gl-impl-CustomJavaCode-gl2.java b/make/gl-impl-CustomJavaCode-gl2.java index 6a075a33c..a0be170da 100644 --- a/make/gl-impl-CustomJavaCode-gl2.java +++ b/make/gl-impl-CustomJavaCode-gl2.java @@ -100,9 +100,10 @@ private int imageSizeInBytes(int format, int type, int w, int h, int d) { case GL_ABGR_EXT: elements = 4; break; - case GL_HILO_NV: + /* FIXME ?? + case GL_HILO_NV: elements = 2; - break; + break; */ default: return 0; } |