summaryrefslogtreecommitdiffstats
path: root/test/com/mbien/opencl/CLBufferTest.java
Commit message (Expand)AuthorAgeFilesLines
* renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp t...Michael Bien2010-04-121-149/+0
* 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
* 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
* fixed CLBufferTest.mapBufferTest() for non CPU contexts.Michael Bien2010-02-191-3/+18
* added putCopyBufferToImage, putCopyImageToBuffer and putMap/UnmapBuffer opera...Michael Bien2010-02-181-0/+40
* introduced CLMemory as superclass for all memory objects.Michael Bien2010-01-181-4/+4
* refactored HighLevelBindingTest into seperate tests.Michael Bien2010-01-131-0/+94