Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | introduced CLMemory as superclass for all memory objects. | Michael Bien | 2010-01-18 | 4 | -12/+13 | |
| | | | | added CLImage, CLImage2d and CLImage3d. | |||||
* | more utility getters for CLDevice. | Michael Bien | 2010-01-16 | 1 | -6/+13 | |
| | ||||||
* | cleaned up NioDirectOnly list, added clSetKernelArg to list. | Michael Bien | 2010-01-14 | 1 | -6/+120 | |
| | | | | | | added experimental QueueBarrier for easy synchronization between multiple concurrent CLCommandQueues. refactored CLCommandQueue, added putTask(). added another concurrency JUnit test. | |||||
* | refactored HighLevelBindingTest into seperate tests. | Michael Bien | 2010-01-13 | 4 | -91/+200 | |
| | | | | added CLConcurrencyTest and fixed some bugs in CLEvent codepaths. | |||||
* | re-enabled create from host pointer CLBuffer options and added ↵ | Michael Bien | 2010-01-12 | 1 | -15/+62 | |
| | | | | bufferWithHostPointerTest(). | |||||
* | introduced CLEventList, an optimized nio collecton for storing CLEvents. | Michael Bien | 2010-01-12 | 2 | -9/+8 | |
| | | | | | | added hashCode() and equals() to CLEvent. CLEvent support in CLCommandQueue. Several NIO optimizations. | |||||
* | introduced CLGLContext, refactored dependencies, cleanup in opencl code. | Michael Bien | 2010-01-02 | 3 | -23/+23 | |
| | ||||||
* | fixed gcc setup on mac. | Michael Bien | 2009-12-02 | 1 | -7/+8 | |
| | | | | | updated native taglet toc url. fixed small bug in cl char[] -> String conversion. | |||||
* | fixed mingw32 build on windows. | Michael Bien | 2009-11-20 | 1 | -0/+2 | |
| | | | | | added scripts for crosscompilation on linux64 for win32/64 and linux32/64. temporary disabled OpenCL extensions. | |||||
* | improved Exception handling in CLProgram and CLKernel. | Michael Bien | 2009-11-08 | 1 | -0/+40 | |
| | | | | | introduced CLResource interface for releasable resources. CLProgram is now rebuildable. | |||||
* | added more buffer creation factory methods. | Michael Bien | 2009-11-06 | 1 | -2/+2 | |
| | ||||||
* | added cl_ext header to build - extensions are now included in CL and CLGLI api. | Michael Bien | 2009-11-06 | 1 | -2/+2 | |
| | | | | | fixed create context codepaths with platform ID as parameter in high level api. updated test. | |||||
* | refactoring and more utility methods. | Michael Bien | 2009-11-02 | 1 | -8/+5 | |
| | ||||||
* | added remaining utility getters to CLDevice. | Michael Bien | 2009-11-01 | 1 | -0/+22 | |
| | ||||||
* | generified CLBuffer, added createFromGLBuffer(...). | Michael Bien | 2009-10-27 | 1 | -5/+5 | |
| | ||||||
* | implemented clCreateContext(...) and updated Tests and high level binding. | Michael Bien | 2009-10-25 | 1 | -3/+50 | |
| | ||||||
* | utility methods and refactoring. | Michael Bien | 2009-10-23 | 2 | -8/+10 | |
| | ||||||
* | 32bit compatibility. | Michael Bien | 2009-10-22 | 1 | -15/+15 | |
| | ||||||
* | api cleanup and refactoring. | Michael Bien | 2009-10-22 | 1 | -11/+17 | |
| | ||||||
* | added CopyBuffer implementation to CLCommandQueue and and test method to ↵ | Michael Bien | 2009-10-21 | 1 | -9/+55 | |
| | | | | HighLevelBindingTest. | |||||
* | refactored JOCLTest into LowLevelBindingTest and HighLevelBindingTest. | Michael Bien | 2009-10-20 | 4 | -161/+212 | |
| | | | | | moved listCLPlatforms() and getLowLevelBinding() from CLContext to CLPlatform. added method to create CLPrograms from InputStreams and updated test. | |||||
* | added CLCommandQueue to CLContext's resource management code, minor fixes... | Michael Bien | 2009-10-20 | 1 | -1/+1 | |
| | ||||||
* | initial import of CLCommandQueue. | Michael Bien | 2009-10-19 | 1 | -9/+22 | |
| | | | | | updated JUnit test to test CLCommandQueue. cleand up project dependencies. | |||||
* | initial import of CLBuffer and CLKernel. | Michael Bien | 2009-10-19 | 1 | -36/+74 | |
| | | | | | added hashCode(), equals() and toString() methods. updated JUnit test to test new classes. | |||||
* | initial import of CLProgram. Updated JUnit Test accordingly. | Michael Bien | 2009-10-19 | 1 | -27/+57 | |
| | ||||||
* | fixed memory leak (native CL device) in junit test. Added load test. Added ↵ | Michael Bien | 2009-10-16 | 1 | -29/+54 | |
| | | | | more error codes to CLException. | |||||
* | fixed clBuildProgram, finished VectorAdd unit test. | Michael Bien | 2009-10-16 | 1 | -14/+96 | |
| | ||||||
* | implemented clBuildProgram(...) and updated JUnit test. | Michael Bien | 2009-10-14 | 1 | -30/+153 | |
| | ||||||
* | cleaned up test output, removed some internal hardcoded fields from CLDevice. | Michael Bien | 2009-10-12 | 1 | -66/+64 | |
| | ||||||
* | added utility methods and getters to CLPlatform, CLDevice and CLContext. | Michael Bien | 2009-10-01 | 1 | -19/+33 | |
| | | | | adapted unit test. | |||||
* | started with high level abstraction. | Michael Bien | 2009-09-30 | 1 | -29/+61 | |
| | ||||||
* | fixed stdinit header, modified test to print out CL platform info. | Michael Bien | 2009-09-29 | 1 | -9/+66 | |
| | ||||||
* | temporary added GL3 headers, we should use JOGL's headers in future. | Michael Bien | 2009-09-29 | 1 | -7/+12 | |
| | | | | continued with clCreateContextFromType impl. | |||||
* | splitted binding in core (CL) and CL-GL interop. (CLGLI) | Michael Bien | 2009-09-23 | 1 | -1/+14 | |
| | | | | | began with custom impl. for functions with c -> java callbacks added an utility which uncomments function parameter names in headers | |||||
* | added cl-gl3 binding | Michael Bien | 2009-09-18 | 1 | -3/+6 | |
| | ||||||
* | initial import of JOCL the Java Bindings to OpenCL prototype | Michael Bien | 2009-07-24 | 1 | -0/+39 | |