summaryrefslogtreecommitdiffstats
path: root/resources/clImplCustomCode.java
Commit message (Collapse)AuthorAgeFilesLines
* enabled putMapImage methods in CLCommandQueue.Michael Bien2010-02-191-0/+54
| | | | added slightly modified mapImage implementation via custom code for mapped image buffer size calculation in the glue layer.
* fixed bug in CL[GL]Context.create(..., device), added test.Michael Bien2010-02-121-2/+2
| | | | CLKernel is now Cloneable.
* trivial bugfixes, typo and javadoc warning fixes.Michael Bien2010-02-011-1/+5
| | | | | | began to switch to gluegen's libloading infrastructure. added CL extensions accessors to CLPlatform. optimized isFooEnabled() methods for CLCommandQueue.
* more direct NIO.Michael Bien2010-01-251-47/+53
|
* dynamic dispatch via CLProcAddressTable for OpenCL extensions.Michael Bien2010-01-221-1/+3
| | | | made CLProgram failsafe, updated tests.
* introduced CLMemory as superclass for all memory objects.Michael Bien2010-01-181-3/+3
| | | | added CLImage, CLImage2d and CLImage3d.
* introduced CLGLContext, refactored dependencies, cleanup in opencl code.Michael Bien2010-01-021-0/+11
|
* added cl_ext header to build - extensions are now included in CL and CLGLI api.Michael Bien2009-11-061-2/+2
| | | | | fixed create context codepaths with platform ID as parameter in high level api. updated test.
* generified CLBuffer, added createFromGLBuffer(...).Michael Bien2009-10-271-2/+2
|
* implemented clCreateContext(...) and updated Tests and high level binding.Michael Bien2009-10-251-6/+17
|
* utility methods and refactoring.Michael Bien2009-10-231-8/+10
|
* fixed clBuildProgram, finished VectorAdd unit test.Michael Bien2009-10-161-5/+16
|
* implemented clBuildProgram(...) and updated JUnit test.Michael Bien2009-10-141-9/+24
|
* added utility methods and getters to CLPlatform, CLDevice and CLContext.Michael Bien2009-10-011-4/+4
| | | | adapted unit test.
* fixed stdinit header, modified test to print out CL platform info.Michael Bien2009-09-291-2/+2
|
* temporary added GL3 headers, we should use JOGL's headers in future.Michael Bien2009-09-291-4/+5
| | | | continued with clCreateContextFromType impl.
* splitted binding in core (CL) and CL-GL interop. (CLGLI)Michael Bien2009-09-231-0/+13
began with custom impl. for functions with c -> java callbacks added an utility which uncomments function parameter names in headers