summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fixed bugsMichael Bien2010-09-121-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 Bien2010-09-101-0/+73
|
* exception reporter for CLInfo.Michael Bien2010-09-104-1/+314
|
* added CLInfo jnlp.Michael Bien2010-09-093-3/+19
|
* initial import of GLInfo html demo.Michael Bien2010-09-071-0/+108
|
* Merge branch 'master' of github.com:mbien/jocl-demosMichael Bien2010-08-312-10/+10
|\
| * removed static function qualifiers from julia set kernels since AMD SDK 2.2 ↵Michael Bien2010-08-122-10/+10
| | | | | | | | compiler doesn't like them.
* | updated jnlp urlsMichael Bien2010-08-311-6/+6
| |
* | initial import of Michael Zucchi's port of Apples FFT example (RFE 408).Michael Bien2010-08-315-0/+2613
|/ | | | | | small modifications: - pick CLPlatform with a GPU - replaced tabs with spaces :)
* fixed artifact.properties.Michael Bien2010-07-281-1/+3
|
* added tag.build ant target to document build dependencies.Michael Bien2010-07-241-1/+8
|
* modifications due to API changes in JOCL.Michael Bien2010-07-052-2/+2
|
* added readme.Michael Bien2010-06-221-0/+35
|
* added GLProfile.initSingleton() to GL-CL demos (see JOGL Multithreading doc).Michael Bien2010-06-163-3/+12
|
* fixed resizing of fractal demo.Michael Bien2010-06-062-8/+9
|
* MultiDeviceFractal demo can now use devices with different FP precision in ↵Michael Bien2010-05-093-116/+166
| | | | | | parallel. Added support for cl_amd_fp64.
* build jnlp files for demos.Michael Bien2010-05-052-68/+60
|
* run config for fractal demo.Michael Bien2010-05-051-0/+1
|
* Merge branch 'master' of github.com:mbien/jocl-demosMichael Bien2010-05-023-92/+105
|\
| * using {path.seperator} for libpath.Michael Bien2010-04-221-93/+93
| |
| * Quick test/fix for GL/CL shared memory devicesSven Gothel2010-04-221-1/+4
| |
| * fix nb project; set rootrel.build to 'build' in project.propertiesMichael Bien2010-04-221-5/+7
| |
| * Add the property rootrel.build (used in gluegen/jogl)Sven Gothel2010-04-222-11/+19
| |
* | MultiDeviceFractal is now... multi device again.Michael Bien2010-05-013-16/+42
|/ | | | | Julia3d + AMD: Fixed segfault on exit. minor misc improvements.
* changes due to package renaming in jocl.Michael Bien2010-04-1236-157/+127
|
* cleaned up benchmark, added queue.finish() and more iterations for better ↵Michael Bien2010-04-121-8/+15
| | | | results.
* changes to maintain compatibility with Nvidia 195.36.15 drivers.Michael Bien2010-04-121-27/+42
| | | | GL interoperability in SLI mode does not work anymore.
* added intelliJ module file.Michael Bien2010-04-081-0/+18
|
* modifications due to class movement in gluegen.Michael Bien2010-04-017-7/+363
|
* modifications due to refactorings in gluegen and jogl.Michael Bien2010-03-292-3/+3
|
* changes due to BufferFactory -> Buffers renaming in gluegen.Michael Bien2010-03-294-4/+4
|
* com.sun.opengl -> com.jogamp.opengl.Michael Bien2010-03-273-5/+5
|
* refactoring due to gluegen changes.Michael Bien2010-03-2710-22/+29
| | | | - renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime.
* made sure to flush gl/cl pipelines correctly (-> fixed rare segmentation fault).Michael Bien2010-03-162-7/+9
|
* modifications due to API changes.Michael Bien2010-03-164-6/+489
|
* moved bitonic sort into seperate package.Michael Bien2010-03-013-4/+4
|
* cleaned up bitonic sort sample and removed sort payload for simplicity ↵Michael Bien2010-03-012-124/+78
| | | | (value of the key-value pair wasn't used anyway).
* initial import of OpenCL RadixSort GPU example.Michael Bien2010-03-016-0/+985
|
* initial import of bitonic sort example.Michael Bien2010-02-283-0/+462
|
* modifications due to api changes.Michael Bien2010-02-221-1/+1
|
* 32bit/CPU device compatibility and cleanup.Michael Bien2010-02-216-27/+27
|
* initial import of David Bucciarelli's Julia3d demo ported to java using ↵Michael Bien2010-02-1317-14/+1664
| | | | OpenCL and JOGL2.
* added single/double FP precision toggle.Michael Bien2010-02-012-50/+124
|
* glDeleteBuffers and other minor improvements.Michael Bien2010-02-011-10/+26
|
* added per GPU profiling stats.Michael Bien2010-01-292-9/+26
|
* Mandelbrot example uses now all available GPUs in parallel, parallelism ↵Michael Bien2010-01-294-53/+137
| | | | | | level is modifiable at runtime. Small modifications due to api changes.
* initial import of GL-CL Mandelbrot Set example.Michael Bien2010-01-264-1/+340
|
* updated GLCL sample.Michael Bien2010-01-211-51/+54
|
* 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-023-52/+55
|