aboutsummaryrefslogtreecommitdiffstats
path: root/make/gl-impl-CustomJavaCode-gl2.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2008-07-06 05:53:21 +0000
committerSven Gothel <[email protected]>2008-07-06 05:53:21 +0000
commit5967e4f9f643d680ac414ec11ec0724e230f4129 (patch)
tree4bd309d2f2ac5305e14d9e39afd0ce26b13fc00d /make/gl-impl-CustomJavaCode-gl2.java
parent5f2014d884f84f2bbb401be12c75c0f9a181a8ae (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.java5
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;
}