summaryrefslogtreecommitdiffstats
path: root/src/com/jogamp/opencl/CLCommandQueue.java
Commit message (Expand)AuthorAgeFilesLines
* Remove CLGL interfaceWade Walker2015-11-081-7/+2
* Remove use of CL*Binding interfacesWade Walker2015-11-081-6/+6
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-310/+310
* Fix transposed arguments in putCopyBufferRectWade Walker2014-04-071-1/+1
* CLCommandQueue/CLException: Remove 'import static pack.class.*' for all (Easy...Sven Gothel2013-10-121-8/+12
* Bug 552 putMapImage(..): Added variant w/ long[] imageRowPitch and long[] ima...Sven Gothel2013-10-121-1/+21
* Fix Bug 573: putCopyBuffer(..)'s src/dest offset was not passed to putCopyBuf...Sven Gothel2013-10-121-1/+1
* Fixing some argument order issues; fixing creation of CLContext on Mac OS X w...Lixo Man2013-09-041-2/+2
* Fix copyright/author tagsedgeSven Gothel2011-06-281-2/+2
* Fix merge w/ latest mbien/edgeSven Gothel2011-06-281-55/+55
|\
| * Synced w/ mbien's JOCL branch - Making it compatible w/ GlueGen againSven Gothel2011-05-181-50/+50
| * resolve conflictsSven Gothel2011-05-181-71/+157
| |\
| * | Sync w/ gluegen change 8f8aa3f73e3c9804c4a86f5d4fdac257d50d831a and c5a56e106...Sven Gothel2011-05-011-1/+1
| * | Merge remote-tracking branch 'mbien/master'Sven Gothel2011-05-011-40/+40
| |\ \
| * | | Sync w/ gluegen change 8f8aa3f73e3c9804c4a86f5d4fdac257d50d831a / PointerBuff...Sven Gothel2011-05-011-1/+1
* | | | - added isReleased() to CLResource, made CLObject public.Michael Bien2011-06-191-1/+3
* | | | 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