Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adopt to GlueGen change: Drop ManualStaticInitCall, ↵ | Sven Gothel | 2023-06-16 | 1 | -1/+2 |
| | | | | PointerBuffer.ELEMENT_SIZE -> AbstractBuffer.POINTER_SIZE | ||||
* | Remove CLGL interface | Wade Walker | 2015-11-08 | 1 | -7/+2 |
| | | | | | This removes the last sub-interface that would have to be separately versioned for future versions of OpenCL. After this, new OpenCL versions will only create one new interface and one new implementation. | ||||
* | Remove use of CL*Binding interfaces | Wade Walker | 2015-11-08 | 1 | -6/+6 |
| | | | In preparation for removing the interfaces themselves | ||||
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting ↵ | Sven Gothel | 2014-07-03 | 1 | -310/+310 |
| | | | | | | | | | | | | | c47bc86ae2ee268a1f38c5580d11f93d7f8d6e74) - Change non static accesses to static members using declaring type - Change indirect accesses to static members to direct accesses (accesses through subtypes) - Add final modifier to private fields - Add final modifier to method parameters - Add final modifier to local variables - Remove unnecessary casts - Remove unnecessary '$NON-NLS$' tags - Remove trailing white spaces on all lines | ||||
* | Fix transposed arguments in putCopyBufferRect | Wade Walker | 2014-04-07 | 1 | -1/+1 |
| | | | | Fixes transposed arguments in CLCommandQueue:putCopyBufferRect. | ||||
* | CLCommandQueue/CLException: Remove 'import static pack.class.*' for all ↵ | Sven Gothel | 2013-10-12 | 1 | -8/+12 |
| | | | | (Easy on ClassLoader) | ||||
* | Bug 552 putMapImage(..): Added variant w/ long[] imageRowPitch and long[] ↵ | Sven Gothel | 2013-10-12 | 1 | -1/+21 |
| | | | | imageSlicePitch return values while always passing PointerBuffers (size_t*) for same values to clEnqueueMapImage(..) | ||||
* | Fix Bug 573: putCopyBuffer(..)'s src/dest offset was not passed to ↵ | Sven Gothel | 2013-10-12 | 1 | -1/+1 |
| | | | | putCopyBuffer(..) impl. method | ||||
* | Fixing some argument order issues; fixing creation of CLContext on Mac OS X ↵ | Lixo Man | 2013-09-04 | 1 | -2/+2 |
| | | | | with GLContext sharing. | ||||
* | Fix copyright/author tagsedge | Sven Gothel | 2011-06-28 | 1 | -2/+2 |
| | |||||
* | Fix merge w/ latest mbien/edge | Sven Gothel | 2011-06-28 | 1 | -55/+55 |
|\ | |||||
| * | Synced w/ mbien's JOCL branch - Making it compatible w/ GlueGen again | Sven Gothel | 2011-05-18 | 1 | -50/+50 |
| | | |||||
| * | resolve conflicts | Sven Gothel | 2011-05-18 | 1 | -71/+157 |
| |\ | |||||
| * | | Sync w/ gluegen change 8f8aa3f73e3c9804c4a86f5d4fdac257d50d831a and ↵ | Sven Gothel | 2011-05-01 | 1 | -1/+1 |
| | | | | | | | | | | | | c5a56e10677e9dc0a048c2be3de16701aac9ad17 | ||||
| * | | Merge remote-tracking branch 'mbien/master' | Sven Gothel | 2011-05-01 | 1 | -40/+40 |
| |\ \ | |||||
| * | | | Sync w/ gluegen change 8f8aa3f73e3c9804c4a86f5d4fdac257d50d831a / ↵ | Sven Gothel | 2011-05-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | PointerBuffer's elementSize() is no more static | ||||
* | | | | - added isReleased() to CLResource, made CLObject public. | Michael Bien | 2011-06-19 | 1 | -1/+3 |
| | | | | | | | | | | | | - a CLResource will throw an Exception if released twice. | ||||
* | | | | 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 ;). |