aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/jogamp/opencl/CLCommandQueue.java
Commit message (Collapse)AuthorAgeFilesLines
* Synced w/ mbien's JOCL branch - Making it compatible w/ GlueGen againSven Gothel2011-05-181-50/+50
|
* resolve conflictsSven Gothel2011-05-181-71/+157
|\
| * 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
| |
* | Sync w/ gluegen change 8f8aa3f73e3c9804c4a86f5d4fdac257d50d831a and ↵Sven Gothel2011-05-011-1/+1
| | | | | | | | c5a56e10677e9dc0a048c2be3de16701aac9ad17
* | Merge remote-tracking branch 'mbien/master'Sven Gothel2011-05-011-40/+40
|\|
| * 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 ↵Michael Bien2011-04-051-1/+1
| | | | | | | | from 2d to 3d and from 3d to 2d images.
| * fixed a bug which used a wrong eventlist offset under certain conditions and ↵Michael Bien2011-04-041-32/+31
| | | | | | | | added a regression test.
* | Sync w/ gluegen change 8f8aa3f73e3c9804c4a86f5d4fdac257d50d831a / ↵Sven Gothel2011-05-011-1/+1
|/ | | | PointerBuffer's elementSize() is no more static
* CachedBufferFactory optimization in CLCommandQueue and ↵Michael Bien2011-02-271-6/+9
| | | | CLProgram.create(binaries).
* code review using findbugsMichael Bien2011-02-271-9/+12
| | | keyset iterations, typos, @Override, synchronization, varargs
* fixed compiler redundant-casts warnings due to language level changes in ↵Michael Bien2011-02-131-3/+3
| | | | gluegen-rt.
* 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
| | | | CLMemory methods contain now NIO infix for nio buffer specific queries and CL infix for memory object queries.
* update due to changes in JDK7's ARM spec.Michael Bien2010-07-031-4/+0
| | | | | added AutoCloseable dummy for backwards compatibility (won't be loaded when used with JDK7) can be further improved as soon we have extension methods.
* 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
| | | | | | | | - updated headers - removed deprecated function from HLB - updated javadoc taglets and all references - disabled cl_vendor_ext.h since most of them are now in the official headers - TODO revisit callbacks
* changes due to gluegen size_t fix. Switched back to PointerBuffer. 32bit ↵Michael Bien2010-05-311-26/+21
| | | | systems are now supported again.
* code review: improved exception messages to be more verbose whenever possible.Michael Bien2010-04-151-1/+8
| | | | began with CLKernel testcase.
* renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵Michael Bien2010-04-121-0/+1585
team player ;).