summaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/CLException.java
Commit message (Collapse)AuthorAgeFilesLines
* code review. Fixed typos in javadoc and fixed some warnings.Michael Bien2010-02-241-2/+2
|
* several small refactorings, api and javadoc improvements.Michael Bien2010-02-221-108/+619
| | | | | added automatically generated specialized CLExceptions for each known OpenCL error. added get/set Properties to CLCommandQueue.
* added custom cl_vendor_ext.h with a set of NV vendor extensions which are ↵Michael Bien2010-02-211-0/+3
| | | | | | not yet in the official headers. updated CLException with CL_INVALID_GL_SHAREGROUP_REFERENCE_KHR cause.
* enabled automatic download of cl_ext.h in build.Michael Bien2010-02-211-4/+3
| | | | enabled CL_PLATFORM_NOT_FOUND_KHR exception cause (OpenCL headers have been fixed).
* trivial bugfixes, typo and javadoc warning fixes.Michael Bien2010-02-011-0/+5
| | | | | | began to switch to gluegen's libloading infrastructure. added CL extensions accessors to CLPlatform. optimized isFooEnabled() methods for CLCommandQueue.
* seperated CLProgram specific tests into CLProgramTest.Michael Bien2010-01-201-1/+10
| | | | | implemented create-program-from-binaries functionality. javadoc fixes.
* introduced CLSampler and CLEvent.Michael Bien2010-01-081-48/+50
| | | | | refactored code to use internal CLInfoAccessor utility where it makes sense. static imports.
* fixed gcc setup on mac.Michael Bien2009-12-021-15/+5
| | | | | updated native taglet toc url. fixed small bug in cl char[] -> String conversion.
* improved Exception handling in CLProgram and CLKernel.Michael Bien2009-11-081-11/+14
| | | | | introduced CLResource interface for releasable resources. CLProgram is now rebuildable.
* added cl_ext header to build - extensions are now included in CL and CLGLI api.Michael Bien2009-11-061-1/+5
| | | | | fixed create context codepaths with platform ID as parameter in high level api. updated test.
* added remaining utility getters to CLDevice.Michael Bien2009-11-011-0/+3
|
* initial import of CLProgram. Updated JUnit Test accordingly.Michael Bien2009-10-191-0/+6
|
* fixed memory leak (native CL device) in junit test. Added load test. Added ↵Michael Bien2009-10-161-0/+36
| | | | more error codes to CLException.
* fixed clBuildProgram, finished VectorAdd unit test.Michael Bien2009-10-161-1/+1
|
* implemented clBuildProgram(...) and updated JUnit test.Michael Bien2009-10-141-1/+1
|
* cleaned up test output, removed some internal hardcoded fields from CLDevice.Michael Bien2009-10-121-3/+2
|
* started with high level abstraction.Michael Bien2009-09-301-0/+134