aboutsummaryrefslogtreecommitdiffstats
path: root/test/com/mbien/opencl/CLBufferTest.java
Commit message (Collapse)AuthorAgeFilesLines
* renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵Michael Bien2010-04-121-149/+0
| | | | team player ;).
* modifications due to class movement in gluegen.Michael Bien2010-04-011-2/+2
|
* modifications due to refactorings in gluegen and jogl.Michael Bien2010-03-291-2/+2
|
* changes due to BufferFactory -> Buffers renaming in gluegen.Michael Bien2010-03-291-1/+1
|
* forgot test (com.sun.opengl->com.jogamp.opengl).Michael Bien2010-03-271-1/+1
|
* refactoring due to gluegen changes.Michael Bien2010-03-271-1/+1
| | | | - renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime.
* code review, spell checks and scope.Michael Bien2010-02-241-4/+4
|
* several small refactorings, api and javadoc improvements.Michael Bien2010-02-221-6/+6
| | | | | added automatically generated specialized CLExceptions for each known OpenCL error. added get/set Properties to CLCommandQueue.
* fixed CLBufferTest.mapBufferTest() for non CPU contexts.Michael Bien2010-02-191-3/+18
|
* added putCopyBufferToImage, putCopyImageToBuffer and putMap/UnmapBuffer ↵Michael Bien2010-02-181-0/+40
| | | | | | operations to CLCommandQueue. added buffer mapping test to CLBufferTest.
* introduced CLMemory as superclass for all memory objects.Michael Bien2010-01-181-4/+4
| | | | added CLImage, CLImage2d and CLImage3d.
* refactored HighLevelBindingTest into seperate tests.Michael Bien2010-01-131-0/+94
added CLConcurrencyTest and fixed some bugs in CLEvent codepaths.