aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/cmpOld2New.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-06-16 21:27:21 +0200
committerSven Gothel <[email protected]>2012-06-16 21:27:21 +0200
commitccdc2ce6805e330cc5555b138044829f4bc67df9 (patch)
tree03ab4d8960b4cd0992fa48de7fe1e5202d0a675d /make/scripts/cmpOld2New.sh
parent29e70f215069643c740e1b251490aa9edd61d2cb (diff)
Fix Bug 590: Wrong GL2 and GLES2 aliasing of GL_ARB_half_float_pixel/GL_ARB_half_float_vertex and GL_OES_texture_half_float extensions
We mistakenly aliase the GL2 and GLES2 extensions: - GL_ARB_half_float_pixel - GL_HALF_FLOAT_ARB 0x140B - GL_ARB_half_float_vertex - GL_HALF_FLOAT 0x140B - GL_OES_texture_half_float extensions - GL_HALF_FLOAT_OES 0x8D61 This also leads to adding GL_HALF_FLOAT_OES to com.jogamp.opengl.util.GLBuffers.sizeof(..).
Diffstat (limited to 'make/scripts/cmpOld2New.sh')
-rwxr-xr-xmake/scripts/cmpOld2New.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/cmpOld2New.sh b/make/scripts/cmpOld2New.sh
index 4394fe7b5..7d68cfc84 100755
--- a/make/scripts/cmpOld2New.sh
+++ b/make/scripts/cmpOld2New.sh
@@ -2,8 +2,8 @@
dirscript=`dirname $0`
-dirold=../build-x86_64-old/jogl/gensrc/classes/javax/media/opengl/
-dirnew=../build-x86_64/jogl/gensrc/classes/javax/media/opengl/
+dirold=../build-old/jogl/gensrc/classes/javax/media/opengl/
+dirnew=../build/jogl/gensrc/classes/javax/media/opengl/
dircmp=cmp-old2new
rm -rf $dircmp