summaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/CLProgramBuilder.java
Commit message (Collapse)AuthorAgeFilesLines
* renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵Michael Bien2010-04-121-325/+0
| | | | team player ;).
* added Capabilities enum and getter to CLDevice.Michael Bien2010-03-161-1/+1
| | | | updated tests.
* moved utilities to util package.Michael Bien2010-03-081-0/+2
| | | | several smaller improvements and doc fixes.
* improved generics and fixed javadoc warnings.Michael Bien2010-02-281-1/+1
|
* improved CLProgramBuilder and implemented propper configuration loading.Michael Bien2010-02-261-6/+84
|
* implemented Serialization for CLProgramBuilder.Michael Bien2010-02-261-20/+108
| | | | | | CLProgram.getBinaries() is now ordered. updated junit to 4.8.1. javadoc fixes.
* introduced CLBuildConfiguration and CLProgramConfiguration interfaces for ↵Michael Bien2010-02-251-41/+42
| | | | CLProgramBuilder.
* initial import of CLProgramBuilder.Michael Bien2010-02-241-0/+156