summaryrefslogtreecommitdiffstats
path: root/test/com/mbien/opencl/LowLevelBindingTest.java
Commit message (Expand)AuthorAgeFilesLines
* renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp t...Michael Bien2010-04-121-368/+0
* modifications due to class movement in gluegen.Michael Bien2010-04-011-2/+2
* refactorings due to newly introduced Int64Buffer in gluegen.Michael Bien2010-03-301-1/+0
* changes due to BufferFactory -> Buffers renaming in gluegen.Michael Bien2010-03-291-1/+1
* refactoring due to gluegen changes.Michael Bien2010-03-271-3/+3
* moved utilities to util package.Michael Bien2010-03-081-5/+8
* fixed hudson build.Michael Bien2010-02-281-1/+2
* temporary dissabled non direct NIO binding for methods containing long[] sinc...Michael Bien2010-01-191-5/+6
* introduced CLMemory as superclass for all memory objects.Michael Bien2010-01-181-0/+1
* introduced CLEventList, an optimized nio collecton for storing CLEvents.Michael Bien2010-01-121-8/+7
* introduced CLGLContext, refactored dependencies, cleanup in opencl code.Michael Bien2010-01-021-20/+20
* fixed gcc setup on mac.Michael Bien2009-12-021-7/+8
* implemented clCreateContext(...) and updated Tests and high level binding.Michael Bien2009-10-251-3/+50
* utility methods and refactoring.Michael Bien2009-10-231-1/+1
* 32bit compatibility.Michael Bien2009-10-221-15/+15
* refactored JOCLTest into LowLevelBindingTest and HighLevelBindingTest.Michael Bien2009-10-201-0/+316