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 | -368/+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 | -1/+0 |
| | |||||
* | changes due to BufferFactory -> Buffers renaming in gluegen. | Michael Bien | 2010-03-29 | 1 | -1/+1 |
| | |||||
* | refactoring due to gluegen changes. | Michael Bien | 2010-03-27 | 1 | -3/+3 |
| | | | | - renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime. | ||||
* | moved utilities to util package. | Michael Bien | 2010-03-08 | 1 | -5/+8 |
| | | | | several smaller improvements and doc fixes. | ||||
* | fixed hudson build. | Michael Bien | 2010-02-28 | 1 | -1/+2 |
| | |||||
* | temporary dissabled non direct NIO binding for methods containing long[] ↵ | Michael Bien | 2010-01-19 | 1 | -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 Bien | 2010-01-18 | 1 | -0/+1 |
| | | | | added CLImage, CLImage2d and CLImage3d. | ||||
* | introduced CLEventList, an optimized nio collecton for storing CLEvents. | Michael Bien | 2010-01-12 | 1 | -8/+7 |
| | | | | | | added hashCode() and equals() to CLEvent. CLEvent support in CLCommandQueue. Several NIO optimizations. | ||||
* | introduced CLGLContext, refactored dependencies, cleanup in opencl code. | Michael Bien | 2010-01-02 | 1 | -20/+20 |
| | |||||
* | fixed gcc setup on mac. | Michael Bien | 2009-12-02 | 1 | -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 Bien | 2009-10-25 | 1 | -3/+50 |
| | |||||
* | utility methods and refactoring. | Michael Bien | 2009-10-23 | 1 | -1/+1 |
| | |||||
* | 32bit compatibility. | Michael Bien | 2009-10-22 | 1 | -15/+15 |
| | |||||
* | refactored JOCLTest into LowLevelBindingTest and HighLevelBindingTest. | Michael Bien | 2009-10-20 | 1 | -0/+316 |
moved listCLPlatforms() and getLowLevelBinding() from CLContext to CLPlatform. added method to create CLPrograms from InputStreams and updated test. |