aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/gluegen/runtime/BufferFactory.java
Commit message (Collapse)AuthorAgeFilesLines
* renamed BufferFactory into Buffers.Michael Bien2010-03-291-668/+0
|
* moved several common utility methods from JOGL's BufferUtil to GlueGen's ↵Michael Bien2010-03-291-5/+339
| | | | BufferFactory.
* (part2) merged all cdc_fp special cases into one common superclass for each ↵Michael Bien2010-03-281-228/+245
| | | | | | | special case. introduced Platform as utility for querying platform information. special cdc build with cdc_fp bootclasspath temporary dissabled.
* (part 1) merged all cdc_fp special cases into one common superclass for each ↵Michael Bien2010-03-281-0/+317
special case. introduced Platform as utility for querying platform information. special cdc build with cdc_fp bootclasspath temporary dissabled.