Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | modifications due to class movement in gluegen. | Michael Bien | 2010-04-01 | 1 | -5/+5 |
| | |||||
* | fixed newly introduced bug in CLCommandQueue, cleanup in CLContext. | Michael Bien | 2010-03-30 | 1 | -7/+6 |
| | |||||
* | refactorings due to newly introduced Int64Buffer in gluegen. | Michael Bien | 2010-03-30 | 1 | -5/+5 |
| | |||||
* | changes due to BufferFactory -> Buffers renaming in gluegen. | Michael Bien | 2010-03-29 | 1 | -3/+3 |
| | |||||
* | refactoring due to gluegen changes. | Michael Bien | 2010-03-27 | 1 | -4/+4 |
| | | | | - renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime. | ||||
* | get(GL)Context() and getCL() getters. | Michael Bien | 2010-03-16 | 1 | -0/+7 |
| | | | | | fix in isGLMemorySharingSupported() on mac. javadoc fixes. | ||||
* | introduced gl package and moved all interoperability functionality into it. | Michael Bien | 2010-03-08 | 1 | -0/+4 |
| | |||||
* | introduced (package private) Disposable interface for forward compatiblility ↵ | Michael Bien | 2010-02-28 | 1 | -0/+4 |
| | | | | | | with JDK7's ARM blocks. CLResource extends Disposable. | ||||
* | introduced CLBuildConfiguration and CLProgramConfiguration interfaces for ↵ | Michael Bien | 2010-02-25 | 1 | -6/+6 |
| | | | | CLProgramBuilder. | ||||
* | 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 | -13/+13 |
| | |||||
* | introduced CLObject as common superclass for all OpenCL objects. | Michael Bien | 2010-02-22 | 1 | -10/+14 |
| | |||||
* | several small refactorings, api and javadoc improvements. | Michael Bien | 2010-02-22 | 1 | -21/+33 |
| | | | | | added automatically generated specialized CLExceptions for each known OpenCL error. added get/set Properties to CLCommandQueue. | ||||
* | added putCopyBufferToImage, putCopyImageToBuffer and putMap/UnmapBuffer ↵ | Michael Bien | 2010-02-18 | 1 | -0/+16 |
| | | | | | | operations to CLCommandQueue. added buffer mapping test to CLBufferTest. | ||||
* | fixed bug in CL[GL]Context.create(..., device), added test. | Michael Bien | 2010-02-12 | 1 | -3/+9 |
| | | | | CLKernel is now Cloneable. | ||||
* | implemented GL interop context creation on windows and mac. | Michael Bien | 2010-01-26 | 1 | -26/+24 |
| | | | | added more factory methods to CLGLContext. | ||||
* | more direct NIO. | Michael Bien | 2010-01-25 | 1 | -17/+20 |
| | |||||
* | forgot file in last commit. | Michael Bien | 2010-01-20 | 1 | -1/+9 |
| | |||||
* | seperated CLProgram specific tests into CLProgramTest. | Michael Bien | 2010-01-20 | 1 | -2/+9 |
| | | | | | implemented create-program-from-binaries functionality. javadoc fixes. | ||||
* | temporary dissabled non direct NIO binding for methods containing long[] ↵ | Michael Bien | 2010-01-19 | 1 | -8/+6 |
| | | | | | | | | 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 | -30/+60 |
| | | | | added CLImage, CLImage2d and CLImage3d. | ||||
* | introduced CLSampler and CLEvent. | Michael Bien | 2010-01-08 | 1 | -2/+28 |
| | | | | | 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 | -23/+13 |
| | |||||
* | improved Exception handling in CLProgram and CLKernel. | Michael Bien | 2009-11-08 | 1 | -2/+5 |
| | | | | | introduced CLResource interface for releasable resources. CLProgram is now rebuildable. | ||||
* | added more buffer creation factory methods. | Michael Bien | 2009-11-06 | 1 | -13/+50 |
| | |||||
* | added cl_ext header to build - extensions are now included in CL and CLGLI api. | Michael Bien | 2009-11-06 | 1 | -8/+9 |
| | | | | | 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 | -20/+1 |
| | |||||
* | generified CLBuffer, added createFromGLBuffer(...). | Michael Bien | 2009-10-27 | 1 | -10/+28 |
| | |||||
* | implemented clCreateContext(...) and updated Tests and high level binding. | Michael Bien | 2009-10-25 | 1 | -7/+54 |
| | |||||
* | utility methods and refactoring. | Michael Bien | 2009-10-23 | 1 | -38/+60 |
| | |||||
* | 32bit compatibility. | Michael Bien | 2009-10-22 | 1 | -4/+6 |
| | |||||
* | api cleanup and refactoring. | Michael Bien | 2009-10-22 | 1 | -35/+38 |
| | |||||
* | added CopyBuffer implementation to CLCommandQueue and and test method to ↵ | Michael Bien | 2009-10-21 | 1 | -0/+5 |
| | | | | HighLevelBindingTest. | ||||
* | refactored JOCLTest into LowLevelBindingTest and HighLevelBindingTest. | Michael Bien | 2009-10-20 | 1 | -43/+33 |
| | | | | | 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 | -0/+26 |
| | |||||
* | initial import of CLCommandQueue. | Michael Bien | 2009-10-19 | 1 | -13/+12 |
| | | | | | updated JUnit test to test CLCommandQueue. cleand up project dependencies. | ||||
* | initial import of CLBuffer and CLKernel. | Michael Bien | 2009-10-19 | 1 | -2/+59 |
| | | | | | 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 | -22/+85 |
| | |||||
* | implemented clBuildProgram(...) and updated JUnit test. | Michael Bien | 2009-10-14 | 1 | -2/+8 |
| | |||||
* | cleaned up test output, removed some internal hardcoded fields from CLDevice. | Michael Bien | 2009-10-12 | 1 | -4/+9 |
| | |||||
* | added utility methods and getters to CLPlatform, CLDevice and CLContext. | Michael Bien | 2009-10-01 | 1 | -1/+83 |
| | | | | adapted unit test. | ||||
* | started with high level abstraction. | Michael Bien | 2009-09-30 | 1 | -0/+45 |