Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - fixed bug in julia3d demo when epsilon is 0 | Michael Bien | 2011-02-04 | 3 | -27/+39 |
| | | | | - better device choice - cleanup | ||||
* | new simple gamma correction OpenCL example featuring lenna. | Michael Bien | 2011-02-03 | 5 | -0/+196 |
| | |||||
* | configurable jnlp codebases. | Michael Bien | 2011-02-03 | 2 | -6/+15 |
| | |||||
* | Unique ZIP archive name | Sven Gothel | 2010-12-19 | 2 | -2/+15 |
| | |||||
* | ZIP: add www folder | Sven Gothel | 2010-11-29 | 1 | -0/+1 |
| | |||||
* | Comply with JogAmp artifacts build properties and ZIP file; Keep jnlp files ↵ | Sven Gothel | 2010-11-29 | 2 | -6/+31 |
| | | | | unresolved | ||||
* | CLInfo demo prints now lib versioning info additional to the CL properties. | Michael Bien | 2010-11-21 | 1 | -2/+7 |
| | |||||
* | propper shutdown in MultiDeviceFractal demo. | Michael Bien | 2010-11-21 | 1 | -1/+17 |
| | |||||
* | changes due to modifications in jogl | Michael Bien | 2010-10-15 | 3 | -6/+7 |
| | |||||
* | BandwidthBenchmark fixes and code cleanup. | Michael Bien | 2010-09-17 | 3 | -31/+64 |
| | |||||
* | added bandwidth benchmark. | Michael Bien | 2010-09-16 | 2 | -0/+457 |
| | |||||
* | fixed bugs | Michael Bien | 2010-09-12 | 1 | -4/+1 |
| | | | | | - released kernels where used - releasing a programm using HLB already releases all kernels, don't do it twice | ||||
* | initial import of demos www page. | Michael Bien | 2010-09-10 | 1 | -0/+73 |
| | |||||
* | exception reporter for CLInfo. | Michael Bien | 2010-09-10 | 4 | -1/+314 |
| | |||||
* | added CLInfo jnlp. | Michael Bien | 2010-09-09 | 3 | -3/+19 |
| | |||||
* | 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. | ||||
* | | updated jnlp urls | Michael Bien | 2010-08-31 | 1 | -6/+6 |
| | | |||||
* | | initial import of Michael Zucchi's port of Apples FFT example (RFE 408). | Michael Bien | 2010-08-31 | 5 | -0/+2613 |
|/ | | | | | | small modifications: - pick CLPlatform with a GPU - replaced tabs with spaces :) | ||||
* | fixed artifact.properties. | Michael Bien | 2010-07-28 | 1 | -1/+3 |
| | |||||
* | added tag.build ant target to document build dependencies. | Michael Bien | 2010-07-24 | 1 | -1/+8 |
| | |||||
* | modifications due to API changes in JOCL. | Michael Bien | 2010-07-05 | 2 | -2/+2 |
| | |||||
* | added readme. | Michael Bien | 2010-06-22 | 1 | -0/+35 |
| | |||||
* | 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 | 2 | -8/+9 |
| | |||||
* | MultiDeviceFractal demo can now use devices with different FP precision in ↵ | Michael Bien | 2010-05-09 | 3 | -116/+166 |
| | | | | | | parallel. Added support for cl_amd_fp64. | ||||
* | build jnlp files for demos. | Michael Bien | 2010-05-05 | 2 | -68/+60 |
| | |||||
* | run config for fractal demo. | Michael Bien | 2010-05-05 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' of github.com:mbien/jocl-demos | Michael Bien | 2010-05-02 | 3 | -92/+105 |
|\ | |||||
| * | using {path.seperator} for libpath. | Michael Bien | 2010-04-22 | 1 | -93/+93 |
| | | |||||
| * | Quick test/fix for GL/CL shared memory devices | Sven Gothel | 2010-04-22 | 1 | -1/+4 |
| | | |||||
| * | 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 | 2 | -11/+19 |
| | | |||||
* | | 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 | 36 | -157/+127 |
| | |||||
* | 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. | ||||
* | added intelliJ module file. | Michael Bien | 2010-04-08 | 1 | -0/+18 |
| | |||||
* | 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 | 3 | -4/+4 |
| | |||||
* | 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 | 6 | -0/+985 |
| | |||||
* | initial import of bitonic sort example. | Michael Bien | 2010-02-28 | 3 | -0/+462 |
| |