summaryrefslogtreecommitdiffstats
path: root/make/make.gluegen.all.linux-x86.sh
Commit message (Collapse)AuthorAgeFilesLines
* Fix: Native CPU 32/64 bit detection; Tested on CVM/J2SEsg2158892009-07-281-6/+7
|
* Add: Extended support for CVM:sg2158892009-07-131-0/+14
- 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