From 558389f22d7a257e422ae50385364dcc74c4f106 Mon Sep 17 00:00:00 2001 From: sg215889 Date: Mon, 13 Jul 2009 01:29:44 -0700 Subject: Add: Extended support for CVM: - GLX, CGL, WGL - GL2ES12 desktop ES1 and ES2 common profile Add: BufferFactory: Determine the Buffer's Endianess Add: com.sun.gluegen.runtime.PointerBuffer - Solution for CDC/CVM (no LongBuffer), holds a buffer of pointer objects in native endian format and converts natively passed 32bit pointers to 64 bit. - supports a few Buffer mechanics, so the BufferFactory can easily use them. - behaves as an NIO Buffer, code generation - included a unit test Add: StructAccessor get/set long value, incl. endian check --- make/make.gluegen.cdcfp.linux-x86.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 make/make.gluegen.cdcfp.linux-x86.sh (limited to 'make/make.gluegen.cdcfp.linux-x86.sh') diff --git a/make/make.gluegen.cdcfp.linux-x86.sh b/make/make.gluegen.cdcfp.linux-x86.sh new file mode 100644 index 0000000..cc02d0f --- /dev/null +++ b/make/make.gluegen.cdcfp.linux-x86.sh @@ -0,0 +1,15 @@ +#! /bin/sh + +. ../../setenv-build-jogl-x86.sh + +# -Dc.compiler.debug=true + +ant -v \ + -DisCDCFP=true \ + -Drootrel.build=build-cdcfp-x86 \ + -Dgluegen.cpptasks.detected.os=true \ + -DisUnix=true \ + -DisLinux=true \ + -DisLinuxX86=true \ + -DisX11=true \ + $* 2>&1 | tee make.gluegen.cdcfp.linux-x86.log -- cgit v1.2.3