summaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/demos/joglinterop
Commit message (Collapse)AuthorAgeFilesLines
* changes due to package renaming in jocl.Michael Bien2010-04-123-403/+0
|
* changes to maintain compatibility with Nvidia 195.36.15 drivers.Michael Bien2010-04-121-27/+42
| | | | GL interoperability in SLI mode does not work anymore.
* modifications due to class movement in gluegen.Michael Bien2010-04-011-1/+1
|
* modifications due to refactorings in gluegen and jogl.Michael Bien2010-03-291-1/+1
|
* com.sun.opengl -> com.jogamp.opengl.Michael Bien2010-03-271-2/+2
|
* made sure to flush gl/cl pipelines correctly (-> fixed rare segmentation fault).Michael Bien2010-03-161-4/+5
|
* modifications due to API changes.Michael Bien2010-03-161-2/+2
|
* 32bit/CPU device compatibility and cleanup.Michael Bien2010-02-211-1/+1
|
* initial import of David Bucciarelli's Julia3d demo ported to java using ↵Michael Bien2010-02-131-14/+1
| | | | OpenCL and JOGL2.
* Mandelbrot example uses now all available GPUs in parallel, parallelism ↵Michael Bien2010-01-291-1/+1
| | | | | | level is modifiable at runtime. Small modifications due to api changes.
* updated GLCL sample.Michael Bien2010-01-211-51/+54
|
* removed __ in opencl code, modified sample to use real GL-CL interoperability.Michael Bien2010-01-022-51/+54
|
* build is now ready to be used in hudson.Michael Bien2009-12-013-16/+15
| | | | updated demos due to api changes.
* finished JOGL-JOCL interoperability demo.Michael Bien2009-11-053-61/+88
|
* initial import of JOGL-JOCL interoperability sample (WIP).Michael Bien2009-10-273-0/+368