aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/jogamp/opencl/gl/CLGLBuffer.java
Commit message (Collapse)AuthorAgeFilesLines
* internal refactoring to use new binding interfaces in highlevel api impl.Michael Bien2011-06-151-1/+1
|
* LLB refactoring.Michael Bien2011-05-271-1/+5
| | | | | | - split up CL into multiple sub interfaces - seperation is now feature wise - introdused llb package for low level classes
* - CLGLBuffer size must now be specified when the buffer is createdMichael Bien2011-04-261-9/+20
| | | | | - but can be updated later if required (gl lock is mandatory) - added VBO CLGL test - javadoc updates
* paper work: license and file headers.Michael Bien2010-11-261-0/+28
|
* finished CLSubBuffer, added junit testcase, perf improvements and cleanup.Michael Bien2010-07-051-1/+1
| | | | CLMemory methods contain now NIO infix for nio buffer specific queries and CL infix for memory object queries.
* code review: improved exception messages to be more verbose whenever possible.Michael Bien2010-04-151-1/+1
| | | | began with CLKernel testcase.
* renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵Michael Bien2010-04-121-0/+77
team player ;).