Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime. | Michael Bien | 2010-03-27 | 1 | -169/+0 |
| | |||||
* | Drop PointerBuffer.wrapNative2Java(..) | Sven Gothel | 2010-03-19 | 1 | -26/+7 |
| | | | | | | in favor of a simple PointerBuffer.wrap(..), due to the new semantics, ie internal integer/long presentation. Fixed the javame code in this regard. | ||||
* | PointerBuffer supports now 32bit architectures. | Michael Bien | 2010-01-19 | 1 | -15/+33 |
| | |||||
* | fixed off-by-one bug in put and get. | Michael Bien | 2010-01-12 | 1 | -3/+12 |
| | | | | | implemented method chaining pattern. added position(int pos) method. | ||||
* | Build CDC named JARs for CVM in default build, no more specialized build ↵ | sg215889 | 2009-07-15 | 1 | -1/+1 |
| | | | | necessary. Fix PointerBuffer allocateDirect() | ||||
* | Add missing changes .. | sg215889 | 2009-07-13 | 1 | -7/+105 |
| | |||||
* | Add: Extended support for CVM: | sg215889 | 2009-07-13 | 1 | -0/+63 |
- 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 |