Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix copyright/author tagsedge | Sven Gothel | 2011-06-28 | 1 | -2/+2 |
| | |||||
* | Fix merge w/ latest mbien/edge | Sven Gothel | 2011-06-28 | 1 | -4/+4 |
|\ | |||||
| * | Synced w/ mbien's JOCL branch - Making it compatible w/ GlueGen again | Sven Gothel | 2011-05-18 | 1 | -1/+1 |
| | | |||||
| * | resolve conflicts | Sven Gothel | 2011-05-18 | 1 | -5/+10 |
| |\ | |||||
| * \ | Merge remote-tracking branch 'mbien/master' | Sven Gothel | 2011-05-01 | 1 | -20/+1 |
| |\ \ | |||||
| * | | | 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/+2 |
| | | | | | | | | | | | | - 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 | -26/+30 |
| | | | | |||||
* | | | | LLB refactoring. | Michael Bien | 2011-05-27 | 1 | -5/+6 |
| |_|/ |/| | | | | | | | | | | | | | | - split up CL into multiple sub interfaces - seperation is now feature wise - introdused llb package for low level classes | ||||
* | | | - CLGLBuffer size must now be specified when the buffer is created | Michael Bien | 2011-04-26 | 1 | -4/+9 |
| | | | | | | | | | | | | | | | - but can be updated later if required (gl lock is mandatory) - added VBO CLGL test - javadoc updates | ||||
* | | | switched from PointerBuffer to NativeSizeBuffer. | Michael Bien | 2011-04-23 | 1 | -3/+3 |
| |/ |/| | |||||
* | | reverted a3654a0b8a4e0c9e246aa04019bf1d5a09e7a28d | Michael Bien | 2011-04-20 | 1 | -3/+0 |
| | | |||||
* | | equals of CLMemory should also check the nio buffer. | Michael Bien | 2011-04-11 | 1 | -0/+3 |
| | | |||||
* | | using Buffers.sizeOfBufferElem(buffer) instead of old private implementation. | Michael Bien | 2011-04-10 | 1 | -20/+1 |
|/ | |||||
* | added getElementSize(). | Michael Bien | 2011-02-27 | 1 | -5/+25 |
| | |||||
* | paper work: license and file headers. | Michael Bien | 2010-11-26 | 1 | -0/+28 |
| | |||||
* | better toString() | Michael Bien | 2010-10-15 | 1 | -1/+1 |
| | |||||
* | CLMemObjectDestructorCallback for HLB and LLB. | Michael Bien | 2010-09-02 | 1 | -0/+13 |
| | |||||
* | finished CLSubBuffer, added junit testcase, perf improvements and cleanup. | Michael Bien | 2010-07-05 | 1 | -10/+24 |
| | | | | CLMemory methods contain now NIO infix for nio buffer specific queries and CL infix for memory object queries. | ||||
* | misc OpenCL 1.1 HLB updates. ImageFormats, getters, javadoc. | Michael Bien | 2010-07-04 | 1 | -0/+12 |
| | |||||
* | update due to changes in JDK7's ARM spec. | Michael Bien | 2010-07-03 | 1 | -5/+2 |
| | | | | | added AutoCloseable dummy for backwards compatibility (won't be loaded when used with JDK7) can be further improved as soon we have extension methods. | ||||
* | code review: improved exception messages to be more verbose whenever possible. | Michael Bien | 2010-04-15 | 1 | -2/+4 |
| | | | | began with CLKernel testcase. | ||||
* | renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵ | Michael Bien | 2010-04-12 | 1 | -0/+392 |
team player ;). |