summaryrefslogtreecommitdiffstats
path: root/src/com/jogamp/opencl/CLMemory.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix copyright/author tagsedgeSven Gothel2011-06-281-2/+2
|
* Fix merge w/ latest mbien/edgeSven Gothel2011-06-281-4/+4
|\
| * Synced w/ mbien's JOCL branch - Making it compatible w/ GlueGen againSven Gothel2011-05-181-1/+1
| |
| * resolve conflictsSven Gothel2011-05-181-5/+10
| |\
| * \ Merge remote-tracking branch 'mbien/master'Sven Gothel2011-05-011-20/+1
| |\ \
| * | | Sync w/ gluegen change 8f8aa3f73e3c9804c4a86f5d4fdac257d50d831a / ↵Sven Gothel2011-05-011-1/+1
| | | | | | | | | | | | | | | | PointerBuffer's elementSize() is no more static
* | | | - 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 ;).