summaryrefslogtreecommitdiffstats
path: root/src/com/jogamp/opencl/CLMemory.java
Commit message (Collapse)AuthorAgeFilesLines
* changed resource release synchronization in a way that we can allow ↵Michael Bien2011-07-111-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 Bien2011-06-191-1/+2
| | | - a CLResource will throw an Exception if released twice.
* internal refactoring to use new binding interfaces in highlevel api impl.Michael Bien2011-06-151-26/+30
|
* LLB refactoring.Michael Bien2011-05-271-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 createdMichael Bien2011-04-261-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 Bien2011-04-231-3/+3
|
* reverted a3654a0b8a4e0c9e246aa04019bf1d5a09e7a28dMichael Bien2011-04-201-3/+0
|
* equals of CLMemory should also check the nio buffer.Michael Bien2011-04-111-0/+3
|
* using Buffers.sizeOfBufferElem(buffer) instead of old private implementation.Michael Bien2011-04-101-20/+1
|
* added getElementSize().Michael Bien2011-02-271-5/+25
|
* paper work: license and file headers.Michael Bien2010-11-261-0/+28
|
* better toString()Michael Bien2010-10-151-1/+1
|
* CLMemObjectDestructorCallback for HLB and LLB.Michael Bien2010-09-021-0/+13
|
* finished CLSubBuffer, added junit testcase, perf improvements and cleanup.Michael Bien2010-07-051-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 Bien2010-07-041-0/+12
|
* update due to changes in JDK7's ARM spec.Michael Bien2010-07-031-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 Bien2010-04-151-2/+4
| | | | began with CLKernel testcase.
* renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵Michael Bien2010-04-121-0/+392
team player ;).