summaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/CLPlatform.java
Commit message (Collapse)AuthorAgeFilesLines
* renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵Michael Bien2010-04-121-302/+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-3/+5
|
* refactoring due to gluegen changes.Michael Bien2010-03-271-1/+1
| | | | - renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime.
* even more utility methods and general awesomeness.Michael Bien2010-03-161-19/+38
|
* moved utilities to util package.Michael Bien2010-03-081-1/+2
| | | | several smaller improvements and doc fixes.
* code review, spell checks and scope.Michael Bien2010-02-241-1/+1
|
* code review. Fixed typos in javadoc and fixed some warnings.Michael Bien2010-02-241-5/+5
|
* several small refactorings, api and javadoc improvements.Michael Bien2010-02-221-2/+10
| | | | | 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-0/+6
|
* trivial bugfixes, typo and javadoc warning fixes.Michael Bien2010-02-011-2/+36
| | | | | | began to switch to gluegen's libloading infrastructure. added CL extensions accessors to CLPlatform. optimized isFooEnabled() methods for CLCommandQueue.
* implemented GL interop context creation on windows and mac.Michael Bien2010-01-261-0/+10
| | | | added more factory methods to CLGLContext.
* temporary dissabled non direct NIO binding for methods containing long[] ↵Michael Bien2010-01-191-18/+21
| | | | | | | | 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-9/+36
| | | | added CLImage, CLImage2d and CLImage3d.
* introduced CLSampler and CLEvent.Michael Bien2010-01-081-6/+9
| | | | | refactored code to use internal CLInfoAccessor utility where it makes sense. static imports.
* fixed gcc setup on mac.Michael Bien2009-12-021-1/+1
| | | | | updated native taglet toc url. fixed small bug in cl char[] -> String conversion.
* refactoring and more utility methods.Michael Bien2009-11-021-0/+32
|
* refactored JOCLTest into LowLevelBindingTest and HighLevelBindingTest.Michael Bien2009-10-201-3/+40
| | | | | moved listCLPlatforms() and getLowLevelBinding() from CLContext to CLPlatform. added method to create CLPrograms from InputStreams and updated test.
* initial import of CLCommandQueue.Michael Bien2009-10-191-7/+7
| | | | | updated JUnit test to test CLCommandQueue. cleand up project dependencies.
* initial import of CLBuffer and CLKernel.Michael Bien2009-10-191-1/+21
| | | | | added hashCode(), equals() and toString() methods. updated JUnit test to test new classes.
* initial import of CLProgram. Updated JUnit Test accordingly.Michael Bien2009-10-191-7/+4
|
* added utility methods and getters to CLPlatform, CLDevice and CLContext.Michael Bien2009-10-011-2/+9
| | | | adapted unit test.
* started with high level abstraction.Michael Bien2009-09-301-0/+96