Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | changes due to package renaming in jocl. | Michael Bien | 2010-04-12 | 1 | -486/+0 |
| | |||||
* | modifications due to class movement in gluegen. | Michael Bien | 2010-04-01 | 1 | -1/+1 |
| | |||||
* | changes due to BufferFactory -> Buffers renaming in gluegen. | Michael Bien | 2010-03-29 | 1 | -1/+1 |
| | |||||
* | com.sun.opengl -> com.jogamp.opengl. | Michael Bien | 2010-03-27 | 1 | -1/+1 |
| | |||||
* | refactoring due to gluegen changes. | Michael Bien | 2010-03-27 | 1 | -13/+20 |
| | | | | - renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime. | ||||
* | made sure to flush gl/cl pipelines correctly (-> fixed rare segmentation fault). | Michael Bien | 2010-03-16 | 1 | -3/+4 |
| | |||||
* | modifications due to API changes. | Michael Bien | 2010-03-16 | 1 | -2/+2 |
| | |||||
* | modifications due to api changes. | Michael Bien | 2010-02-22 | 1 | -1/+1 |
| | |||||
* | 32bit/CPU device compatibility and cleanup. | Michael Bien | 2010-02-21 | 1 | -1/+1 |
| | |||||
* | added single/double FP precision toggle. | Michael Bien | 2010-02-01 | 1 | -37/+104 |
| | |||||
* | glDeleteBuffers and other minor improvements. | Michael Bien | 2010-02-01 | 1 | -10/+26 |
| | |||||
* | added per GPU profiling stats. | Michael Bien | 2010-01-29 | 1 | -8/+25 |
| | |||||
* | Mandelbrot example uses now all available GPUs in parallel, parallelism ↵ | Michael Bien | 2010-01-29 | 1 | -0/+378 |
level is modifiable at runtime. Small modifications due to api changes. |