summaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/demos/fractal/MultiDeviceFractal.java
Commit message (Collapse)AuthorAgeFilesLines
* changes due to package renaming in jocl.Michael Bien2010-04-121-486/+0
|
* modifications due to class movement in gluegen.Michael Bien2010-04-011-1/+1
|
* changes due to BufferFactory -> Buffers renaming in gluegen.Michael Bien2010-03-291-1/+1
|
* com.sun.opengl -> com.jogamp.opengl.Michael Bien2010-03-271-1/+1
|
* refactoring due to gluegen changes.Michael Bien2010-03-271-13/+20
| | | | - renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime.
* made sure to flush gl/cl pipelines correctly (-> fixed rare segmentation fault).Michael Bien2010-03-161-3/+4
|
* modifications due to API changes.Michael Bien2010-03-161-2/+2
|
* modifications due to api changes.Michael Bien2010-02-221-1/+1
|
* 32bit/CPU device compatibility and cleanup.Michael Bien2010-02-211-1/+1
|
* added single/double FP precision toggle.Michael Bien2010-02-011-37/+104
|
* glDeleteBuffers and other minor improvements.Michael Bien2010-02-011-10/+26
|
* added per GPU profiling stats.Michael Bien2010-01-291-8/+25
|
* Mandelbrot example uses now all available GPUs in parallel, parallelism ↵Michael Bien2010-01-291-0/+378
level is modifiable at runtime. Small modifications due to api changes.