Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added CLInfo jnlp. | Michael Bien | 2010-09-09 | 1 | -0/+1 |
| | |||||
* | initial import of Michael Zucchi's port of Apples FFT example (RFE 408). | Michael Bien | 2010-08-31 | 1 | -0/+1 |
| | | | | | | small modifications: - pick CLPlatform with a GPU - replaced tabs with spaces :) | ||||
* | fixed resizing of fractal demo. | Michael Bien | 2010-06-06 | 1 | -1/+0 |
| | |||||
* | MultiDeviceFractal demo can now use devices with different FP precision in ↵ | Michael Bien | 2010-05-09 | 1 | -93/+98 |
| | | | | | | parallel. Added support for cl_amd_fp64. | ||||
* | run config for fractal demo. | Michael Bien | 2010-05-05 | 1 | -0/+1 |
| | |||||
* | using {path.seperator} for libpath. | Michael Bien | 2010-04-22 | 1 | -93/+93 |
| | |||||
* | fix nb project; set rootrel.build to 'build' in project.properties | Michael Bien | 2010-04-22 | 1 | -5/+7 |
| | |||||
* | Add the property rootrel.build (used in gluegen/jogl) | Sven Gothel | 2010-04-22 | 1 | -11/+11 |
| | |||||
* | changes due to package renaming in jocl. | Michael Bien | 2010-04-12 | 6 | -7/+7 |
| | |||||
* | moved bitonic sort into seperate package. | Michael Bien | 2010-03-01 | 1 | -1/+1 |
| | |||||
* | initial import of OpenCL RadixSort GPU example. | Michael Bien | 2010-03-01 | 1 | -0/+1 |
| | |||||
* | initial import of bitonic sort example. | Michael Bien | 2010-02-28 | 1 | -0/+1 |
| | |||||
* | initial import of David Bucciarelli's Julia3d demo ported to java using ↵ | Michael Bien | 2010-02-13 | 2 | -0/+2 |
| | | | | OpenCL and JOGL2. | ||||
* | added per GPU profiling stats. | Michael Bien | 2010-01-29 | 1 | -1/+1 |
| | |||||
* | initial import of GL-CL Mandelbrot Set example. | Michael Bien | 2010-01-26 | 2 | -1/+2 |
| | |||||
* | build is now ready to be used in hudson. | Michael Bien | 2009-12-01 | 1 | -11/+21 |
| | | | | updated demos due to api changes. | ||||
* | initial import of JOGL-JOCL interoperability sample (WIP). | Michael Bien | 2009-10-27 | 2 | -2/+14 |
| | |||||
* | initial import of jocl-demos project. | Michael Bien | 2009-10-21 | 4 | -0/+806 |
added first demo: HelloJOCL. |