summaryrefslogtreecommitdiffstats
path: root/test/com/mbien/opencl/CLProgramTest.java
Commit message (Collapse)AuthorAgeFilesLines
* renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵Michael Bien2010-04-121-224/+0
| | | | team player ;).
* moved utilities to util package.Michael Bien2010-03-081-0/+2
| | | | several smaller improvements and doc fixes.
* improved CLProgramBuilder and implemented propper configuration loading.Michael Bien2010-02-261-4/+15
|
* implemented Serialization for CLProgramBuilder.Michael Bien2010-02-261-7/+33
| | | | | | CLProgram.getBinaries() is now ordered. updated junit to 4.8.1. javadoc fixes.
* introduced CLBuildConfiguration and CLProgramConfiguration interfaces for ↵Michael Bien2010-02-251-2/+1
| | | | CLProgramBuilder.
* 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
| | | | fixed bug in LocalMemType and Mem enum valueOf(int foo) methods.
* splitted CLImageFormat into CLImageFormat and (generated) CLImageFormatImpl.Michael Bien2010-01-291-9/+11
| | | | | refactored CLProgram kernel creation code. updated tests.
* 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
| | | | made CLProgram failsafe, updated tests.
* seperated CLProgram specific tests into CLProgramTest.Michael Bien2010-01-201-0/+91
implemented create-program-from-binaries functionality. javadoc fixes.