Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reversed Type relocation ; Minor fix | Sven Gothel | 2011-07-21 | 1 | -5/+5 |
| | | | | | | | Reversed Type relocation (commit 92d6c9dc5fa72b01703456452c60822f36c14fff) from com.jogamp.gluegen.runtime.types back to com.jogamp.gluegen.cgram.types Enabled MemoryLayoutType.setLayouted(), avoiding double layout | ||||
* | - Moved most types and StructLayout to runtime package: | Sven Gothel | 2011-07-18 | 1 | -5/+6 |
| | | | | | | | | | | | | | | | | | | | | | com.jogamp.gluegen.cgram.types -> com.jogamp.gluegen.runtime.types This is required for desired runtime memory layout. - Split CompoundType to StructType + UnionType - StructLayout: - Utilizing SizeThunk alignment - Alignment 1) Natural type alignment 2) Add Size 3) Trailing padding w/ largest element alignment - Only perform memory layout once for type. Status: - Unit test passes w/ static MachineDescriptor64Bit - FIXME static 32bit is faulty, uses 64bit size/alignment - TODO runtime struct layout to please all platforms w/o worrying | ||||
* | refactoring in common.nio public api - removed Int64Buffer | Michael Bien | 2011-04-26 | 1 | -12/+14 |
| | | | | | | - removed Int64Buffer since it is no longer needed for LongBuffer emulation Signed-off-by: Sven Gothel <[email protected]> | ||||
* | Renamed com.sun.gluegen -> com.jogamp.gluegen | Sven Gothel | 2010-11-06 | 1 | -0/+859 |