diff options
author | Sven Gothel <[email protected]> | 2008-06-26 09:51:23 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2008-06-26 09:51:23 +0000 |
commit | ef077b7abd6b54308071c48d1081cae8902f6dec (patch) | |
tree | 7fbdbddb88244cac0369572f5a75f32b3553f74b /make/glu-es1.cfg | |
parent | 3c73be50b6a5f983865bb7617739ce1370fb5566 (diff) |
2nd round cdcfp - compile clean.
FIXME: java.nio.ByteOrder usage.
gl-impl-CustomJavaCode-gles1.java
gl-impl-CustomJavaCode-gles2.java
Commented out usage of java.nio.ByteOrder,
ie. ByteBuffer.order(java.nio.ByteOrder.nativeOrder()),
since it is not available on JSR 239 cdcfp ..
Removed mipmap functionality in GLU and GLUes1,
since the mipmap implementation is heavily using
java.nio.ByteOrder (see above)
Removed classes/packages:
com/sun/opengl/impl/glu/mipmap/**
com/sun/opengl/util/texture/**
com/sun/opengl/util/io/TGAWriter.java
com/sun/opengl/impl/GLPbufferImpl.java
since they are heavily using java.nio.ByteOrder (see above)
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1697 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/glu-es1.cfg')
-rwxr-xr-x | make/glu-es1.cfg | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/make/glu-es1.cfg b/make/glu-es1.cfg index f1beb1ff1..02d529fde 100755 --- a/make/glu-es1.cfg +++ b/make/glu-es1.cfg @@ -22,6 +22,8 @@ IncludeAs CustomJavaCode GLUes1 glu-CustomJavaCode-gles1.java Import javax.media.opengl.GLES1 Import javax.media.opengl.glu.GLU Import javax.media.opengl.util.BufferUtil -Import com.sun.opengl.impl.glu.mipmap.Mipmap +# FIXME n.a. on JSR-239 CDC: java.nio.ByteOrder, used by mipmap +# Import com.sun.opengl.impl.glu.mipmap.Mipmap + Include glu-common.cfg |