Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | code review, spell checks and scope. | Michael Bien | 2010-02-24 | 1 | -2/+2 |
| | |||||
* | code review. Fixed typos in javadoc and fixed some warnings. | Michael Bien | 2010-02-24 | 1 | -6/+6 |
| | |||||
* | introduced CLObject as common superclass for all OpenCL objects. | Michael Bien | 2010-02-22 | 1 | -5/+2 |
| | |||||
* | several small refactorings, api and javadoc improvements. | Michael Bien | 2010-02-22 | 1 | -5/+9 |
| | | | | | added automatically generated specialized CLExceptions for each known OpenCL error. added get/set Properties to CLCommandQueue. | ||||
* | fixed bug in CL[GL]Context.create(..., device), added test. | Michael Bien | 2010-02-12 | 1 | -6/+6 |
| | | | | CLKernel is now Cloneable. | ||||
* | CLKernel can now optionally force 64bit args to passed as 32bit args to OpenCL. | Michael Bien | 2010-02-01 | 1 | -2/+27 |
| | |||||
* | trivial bugfixes, typo and javadoc warning fixes. | Michael Bien | 2010-02-01 | 1 | -3/+3 |
| | | | | | | began to switch to gluegen's libloading infrastructure. added CL extensions accessors to CLPlatform. optimized isFooEnabled() methods for CLCommandQueue. | ||||
* | splitted CLImageFormat into CLImageFormat and (generated) CLImageFormatImpl. | Michael Bien | 2010-01-29 | 1 | -9/+10 |
| | | | | | refactored CLProgram kernel creation code. updated tests. | ||||
* | temporary dissabled non direct NIO binding for methods containing long[] ↵ | Michael Bien | 2010-01-19 | 1 | -6/+7 |
| | | | | | | | | since its broken on 32bit systems. refactored high level binding to use direct NIO exclusively. temporary dissabled low level binding junit tests. green bar on 32 and 64 bit systems. | ||||
* | introduced CLMemory as superclass for all memory objects. | Michael Bien | 2010-01-18 | 1 | -5/+5 |
| | | | | added CLImage, CLImage2d and CLImage3d. | ||||
* | fixed bug in number of kernel arguments query. | Michael Bien | 2010-01-15 | 1 | -5/+6 |
| | |||||
* | cleaned up NioDirectOnly list, added clSetKernelArg to list. | Michael Bien | 2010-01-14 | 1 | -4/+14 |
| | | | | | | added experimental QueueBarrier for easy synchronization between multiple concurrent CLCommandQueues. refactored CLCommandQueue, added putTask(). added another concurrency JUnit test. | ||||
* | introduced CLSampler and CLEvent. | Michael Bien | 2010-01-08 | 1 | -3/+5 |
| | | | | | refactored code to use internal CLInfoAccessor utility where it makes sense. static imports. | ||||
* | added put/rewind idiom to CLKernel for function arguments. | Michael Bien | 2010-01-07 | 1 | -0/+49 |
| | |||||
* | fixed gcc setup on mac. | Michael Bien | 2009-12-02 | 1 | -1/+1 |
| | | | | | updated native taglet toc url. fixed small bug in cl char[] -> String conversion. | ||||
* | improved Exception handling in CLProgram and CLKernel. | Michael Bien | 2009-11-08 | 1 | -12/+33 |
| | | | | | introduced CLResource interface for releasable resources. CLProgram is now rebuildable. | ||||
* | bug fixes in buffer handling. | Michael Bien | 2009-11-05 | 1 | -0/+8 |
| | |||||
* | generified CLBuffer, added createFromGLBuffer(...). | Michael Bien | 2009-10-27 | 1 | -1/+1 |
| | |||||
* | utility methods and refactoring. | Michael Bien | 2009-10-23 | 1 | -0/+3 |
| | |||||
* | 32bit compatibility. | Michael Bien | 2009-10-22 | 1 | -1/+2 |
| | |||||
* | api cleanup and refactoring. | Michael Bien | 2009-10-22 | 1 | -7/+30 |
| | |||||
* | refactored JOCLTest into LowLevelBindingTest and HighLevelBindingTest. | Michael Bien | 2009-10-20 | 1 | -1/+1 |
| | | | | | 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/+2 |
| | |||||
* | initial import of CLCommandQueue. | Michael Bien | 2009-10-19 | 1 | -12/+11 |
| | | | | | updated JUnit test to test CLCommandQueue. cleand up project dependencies. | ||||
* | initial import of CLBuffer and CLKernel. | Michael Bien | 2009-10-19 | 1 | -0/+93 |
added hashCode(), equals() and toString() methods. updated JUnit test to test new classes. |