summaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Collapse)AuthorAgeFilesLines
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* ; Add ↵v2.3.1v2.3.0Sven Gothel2015-02-036-37/+37
| | | | javadoc arg (GlueGen property 'javadoc.xarg1') '-Xdoclint:none' if java >= 1.8
* Adapt to JOGL HiDPI (Bug 741) changes up-to commit ↵v2.2.4v2.2.3v2.2.2v2.2.1v2.2.0b22xSven Gothel2014-05-271-9/+9
| | | | bcda2dad1a6569ffd4eba07b231d50fdafc60b7f
* CLInfo: Use JoclVersionv2.1.5v2.1.4Sven Gothel2014-01-261-74/+5
|
* Adapt to JOGL changes 3ab518e90eb4cf82bcb8b990d337a5e4a531136b: Removed ↵Sven Gothel2012-08-183-6/+3
| | | | deprecated GLProfile.initSingleton(boolean), use GLProfile.initSingleton() instead.
* Sync w/ latest masterSven Gothel2011-06-282-13/+5
|
* Fix merge w/ latest mbien/masterSven Gothel2011-06-284-2/+19
|\
| * implemented isReleased()Michael Bien2011-06-192-0/+10
| |
| * updated demos to latest jocl versionMichael Bien2011-04-262-7/+16
| |
| * compatibility update to latest jocl.Michael Bien2011-04-262-4/+6
| |
* | sync with JOCL c6f97a2e6ea1d337f371152a2fee65ee1dd4c5d5Sven Gothel2011-05-182-12/+15
|/
* fixed compiler errors due to changes in public api.Michael Bien2011-04-201-10/+5
|
* improved HelloJOCL sample.Michael Bien2011-02-121-47/+64
| | | more comments, more printouts, try-finally best practice, max WGS agnostic
* GLProfile.initSingleton(false) for webstart compatibility.Michael Bien2011-02-073-3/+9
|
* fixed typo in window title.Michael Bien2011-02-071-3/+3
|
* - fixed bug in julia3d demo when epsilon is 0Michael Bien2011-02-043-27/+39
| | | | - better device choice - cleanup
* new simple gamma correction OpenCL example featuring lenna.Michael Bien2011-02-033-0/+188
|
* CLInfo demo prints now lib versioning info additional to the CL properties.Michael Bien2010-11-211-2/+7
|
* propper shutdown in MultiDeviceFractal demo.Michael Bien2010-11-211-1/+17
|
* changes due to modifications in joglMichael Bien2010-10-153-6/+7
|
* BandwidthBenchmark fixes and code cleanup.Michael Bien2010-09-171-28/+61
|
* added bandwidth benchmark.Michael Bien2010-09-161-0/+456
|
* 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
* exception reporter for CLInfo.Michael Bien2010-09-104-1/+314
|
* 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.
* | initial import of Michael Zucchi's port of Apples FFT example (RFE 408).Michael Bien2010-08-314-0/+2612
|/ | | | | | small modifications: - pick CLPlatform with a GPU - replaced tabs with spaces :)
* modifications due to API changes in JOCL.Michael Bien2010-07-052-2/+2
|
* 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-061-7/+9
|
* MultiDeviceFractal demo can now use devices with different FP precision in ↵Michael Bien2010-05-092-23/+68
| | | | | | parallel. Added support for cl_amd_fp64.
* Merge branch 'master' of github.com:mbien/jocl-demosMichael Bien2010-05-021-1/+4
|\
| * Quick test/fix for GL/CL shared memory devicesSven Gothel2010-04-221-1/+4
| |
* | 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-1230-150/+120
|
* 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.
* 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-012-3/+3
|
* 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-015-0/+984
|
* initial import of bitonic sort example.Michael Bien2010-02-282-0/+461
|
* modifications due to api changes.Michael Bien2010-02-221-1/+1
|
* 32bit/CPU device compatibility and cleanup.Michael Bien2010-02-216-27/+27
|