Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | changed resource release synchronization in a way that we can allow ↵ | Michael Bien | 2011-07-11 | 1 | -1/+1 |
| | | | | concurrent releases of the root and children of the resource hierarchy without a global lock (and a "already released" exception). | ||||
* | - added isReleased() to CLResource, made CLObject public. | Michael Bien | 2011-06-19 | 1 | -1/+2 |
| | | | - a CLResource will throw an Exception if released twice. | ||||
* | internal refactoring to use new binding interfaces in highlevel api impl. | Michael Bien | 2011-06-15 | 1 | -26/+30 |
| | |||||
* | LLB refactoring. | Michael Bien | 2011-05-27 | 1 | -5/+6 |
| | | | | | | - split up CL into multiple sub interfaces - seperation is now feature wise - introdused llb package for low level classes | ||||
* | - CLGLBuffer size must now be specified when the buffer is created | Michael Bien | 2011-04-26 | 1 | -4/+9 |
| | | | | | - but can be updated later if required (gl lock is mandatory) - added VBO CLGL test - javadoc updates | ||||
* | switched from PointerBuffer to NativeSizeBuffer. | Michael Bien | 2011-04-23 | 1 | -3/+3 |
| | |||||
* | reverted a3654a0b8a4e0c9e246aa04019bf1d5a09e7a28d | Michael Bien | 2011-04-20 | 1 | -3/+0 |
| | |||||
* | equals of CLMemory should also check the nio buffer. | Michael Bien | 2011-04-11 | 1 | -0/+3 |
| | |||||
* | using Buffers.sizeOfBufferElem(buffer) instead of old private implementation. | Michael Bien | 2011-04-10 | 1 | -20/+1 |
| | |||||
* | added getElementSize(). | Michael Bien | 2011-02-27 | 1 | -5/+25 |
| | |||||
* | paper work: license and file headers. | Michael Bien | 2010-11-26 | 1 | -0/+28 |
| | |||||
* | better toString() | Michael Bien | 2010-10-15 | 1 | -1/+1 |
| | |||||
* | CLMemObjectDestructorCallback for HLB and LLB. | Michael Bien | 2010-09-02 | 1 | -0/+13 |
| | |||||
* | finished CLSubBuffer, added junit testcase, perf improvements and cleanup. | Michael Bien | 2010-07-05 | 1 | -10/+24 |
| | | | | CLMemory methods contain now NIO infix for nio buffer specific queries and CL infix for memory object queries. | ||||
* | misc OpenCL 1.1 HLB updates. ImageFormats, getters, javadoc. | Michael Bien | 2010-07-04 | 1 | -0/+12 |
| | |||||
* | update due to changes in JDK7's ARM spec. | Michael Bien | 2010-07-03 | 1 | -5/+2 |
| | | | | | added AutoCloseable dummy for backwards compatibility (won't be loaded when used with JDK7) can be further improved as soon we have extension methods. | ||||
* | code review: improved exception messages to be more verbose whenever possible. | Michael Bien | 2010-04-15 | 1 | -2/+4 |
| | | | | began with CLKernel testcase. | ||||
* | renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵ | Michael Bien | 2010-04-12 | 1 | -0/+392 |
team player ;). |