Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix radix sort on Macv2.3.2rc | Wade Walker | 2015-07-06 | 2 | -16/+23 |
| | | | | | | | | Fixes a __local variable which must be declared at __kernel function scope (only the Mac complains about this, but it seems to be that way in the spec too). Has the nice effect of removing a Mac-specific ifdef from the kernel code which wasn't being used correctly. Also added some code to check allowed work group sizes. | ||||
* | Add debug build targets to match those in gluegen and jogl | Wade Walker | 2015-07-06 | 4 | -13/+16 |
| | |||||
* | Fixed a variety of compilation and runtime errors | Wade Walker | 2015-07-06 | 21 | -184/+221 |
| | | | | | | | Fixed package change from javax.media to com.jogamp; fixed problems with generics; fixed dead-code and similar warnings; fixed problem with struct accessor on Julia3d using element offsets where it should have used byte offsets; updated Eclipse project files | ||||
* | Fix Eclipse build and Ant makefile | Wade Walker | 2015-07-06 | 3 | -4/+9 |
| | | | | | Added proper targets to the Eclipse build. Fixed the Ant makefile so it works for paths with spaces in them. | ||||
* | Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* ; Add ↵v2.3.1v2.3.0 | Sven Gothel | 2015-02-03 | 7 | -37/+38 |
| | | | | 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.0b22x | Sven Gothel | 2014-05-27 | 1 | -9/+9 |
| | | | | bcda2dad1a6569ffd4eba07b231d50fdafc60b7f | ||||
* | CLInfo: Use JoclVersionv2.1.5v2.1.4 | Sven Gothel | 2014-01-26 | 1 | -74/+5 |
| | |||||
* | Jar Manifest: Add empty line before EOF (otherwise last line is cut-off - ↵ | Sven Gothel | 2014-01-23 | 1 | -0/+3 |
| | | | | duh), add 'Permissions: sandbox' and 'Application-Library-Allowable-Codebase: *' | ||||
* | Bug 881 - Add 'Application-Name' in Jar's manifest to avoid Java6 NPEs ..v2.1.3v2.1.2 | Sven Gothel | 2013-11-01 | 1 | -2/+5 |
| | |||||
* | classpath: use ant build jocl.jar | Sven Gothel | 2013-11-01 | 1 | -5/+1 |
| | |||||
* | test script .. | Sven Gothel | 2013-11-01 | 1 | -0/+13 |
| | |||||
* | Scripts/README: Add note on how to start a single demov2.1.1 | Sven Gothel | 2013-10-12 | 2 | -0/+11 |
| | |||||
* | 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 |
| |