aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* glDeleteBuffers and other minor improvements.Michael Bien2010-02-011-10/+26
|
* added per GPU profiling stats.Michael Bien2010-01-292-9/+26
|
* Mandelbrot example uses now all available GPUs in parallel, parallelism ↵Michael Bien2010-01-294-53/+137
| | | | | | level is modifiable at runtime. Small modifications due to api changes.
* initial import of GL-CL Mandelbrot Set example.Michael Bien2010-01-264-1/+340
|
* updated GLCL sample.Michael Bien2010-01-211-51/+54
|
* updated demos due to api changes.Michael Bien2010-01-181-12/+10
|
* removed __ in opencl code, modified sample to use real GL-CL interoperability.Michael Bien2010-01-023-52/+55
|
* build is now ready to be used in hudson.Michael Bien2009-12-016-34/+42
| | | | updated demos due to api changes.
* changes due to api refactorings.Michael Bien2009-11-061-12/+11
|
* finished JOGL-JOCL interoperability demo.Michael Bien2009-11-053-61/+88
|
* initial import of JOGL-JOCL interoperability sample (WIP).Michael Bien2009-10-275-2/+382
|
* generified CLBuffer.Michael Bien2009-10-271-3/+3
|
* static imports.Michael Bien2009-10-231-5/+5
|
* cleanupMichael Bien2009-10-222-23/+24
|
* initial import of jocl-demos project.Michael Bien2009-10-219-0/+997
added first demo: HelloJOCL.