aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/demos/hellojocl
Commit message (Collapse)AuthorAgeFilesLines
* changes due to package renaming in jocl.Michael Bien2010-04-122-106/+0
|
* 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 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-021-1/+1
|
* build is now ready to be used in hudson.Michael Bien2009-12-012-7/+6
| | | | updated demos due to api changes.
* changes due to api refactorings.Michael Bien2009-11-061-12/+11
|
* 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-212-0/+109
added first demo: HelloJOCL.