Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | added single/double FP precision toggle. | Michael Bien | 2010-02-01 | 2 | -50/+124 | |
| | ||||||
* | 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 | 4 | -53/+137 | |
| | | | | | | level is modifiable at runtime. Small modifications due to api changes. | |||||
* | initial import of GL-CL Mandelbrot Set example. | Michael Bien | 2010-01-26 | 2 | -0/+338 | |
| | ||||||
* | updated GLCL sample. | Michael Bien | 2010-01-21 | 1 | -51/+54 | |
| | ||||||
* | updated demos due to api changes. | Michael Bien | 2010-01-18 | 1 | -12/+10 | |
| | ||||||
* | removed __ in opencl code, modified sample to use real GL-CL interoperability. | Michael Bien | 2010-01-02 | 3 | -52/+55 | |
| | ||||||
* | build is now ready to be used in hudson. | Michael Bien | 2009-12-01 | 5 | -23/+21 | |
| | | | | updated demos due to api changes. | |||||
* | changes due to api refactorings. | Michael Bien | 2009-11-06 | 1 | -12/+11 | |
| | ||||||
* | finished JOGL-JOCL interoperability demo. | Michael Bien | 2009-11-05 | 3 | -61/+88 | |
| | ||||||
* | initial import of JOGL-JOCL interoperability sample (WIP). | Michael Bien | 2009-10-27 | 3 | -0/+368 | |
| | ||||||
* | generified CLBuffer. | Michael Bien | 2009-10-27 | 1 | -3/+3 | |
| | ||||||
* | static imports. | Michael Bien | 2009-10-23 | 1 | -5/+5 | |
| | ||||||
* | cleanup | Michael Bien | 2009-10-22 | 2 | -23/+24 | |
| | ||||||
* | initial import of jocl-demos project. | Michael Bien | 2009-10-21 | 2 | -0/+109 | |
added first demo: HelloJOCL. |