summaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/CLMemory.java
Commit message (Expand)AuthorAgeFilesLines
* renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp t...Michael Bien2010-04-121-392/+0
* modifications due to class movement in gluegen.Michael Bien2010-04-011-2/+2
* changes due to BufferFactory -> Buffers renaming in gluegen.Michael Bien2010-03-291-6/+6
* refactoring due to gluegen changes.Michael Bien2010-03-271-2/+2
* even more utility methods and general awesomeness.Michael Bien2010-03-161-2/+49
* moved generated CLGLI Interface into com.mbien.opencl.gl package.Michael Bien2010-03-081-1/+2
* introduced gl package and moved all interoperability functionality into it.Michael Bien2010-03-081-1/+5
* added put/setNullArg(int size) for setting NULL ranges as kernel argument to ...Michael Bien2010-03-011-1/+11
* introduced (package private) Disposable interface for forward compatiblility ...Michael Bien2010-02-281-0/+4
* removed .idea/workspace.xml from repo and updated .gitignore.Michael Bien2010-02-271-2/+2
* refactored CLGLBuffer into seperate OpenGL buffer and image types.Michael Bien2010-02-271-3/+48
* code review, spell checks and scope.Michael Bien2010-02-241-1/+1
* code review. Fixed typos in javadoc and fixed some warnings.Michael Bien2010-02-241-5/+7
* introduced CLObject as common superclass for all OpenCL objects.Michael Bien2010-02-221-12/+6
* several small refactorings, api and javadoc improvements.Michael Bien2010-02-221-0/+3
* fixed CLImage2d methods, range/offset buffers have now correct values for the...Michael Bien2010-02-191-2/+4
* added putCopyBufferToImage, putCopyImageToBuffer and putMap/UnmapBuffer opera...Michael Bien2010-02-181-3/+50
* added a few tests for event profiling and enums.Michael Bien2010-02-131-0/+2
* splitted CLImageFormat into CLImageFormat and (generated) CLImageFormatImpl.Michael Bien2010-01-291-19/+34
* moved all CLGL specific methods into CLGLBuffer.Michael Bien2010-01-211-0/+8
* introduced CLMemory as superclass for all memory objects.Michael Bien2010-01-181-0/+208