Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵ | Michael Bien | 2010-04-12 | 1 | -302/+0 |
| | | | | team player ;). | ||||
* | modifications due to class movement in gluegen. | Michael Bien | 2010-04-01 | 1 | -2/+2 |
| | |||||
* | refactorings due to newly introduced Int64Buffer in gluegen. | Michael Bien | 2010-03-30 | 1 | -3/+5 |
| | |||||
* | refactoring due to gluegen changes. | Michael Bien | 2010-03-27 | 1 | -1/+1 |
| | | | | - renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime. | ||||
* | even more utility methods and general awesomeness. | Michael Bien | 2010-03-16 | 1 | -19/+38 |
| | |||||
* | moved utilities to util package. | Michael Bien | 2010-03-08 | 1 | -1/+2 |
| | | | | several smaller improvements and doc fixes. | ||||
* | code review, spell checks and scope. | Michael Bien | 2010-02-24 | 1 | -1/+1 |
| | |||||
* | code review. Fixed typos in javadoc and fixed some warnings. | Michael Bien | 2010-02-24 | 1 | -5/+5 |
| | |||||
* | several small refactorings, api and javadoc improvements. | Michael Bien | 2010-02-22 | 1 | -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 Bien | 2010-02-19 | 1 | -0/+6 |
| | |||||
* | trivial bugfixes, typo and javadoc warning fixes. | Michael Bien | 2010-02-01 | 1 | -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 Bien | 2010-01-26 | 1 | -0/+10 |
| | | | | added more factory methods to CLGLContext. | ||||
* | temporary dissabled non direct NIO binding for methods containing long[] ↵ | Michael Bien | 2010-01-19 | 1 | -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 Bien | 2010-01-18 | 1 | -9/+36 |
| | | | | added CLImage, CLImage2d and CLImage3d. | ||||
* | introduced CLSampler and CLEvent. | Michael Bien | 2010-01-08 | 1 | -6/+9 |
| | | | | | refactored code to use internal CLInfoAccessor utility where it makes sense. static imports. | ||||
* | fixed gcc setup on mac. | Michael Bien | 2009-12-02 | 1 | -1/+1 |
| | | | | | updated native taglet toc url. fixed small bug in cl char[] -> String conversion. | ||||
* | refactoring and more utility methods. | Michael Bien | 2009-11-02 | 1 | -0/+32 |
| | |||||
* | refactored JOCLTest into LowLevelBindingTest and HighLevelBindingTest. | Michael Bien | 2009-10-20 | 1 | -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 Bien | 2009-10-19 | 1 | -7/+7 |
| | | | | | updated JUnit test to test CLCommandQueue. cleand up project dependencies. | ||||
* | initial import of CLBuffer and CLKernel. | Michael Bien | 2009-10-19 | 1 | -1/+21 |
| | | | | | added hashCode(), equals() and toString() methods. updated JUnit test to test new classes. | ||||
* | initial import of CLProgram. Updated JUnit Test accordingly. | Michael Bien | 2009-10-19 | 1 | -7/+4 |
| | |||||
* | added utility methods and getters to CLPlatform, CLDevice and CLContext. | Michael Bien | 2009-10-01 | 1 | -2/+9 |
| | | | | adapted unit test. | ||||
* | started with high level abstraction. | Michael Bien | 2009-09-30 | 1 | -0/+96 |