summaryrefslogtreecommitdiffstats
path: root/test/com/mbien/opencl/CLCommandQueueTest.java
Commit message (Collapse)AuthorAgeFilesLines
* renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵Michael Bien2010-04-121-266/+0
| | | | team player ;).
* modifications due to class movement in gluegen.Michael Bien2010-04-011-1/+1
|
* changes due to BufferFactory -> Buffers renaming in gluegen.Michael Bien2010-03-291-1/+1
|
* refactoring due to gluegen changes.Michael Bien2010-03-271-1/+1
| | | | - renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime.
* moved utilities to util package.Michael Bien2010-03-081-5/+8
| | | | several smaller improvements and doc fixes.
* renamed QueueBarrier to MultiQueueBarrier.Michael Bien2010-02-251-1/+1
| | | | added cancelBarrier and getCount.
* several small refactorings, api and javadoc improvements.Michael Bien2010-02-221-4/+4
| | | | | added automatically generated specialized CLExceptions for each known OpenCL error. added get/set Properties to CLCommandQueue.
* added a few tests for event profiling and enums.Michael Bien2010-02-131-0/+263
fixed bug in LocalMemType and Mem enum valueOf(int foo) methods.