Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵ | Michael Bien | 2010-04-12 | 1 | -392/+0 |
| | | | | team player ;). | ||||
* | modifications due to class movement in gluegen. | Michael Bien | 2010-04-01 | 1 | -2/+2 |
| | |||||
* | changes due to BufferFactory -> Buffers renaming in gluegen. | Michael Bien | 2010-03-29 | 1 | -6/+6 |
| | |||||
* | refactoring due to gluegen changes. | Michael Bien | 2010-03-27 | 1 | -2/+2 |
| | | | | - renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime. | ||||
* | even more utility methods and general awesomeness. | Michael Bien | 2010-03-16 | 1 | -2/+49 |
| | |||||
* | moved generated CLGLI Interface into com.mbien.opencl.gl package. | Michael Bien | 2010-03-08 | 1 | -1/+2 |
| | |||||
* | introduced gl package and moved all interoperability functionality into it. | Michael Bien | 2010-03-08 | 1 | -1/+5 |
| | |||||
* | added put/setNullArg(int size) for setting NULL ranges as kernel argument to ↵ | Michael Bien | 2010-03-01 | 1 | -1/+11 |
| | | | | | | | CLKernel. added missing flush() to CLCommandQueue. added CLMemory.getCapacity() utility method. | ||||
* | introduced (package private) Disposable interface for forward compatiblility ↵ | Michael Bien | 2010-02-28 | 1 | -0/+4 |
| | | | | | | with JDK7's ARM blocks. CLResource extends Disposable. | ||||
* | removed .idea/workspace.xml from repo and updated .gitignore. | Michael Bien | 2010-02-27 | 1 | -2/+2 |
| | | | | updated intellij project files. | ||||
* | refactored CLGLBuffer into seperate OpenGL buffer and image types. | Michael Bien | 2010-02-27 | 1 | -3/+48 |
| | |||||
* | code review, spell checks and scope. | Michael Bien | 2010-02-24 | 1 | -1/+1 |
| | |||||
* | code review. Fixed typos in javadoc and fixed some warnings. | Michael Bien | 2010-02-24 | 1 | -5/+7 |
| | |||||
* | introduced CLObject as common superclass for all OpenCL objects. | Michael Bien | 2010-02-22 | 1 | -12/+6 |
| | |||||
* | several small refactorings, api and javadoc improvements. | Michael Bien | 2010-02-22 | 1 | -0/+3 |
| | | | | | added automatically generated specialized CLExceptions for each known OpenCL error. added get/set Properties to CLCommandQueue. | ||||
* | fixed CLImage2d methods, range/offset buffers have now correct values for ↵ | Michael Bien | 2010-02-19 | 1 | -2/+4 |
| | | | | | | the third element. javadoc fixes and two more factory methods for CLGLBuffer. | ||||
* | added putCopyBufferToImage, putCopyImageToBuffer and putMap/UnmapBuffer ↵ | Michael Bien | 2010-02-18 | 1 | -3/+50 |
| | | | | | | operations to CLCommandQueue. added buffer mapping test to CLBufferTest. | ||||
* | added a few tests for event profiling and enums. | Michael Bien | 2010-02-13 | 1 | -0/+2 |
| | | | | fixed bug in LocalMemType and Mem enum valueOf(int foo) methods. | ||||
* | splitted CLImageFormat into CLImageFormat and (generated) CLImageFormatImpl. | Michael Bien | 2010-01-29 | 1 | -19/+34 |
| | | | | | refactored CLProgram kernel creation code. updated tests. | ||||
* | moved all CLGL specific methods into CLGLBuffer. | Michael Bien | 2010-01-21 | 1 | -0/+8 |
| | |||||
* | introduced CLMemory as superclass for all memory objects. | Michael Bien | 2010-01-18 | 1 | -0/+208 |
added CLImage, CLImage2d and CLImage3d. |