Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | internal refactoring to use new binding interfaces in highlevel api impl. | Michael Bien | 2011-06-15 | 1 | -3/+7 |
| | |||||
* | added blocking waitForEvents() methods to CLEventList. | Michael Bien | 2011-06-13 | 1 | -10/+16 |
| | |||||
* | LLB refactoring. | Michael Bien | 2011-05-27 | 1 | -4/+4 |
| | | | | | | - split up CL into multiple sub interfaces - seperation is now feature wise - introdused llb package for low level classes | ||||
* | more acquire/releaseGLObject methods, made CLGLObject interface public. | Michael Bien | 2011-04-26 | 1 | -14/+59 |
| | |||||
* | switched from PointerBuffer to NativeSizeBuffer. | Michael Bien | 2011-04-23 | 1 | -52/+52 |
| | |||||
* | added a set of put3DRangeKernel utility methods. | Michael Bien | 2011-04-21 | 1 | -11/+53 |
| | |||||
* | duplicate buffer before changing its position. | Michael Bien | 2011-04-20 | 1 | -1/+1 |
| | |||||
* | added mapped CLMemory argument to putUnmapMemory for more flexibility. | Michael Bien | 2011-04-20 | 1 | -7/+8 |
| | |||||
* | made 3d version of putCopyImage less restrictive, its now possible to copy ↵ | Michael Bien | 2011-04-05 | 1 | -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 Bien | 2011-04-04 | 1 | -32/+31 |
| | | | | added a regression test. | ||||
* | CachedBufferFactory optimization in CLCommandQueue and ↵ | Michael Bien | 2011-02-27 | 1 | -6/+9 |
| | | | | CLProgram.create(binaries). | ||||
* | code review using findbugs | Michael Bien | 2011-02-27 | 1 | -9/+12 |
| | | | keyset iterations, typos, @Override, synchronization, varargs | ||||
* | fixed compiler redundant-casts warnings due to language level changes in ↵ | Michael Bien | 2011-02-13 | 1 | -3/+3 |
| | | | | gluegen-rt. | ||||
* | paper work: license and file headers. | Michael Bien | 2010-11-26 | 1 | -0/+28 |
| | |||||
* | fix for #426. No events created in CLCommandQueue.putMarker(events). | Michael Bien | 2010-11-18 | 1 | -0/+1 |
| | |||||
* | fixed bug introduced in recent commit. | Michael Bien | 2010-09-20 | 1 | -7/+8 |
| | |||||
* | fixed exception message in NDRange Kernel method. | Michael Bien | 2010-09-18 | 1 | -9/+9 |
| | |||||
* | exception msg formatting improvements. | Michael Bien | 2010-07-19 | 1 | -33/+44 |
| | |||||
* | finished CLSubBuffer, added junit testcase, perf improvements and cleanup. | Michael Bien | 2010-07-05 | 1 | -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 Bien | 2010-07-03 | 1 | -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 Bien | 2010-06-27 | 1 | -0/+240 |
| | |||||
* | OpenCL 1.1 support.OpenCL1.1 | Michael Bien | 2010-06-15 | 1 | -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 Bien | 2010-05-31 | 1 | -26/+21 |
| | | | | systems are now supported again. | ||||
* | code review: improved exception messages to be more verbose whenever possible. | Michael Bien | 2010-04-15 | 1 | -1/+8 |
| | | | | began with CLKernel testcase. | ||||
* | renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵ | Michael Bien | 2010-04-12 | 1 | -0/+1585 |
team player ;). |