aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/jogamp/opencl/demos/bandwidth/BandwidthBenchmark.java
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a variety of compilation and runtime errorsWade Walker2015-07-061-12/+12
| | | | | | | 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
* fixed compiler errors due to changes in public api.Michael Bien2011-04-201-10/+5
|
* BandwidthBenchmark fixes and code cleanup.Michael Bien2010-09-171-28/+61
|
* added bandwidth benchmark.Michael Bien2010-09-161-0/+456