Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | forgot test (com.sun.opengl->com.jogamp.opengl). | Michael Bien | 2010-03-27 | 1 | -1/+1 | |
| | ||||||
* | refactoring due to gluegen changes. | Michael Bien | 2010-03-27 | 4 | -6/+6 | |
| | | | | - renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime. | |||||
* | even more utility methods and general awesomeness. | Michael Bien | 2010-03-16 | 1 | -0/+1 | |
| | ||||||
* | added Capabilities enum and getter to CLDevice. | Michael Bien | 2010-03-16 | 1 | -1/+6 | |
| | | | | updated tests. | |||||
* | moved utilities to util package. | Michael Bien | 2010-03-08 | 3 | -10/+18 | |
| | | | | several smaller improvements and doc fixes. | |||||
* | fixed hudson build. | Michael Bien | 2010-02-28 | 1 | -1/+2 | |
| | ||||||
* | refactored CLGLBuffer into seperate OpenGL buffer and image types. | Michael Bien | 2010-02-27 | 1 | -0/+5 | |
| | ||||||
* | improved CLProgramBuilder and implemented propper configuration loading. | Michael Bien | 2010-02-26 | 1 | -4/+15 | |
| | ||||||
* | implemented Serialization for CLProgramBuilder. | Michael Bien | 2010-02-26 | 1 | -7/+33 | |
| | | | | | | CLProgram.getBinaries() is now ordered. updated junit to 4.8.1. javadoc fixes. | |||||
* | introduced CLBuildConfiguration and CLProgramConfiguration interfaces for ↵ | Michael Bien | 2010-02-25 | 1 | -2/+1 | |
| | | | | CLProgramBuilder. | |||||
* | renamed QueueBarrier to MultiQueueBarrier. | Michael Bien | 2010-02-25 | 1 | -1/+1 | |
| | | | | added cancelBarrier and getCount. | |||||
* | initial import of CLProgramBuilder. | Michael Bien | 2010-02-24 | 1 | -1/+39 | |
| | ||||||
* | code review, spell checks and scope. | Michael Bien | 2010-02-24 | 1 | -4/+4 | |
| | ||||||
* | several small refactorings, api and javadoc improvements. | Michael Bien | 2010-02-22 | 3 | -26/+45 | |
| | | | | | added automatically generated specialized CLExceptions for each known OpenCL error. added get/set Properties to CLCommandQueue. | |||||
* | fixed CLBufferTest.mapBufferTest() for non CPU contexts. | Michael Bien | 2010-02-19 | 1 | -3/+18 | |
| | ||||||
* | added putCopyBufferToImage, putCopyImageToBuffer and putMap/UnmapBuffer ↵ | Michael Bien | 2010-02-18 | 1 | -0/+40 | |
| | | | | | | operations to CLCommandQueue. added buffer mapping test to CLBufferTest. | |||||
* | added a few tests for event profiling and enums. | Michael Bien | 2010-02-13 | 3 | -61/+164 | |
| | | | | fixed bug in LocalMemType and Mem enum valueOf(int foo) methods. | |||||
* | fixed bug in CL[GL]Context.create(..., device), added test. | Michael Bien | 2010-02-12 | 1 | -0/+41 | |
| | | | | CLKernel is now Cloneable. | |||||
* | trivial bugfixes, typo and javadoc warning fixes. | Michael Bien | 2010-02-01 | 2 | -3/+5 | |
| | | | | | | 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 | 3 | -14/+15 | |
| | | | | | refactored CLProgram kernel creation code. updated tests. | |||||
* | implemented GL interop context creation on windows and mac. | Michael Bien | 2010-01-26 | 1 | -3/+4 | |
| | | | | added more factory methods to CLGLContext. | |||||
* | switched from enum to poji as storage for common compiler options. | Michael Bien | 2010-01-22 | 1 | -2/+3 | |
| | ||||||
* | added blockingWait parameter to putWaitForEvent(...) CLCommandQueue methods. | Michael Bien | 2010-01-22 | 1 | -3/+3 | |
| | ||||||
* | dynamic dispatch via CLProcAddressTable for OpenCL extensions. | Michael Bien | 2010-01-22 | 1 | -3/+45 | |
| | | | | made CLProgram failsafe, updated tests. | |||||
* | more device properties. | Michael Bien | 2010-01-21 | 1 | -0/+14 | |
| | ||||||
* | seperated CLProgram specific tests into CLProgramTest. | Michael Bien | 2010-01-20 | 2 | -43/+93 | |
| | | | | | implemented create-program-from-binaries functionality. javadoc fixes. | |||||
* | temporary dissabled non direct NIO binding for methods containing long[] ↵ | Michael Bien | 2010-01-19 | 1 | -5/+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 | 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. |