Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | exception reporter for CLInfo. | Michael Bien | 2010-09-10 | 4 | -1/+314 |
| | |||||
* | initial import of GLInfo html demo. | Michael Bien | 2010-09-07 | 1 | -0/+108 |
| | |||||
* | Merge branch 'master' of github.com:mbien/jocl-demos | Michael Bien | 2010-08-31 | 2 | -10/+10 |
|\ | |||||
| * | removed static function qualifiers from julia set kernels since AMD SDK 2.2 ↵ | Michael Bien | 2010-08-12 | 2 | -10/+10 |
| | | | | | | | | compiler doesn't like them. | ||||
* | | initial import of Michael Zucchi's port of Apples FFT example (RFE 408). | Michael Bien | 2010-08-31 | 4 | -0/+2612 |
|/ | | | | | | small modifications: - pick CLPlatform with a GPU - replaced tabs with spaces :) | ||||
* | modifications due to API changes in JOCL. | Michael Bien | 2010-07-05 | 2 | -2/+2 |
| | |||||
* | added GLProfile.initSingleton() to GL-CL demos (see JOGL Multithreading doc). | Michael Bien | 2010-06-16 | 3 | -3/+12 |
| | |||||
* | fixed resizing of fractal demo. | Michael Bien | 2010-06-06 | 1 | -7/+9 |
| | |||||
* | MultiDeviceFractal demo can now use devices with different FP precision in ↵ | Michael Bien | 2010-05-09 | 2 | -23/+68 |
| | | | | | | parallel. Added support for cl_amd_fp64. | ||||
* | Merge branch 'master' of github.com:mbien/jocl-demos | Michael Bien | 2010-05-02 | 1 | -1/+4 |
|\ | |||||
| * | Quick test/fix for GL/CL shared memory devices | Sven Gothel | 2010-04-22 | 1 | -1/+4 |
| | | |||||
* | | MultiDeviceFractal is now... multi device again. | Michael Bien | 2010-05-01 | 3 | -16/+42 |
|/ | | | | | Julia3d + AMD: Fixed segfault on exit. minor misc improvements. | ||||
* | changes due to package renaming in jocl. | Michael Bien | 2010-04-12 | 30 | -150/+120 |
| | |||||
* | cleaned up benchmark, added queue.finish() and more iterations for better ↵ | Michael Bien | 2010-04-12 | 1 | -8/+15 |
| | | | | results. | ||||
* | changes to maintain compatibility with Nvidia 195.36.15 drivers. | Michael Bien | 2010-04-12 | 1 | -27/+42 |
| | | | | GL interoperability in SLI mode does not work anymore. | ||||
* | modifications due to class movement in gluegen. | Michael Bien | 2010-04-01 | 7 | -7/+363 |
| | |||||
* | modifications due to refactorings in gluegen and jogl. | Michael Bien | 2010-03-29 | 2 | -3/+3 |
| | |||||
* | changes due to BufferFactory -> Buffers renaming in gluegen. | Michael Bien | 2010-03-29 | 4 | -4/+4 |
| | |||||
* | com.sun.opengl -> com.jogamp.opengl. | Michael Bien | 2010-03-27 | 3 | -5/+5 |
| | |||||
* | refactoring due to gluegen changes. | Michael Bien | 2010-03-27 | 10 | -22/+29 |
| | | | | - renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime. | ||||
* | made sure to flush gl/cl pipelines correctly (-> fixed rare segmentation fault). | Michael Bien | 2010-03-16 | 2 | -7/+9 |
| | |||||
* | modifications due to API changes. | Michael Bien | 2010-03-16 | 4 | -6/+489 |
| | |||||
* | moved bitonic sort into seperate package. | Michael Bien | 2010-03-01 | 2 | -3/+3 |
| | |||||
* | cleaned up bitonic sort sample and removed sort payload for simplicity ↵ | Michael Bien | 2010-03-01 | 2 | -124/+78 |
| | | | | (value of the key-value pair wasn't used anyway). | ||||
* | initial import of OpenCL RadixSort GPU example. | Michael Bien | 2010-03-01 | 5 | -0/+984 |
| | |||||
* | initial import of bitonic sort example. | Michael Bien | 2010-02-28 | 2 | -0/+461 |
| | |||||
* | modifications due to api changes. | Michael Bien | 2010-02-22 | 1 | -1/+1 |
| | |||||
* | 32bit/CPU device compatibility and cleanup. | Michael Bien | 2010-02-21 | 6 | -27/+27 |
| | |||||
* | initial import of David Bucciarelli's Julia3d demo ported to java using ↵ | Michael Bien | 2010-02-13 | 15 | -14/+1662 |
| | | | | OpenCL and JOGL2. | ||||
* | 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. |