aboutsummaryrefslogtreecommitdiffstats
path: root/test/com/mbien/opencl/CLProgramTest.java
Commit message (Expand)AuthorAgeFilesLines
* renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp t...Michael Bien2010-04-121-224/+0
* moved utilities to util package.Michael Bien2010-03-081-0/+2
* improved CLProgramBuilder and implemented propper configuration loading.Michael Bien2010-02-261-4/+15
* implemented Serialization for CLProgramBuilder.Michael Bien2010-02-261-7/+33
* introduced CLBuildConfiguration and CLProgramConfiguration interfaces for CLP...Michael Bien2010-02-251-2/+1
* initial import of CLProgramBuilder.Michael Bien2010-02-241-1/+39
* added a few tests for event profiling and enums.Michael Bien2010-02-131-1/+13
* splitted CLImageFormat into CLImageFormat and (generated) CLImageFormatImpl.Michael Bien2010-01-291-9/+11
* switched from enum to poji as storage for common compiler options.Michael Bien2010-01-221-2/+3
* dynamic dispatch via CLProcAddressTable for OpenCL extensions.Michael Bien2010-01-221-3/+45
* seperated CLProgram specific tests into CLProgramTest.Michael Bien2010-01-201-0/+91