summaryrefslogtreecommitdiffstats
path: root/test/com/mbien/opencl/LowLevelBindingTest.java
Commit message (Collapse)AuthorAgeFilesLines
* renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵Michael Bien2010-04-121-368/+0
| | | | team player ;).
* 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
| | | | - renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime.
* moved utilities to util package.Michael Bien2010-03-081-5/+8
| | | | several smaller improvements and doc fixes.
* fixed hudson build.Michael Bien2010-02-281-1/+2
|
* temporary dissabled non direct NIO binding for methods containing long[] ↵Michael Bien2010-01-191-5/+6
| | | | | | | | since its broken on 32bit systems. refactored high level binding to use direct NIO exclusively. temporary dissabled low level binding junit tests. green bar on 32 and 64 bit systems.
* introduced CLMemory as superclass for all memory objects.Michael Bien2010-01-181-0/+1
| | | | added CLImage, CLImage2d and CLImage3d.
* introduced CLEventList, an optimized nio collecton for storing CLEvents.Michael Bien2010-01-121-8/+7
| | | | | | added hashCode() and equals() to CLEvent. CLEvent support in CLCommandQueue. Several NIO optimizations.
* 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
| | | | | updated native taglet toc url. fixed small bug in cl char[] -> String conversion.
* 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
moved listCLPlatforms() and getLowLevelBinding() from CLContext to CLPlatform. added method to create CLPrograms from InputStreams and updated test.