Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵ | Michael Bien | 2010-04-12 | 1 | -1585/+0 |
| | | | | team player ;). | ||||
* | fixed severe typo in putMarker() (command queue id was not used). | Michael Bien | 2010-04-12 | 1 | -1/+1 |
| | |||||
* | better Exception messages for CLCommandQueue. | Michael Bien | 2010-04-12 | 1 | -38/+127 |
| | |||||
* | fixed newly introduced index out of bounds bug. | Michael Bien | 2010-04-07 | 1 | -1/+1 |
| | |||||
* | modifications due to class movement in gluegen. | Michael Bien | 2010-04-01 | 1 | -14/+14 |
| | |||||
* | fixed newly introduced bug in CLCommandQueue, cleanup in CLContext. | Michael Bien | 2010-03-30 | 1 | -1/+2 |
| | |||||
* | refactorings due to newly introduced Int64Buffer in gluegen. | Michael Bien | 2010-03-30 | 1 | -65/+81 |
| | |||||
* | refactoring due to gluegen changes. | Michael Bien | 2010-03-27 | 1 | -1/+1 |
| | | | | - renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime. | ||||
* | condition support for CLCommandQueue. | Michael Bien | 2010-03-17 | 1 | -79/+410 |
| | |||||
* | moved generated CLGLI Interface into com.mbien.opencl.gl package. | Michael Bien | 2010-03-08 | 1 | -0/+1 |
| | |||||
* | moved utilities to util package. | Michael Bien | 2010-03-08 | 1 | -1/+1 |
| | | | | several smaller improvements and doc fixes. | ||||
* | added put/setNullArg(int size) for setting NULL ranges as kernel argument to ↵ | Michael Bien | 2010-03-01 | 1 | -0/+9 |
| | | | | | | | CLKernel. added missing flush() to CLCommandQueue. added CLMemory.getCapacity() utility method. | ||||
* | added a few @native javadoc tags to CLCommandQueue. | Michael Bien | 2010-02-28 | 1 | -0/+230 |
| | |||||
* | introduced (package private) Disposable interface for forward compatiblility ↵ | Michael Bien | 2010-02-28 | 1 | -0/+4 |
| | | | | | | with JDK7's ARM blocks. CLResource extends Disposable. | ||||
* | fixed copy and paste bug in CLCommandQueue.put1DRangeKernel(). | Michael Bien | 2010-02-28 | 1 | -1/+1 |
| | |||||
* | code review, spell checks and scope. | Michael Bien | 2010-02-24 | 1 | -1/+1 |
| | |||||
* | code review. Fixed typos in javadoc and fixed some warnings. | Michael Bien | 2010-02-24 | 1 | -20/+5 |
| | |||||
* | introduced CLObject as common superclass for all OpenCL objects. | Michael Bien | 2010-02-22 | 1 | -21/+23 |
| | |||||
* | several small refactorings, api and javadoc improvements. | Michael Bien | 2010-02-22 | 1 | -14/+45 |
| | | | | | added automatically generated specialized CLExceptions for each known OpenCL error. added get/set Properties to CLCommandQueue. | ||||
* | enabled putMapImage methods in CLCommandQueue. | Michael Bien | 2010-02-19 | 1 | -2/+2 |
| | | | | added slightly modified mapImage implementation via custom code for mapped image buffer size calculation in the glue layer. | ||||
* | fixed CLImage2d methods, range/offset buffers have now correct values for ↵ | Michael Bien | 2010-02-19 | 1 | -14/+27 |
| | | | | | | the third element. javadoc fixes and two more factory methods for CLGLBuffer. | ||||
* | added putCopyBufferToImage, putCopyImageToBuffer and putMap/UnmapBuffer ↵ | Michael Bien | 2010-02-18 | 1 | -14/+238 |
| | | | | | | operations to CLCommandQueue. added buffer mapping test to CLBufferTest. | ||||
* | trivial bugfixes, typo and javadoc warning fixes. | Michael Bien | 2010-02-01 | 1 | -2/+18 |
| | | | | | | began to switch to gluegen's libloading infrastructure. added CL extensions accessors to CLPlatform. optimized isFooEnabled() methods for CLCommandQueue. | ||||
* | internal refactoring. | Michael Bien | 2010-01-25 | 1 | -22/+34 |
| | |||||
* | CLImage support for CLCommandQueue. | Michael Bien | 2010-01-25 | 1 | -24/+197 |
| | |||||
* | added blockingWait parameter to putWaitForEvent(...) CLCommandQueue methods. | Michael Bien | 2010-01-22 | 1 | -4/+6 |
| | |||||
* | introduced CLMemory as superclass for all memory objects. | Michael Bien | 2010-01-18 | 1 | -2/+2 |
| | | | | added CLImage, CLImage2d and CLImage3d. | ||||
* | CLInfoAccessor uses now threadlocal direct nio buffers for all operations. | Michael Bien | 2010-01-15 | 1 | -9/+22 |
| | | | | | javadoc improvements. added event based profiling functionality. | ||||
* | cleaned up NioDirectOnly list, added clSetKernelArg to list. | Michael Bien | 2010-01-14 | 1 | -20/+36 |
| | | | | | | 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 | 1 | -2/+3 |
| | | | | added CLConcurrencyTest and fixed some bugs in CLEvent codepaths. | ||||
* | introduced CLEventList, an optimized nio collecton for storing CLEvents. | Michael Bien | 2010-01-12 | 1 | -43/+163 |
| | | | | | | added hashCode() and equals() to CLEvent. CLEvent support in CLCommandQueue. Several NIO optimizations. | ||||
* | introduced CLSampler and CLEvent. | Michael Bien | 2010-01-08 | 1 | -18/+20 |
| | | | | | refactored code to use internal CLInfoAccessor utility where it makes sense. static imports. | ||||
* | introduced CLGLContext, refactored dependencies, cleanup in opencl code. | Michael Bien | 2010-01-02 | 1 | -0/+10 |
| | |||||
* | improved Exception handling in CLProgram and CLKernel. | Michael Bien | 2009-11-08 | 1 | -3/+3 |
| | | | | | introduced CLResource interface for releasable resources. CLProgram is now rebuildable. | ||||
* | bug fixes in buffer handling. | Michael Bien | 2009-11-05 | 1 | -4/+41 |
| | |||||
* | added remaining utility getters to CLDevice. | Michael Bien | 2009-11-01 | 1 | -0/+17 |
| | |||||
* | generified CLBuffer, added createFromGLBuffer(...). | Michael Bien | 2009-10-27 | 1 | -3/+3 |
| | |||||
* | utility methods and refactoring. | Michael Bien | 2009-10-23 | 1 | -1/+37 |
| | |||||
* | api cleanup and refactoring. | Michael Bien | 2009-10-22 | 1 | -5/+44 |
| | |||||
* | added CopyBuffer implementation to CLCommandQueue and and test method to ↵ | Michael Bien | 2009-10-21 | 1 | -4/+79 |
| | | | | HighLevelBindingTest. | ||||
* | added CLCommandQueue to CLContext's resource management code, minor fixes... | Michael Bien | 2009-10-20 | 1 | -1/+4 |
| | |||||
* | initial import of CLCommandQueue. | Michael Bien | 2009-10-19 | 1 | -0/+77 |
updated JUnit test to test CLCommandQueue. cleand up project dependencies. |