Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adapt to new version scheme, see GlueGen ↵v2.1.0v2.0.2-rc12v2.0.2v2.0-rc12 | Sven Gothel | 2013-03-29 | 2 | -8/+1 |
| | | | | a3f2ef50ad33c58a240a17fcf03e415d772207c3, etc | ||||
* | www/index.html: rename github.com/mbien -> github.com/JogAmp | Xerxes Rånby | 2013-03-06 | 1 | -3/+3 |
| | | | | Signed-off-by: Xerxes Rånby <[email protected]> | ||||
* | Fix new JOCL artifacts location ; Fix new jocl.jar locationv2.0-rc11 | Sven Gothel | 2012-08-25 | 2 | -3/+3 |
| | |||||
* | Adapt to JogAmp build infrastructure (get rid of 'dist' folder, drop jnlp ↵ | Sven Gothel | 2012-08-25 | 4 | -22/+20 |
| | | | | files in ./jnlp-files) ; Fix jnlp files (add jar/ prefix) | ||||
* | Adapt to JOGL changes 3ab518e90eb4cf82bcb8b990d337a5e4a531136b: Removed ↵ | Sven Gothel | 2012-08-18 | 3 | -6/+3 |
| | | | | deprecated GLProfile.initSingleton(boolean), use GLProfile.initSingleton() instead. | ||||
* | Adapt to gluegen commit 9a71703904ebfec343fb2c7266343d37a2e4c3dbv2.0-rc10 | Sven Gothel | 2012-06-26 | 1 | -2/+2 |
| | |||||
* | Fix Bug 516 (Determine Java Version) / See gluegen: ↵v2.0-rc9v2.0-rc8v2.0-rc7v2.0-rc6 | Sven Gothel | 2012-01-22 | 3 | -3/+14 |
| | | | | 64639b805a32338385421f168e12c1ef7f749d00 | ||||
* | Using JOGL's all pathv2.0-rc5v2.0-rc4v2.0-rc3 | Sven Gothel | 2011-08-22 | 1 | -9/+3 |
| | |||||
* | Sync w/ latest master | Sven Gothel | 2011-06-28 | 2 | -13/+5 |
| | |||||
* | Fix merge w/ latest mbien/master | Sven Gothel | 2011-06-28 | 4 | -2/+19 |
|\ | |||||
| * | implemented isReleased() | Michael Bien | 2011-06-19 | 2 | -0/+10 |
| | | |||||
| * | updated demos to latest jocl version | Michael Bien | 2011-04-26 | 2 | -7/+16 |
| | | |||||
| * | compatibility update to latest jocl. | Michael Bien | 2011-04-26 | 2 | -4/+6 |
| | | |||||
* | | Add eclipse proj. files | Sven Gothel | 2011-05-18 | 3 | -0/+48 |
| | | |||||
* | | sync with JOCL c6f97a2e6ea1d337f371152a2fee65ee1dd4c5d5 | Sven Gothel | 2011-05-18 | 2 | -12/+15 |
|/ | |||||
* | Merge branch 'master' of github.com:mbien/jocl-demos | Michael Bien | 2011-04-20 | 1 | -11/+22 |
|\ | |||||
| * | no relative path in archive since 7zip support was added.v2.0-rc2 | Michael Bien | 2011-02-27 | 1 | -2/+2 |
| | | |||||
| * | forgot to call jogamp.env.init. | Michael Bien | 2011-02-27 | 1 | -1/+1 |
| | | |||||
| * | build produces now additional 7z archives for jenkins if build.archiveon is set. | Michael Bien | 2011-02-26 | 1 | -10/+21 |
| | | |||||
* | | fixed compiler errors due to changes in public api. | Michael Bien | 2011-04-20 | 1 | -10/+5 |
|/ | |||||
* | added build.noarchive property. | Michael Bien | 2011-02-23 | 1 | -1/+3 |
| | |||||
* | improved HelloJOCL sample. | Michael Bien | 2011-02-12 | 1 | -47/+64 |
| | | | more comments, more printouts, try-finally best practice, max WGS agnostic | ||||
* | GLProfile.initSingleton(false) for webstart compatibility. | Michael Bien | 2011-02-07 | 3 | -3/+9 |
| | |||||
* | fixed typo in window title. | Michael Bien | 2011-02-07 | 1 | -3/+3 |
| | |||||
* | updated webpage (more demos, links etc). | Michael Bien | 2011-02-05 | 2 | -11/+28 |
| | | | project properties cleanup | ||||
* | - 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 |
| |