summaryrefslogtreecommitdiffstats
path: root/src/com/jogamp/opencl/CLCommandQueue.java
Commit message (Expand)AuthorAgeFilesLines
* internal refactoring to use new binding interfaces in highlevel api impl.Michael Bien2011-06-151-3/+7
* added blocking waitForEvents() methods to CLEventList.Michael Bien2011-06-131-10/+16
* LLB refactoring.Michael Bien2011-05-271-4/+4
* more acquire/releaseGLObject methods, made CLGLObject interface public.Michael Bien2011-04-261-14/+59
* switched from PointerBuffer to NativeSizeBuffer.Michael Bien2011-04-231-52/+52
* added a set of put3DRangeKernel utility methods.Michael Bien2011-04-211-11/+53
* duplicate buffer before changing its position.Michael Bien2011-04-201-1/+1
* added mapped CLMemory argument to putUnmapMemory for more flexibility.Michael Bien2011-04-201-7/+8
* made 3d version of putCopyImage less restrictive, its now possible to copy fr...Michael Bien2011-04-051-1/+1
* fixed a bug which used a wrong eventlist offset under certain conditions and ...Michael Bien2011-04-041-32/+31
* CachedBufferFactory optimization in CLCommandQueue and CLProgram.create(binar...Michael Bien2011-02-271-6/+9
* code review using findbugsMichael Bien2011-02-271-9/+12
* fixed compiler redundant-casts warnings due to language level changes in glue...Michael Bien2011-02-131-3/+3
* paper work: license and file headers.Michael Bien2010-11-261-0/+28
* fix for #426. No events created in CLCommandQueue.putMarker(events).Michael Bien2010-11-181-0/+1
* fixed bug introduced in recent commit.Michael Bien2010-09-201-7/+8
* fixed exception message in NDRange Kernel method.Michael Bien2010-09-181-9/+9
* exception msg formatting improvements.Michael Bien2010-07-191-33/+44
* finished CLSubBuffer, added junit testcase, perf improvements and cleanup.Michael Bien2010-07-051-2/+2
* update due to changes in JDK7's ARM spec.Michael Bien2010-07-031-4/+0
* OpenCL 1.1; added 12 *BufferRect methods to CLCommandQueue.Michael Bien2010-06-271-0/+240
* OpenCL 1.1 support.OpenCL1.1Michael Bien2010-06-151-16/+0
* changes due to gluegen size_t fix. Switched back to PointerBuffer. 32bit syst...Michael Bien2010-05-311-26/+21
* code review: improved exception messages to be more verbose whenever possible.Michael Bien2010-04-151-1/+8
* renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp t...Michael Bien2010-04-121-0/+1585