summaryrefslogtreecommitdiffstats
path: root/src/com/jogamp/opencl/CLCommandQueue.java
Commit message (Collapse)AuthorAgeFilesLines
* OpenCL 1.1 support.OpenCL1.1Michael Bien2010-06-151-16/+0
| | | | | | | | - updated headers - removed deprecated function from HLB - updated javadoc taglets and all references - disabled cl_vendor_ext.h since most of them are now in the official headers - TODO revisit callbacks
* changes due to gluegen size_t fix. Switched back to PointerBuffer. 32bit ↵Michael Bien2010-05-311-26/+21
| | | | systems are now supported again.
* code review: improved exception messages to be more verbose whenever possible.Michael Bien2010-04-151-1/+8
| | | | began with CLKernel testcase.
* renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵Michael Bien2010-04-121-0/+1585
team player ;).