summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks
Commit message (Collapse)AuthorAgeFilesLines
* Add benchmarks for testing overhead of C++ wrappers.Rhys Weatherley2010-06-245-1/+255
|
* Remove the QCL namespaceRhys Weatherley2010-04-042-12/+12
| | | | | There was only one enum in the QCL namespace and it more properly belongs in QCLMemoryObject.
* Make it possible to build without a -developer-build version of Qt.Rhys Weatherley2010-04-031-2/+2
|
* Add missing Copyright headers.Rhys Weatherley2010-03-246-0/+246
|
* Qt3D -> QtOpenCL in demos, examples, docs, and tests.Rhys Weatherley2010-03-245-5/+5
|
* Use new QCLImage2D::drawImage apiJulian de Bhal2010-02-251-3/+1
|
* Fix warningsJulian de Bhal2010-02-241-1/+1
|
* Add animated blurs to opencl benchmarkJulian de Bhal2010-02-241-15/+108
|
* Qt/openCL animated blur benchmark (unoptimized)Julian de Bhal2010-02-243-25/+82
|
* Paint blurred image correctly in opencl benchmarkJulian de Bhal2010-02-231-15/+32
|
* Set the local work size for blur to 8x8 to improve performance.Rhys Weatherley2010-02-232-3/+34
|
* Static Blur benchmark - opencl vs pixmapfilters vs graphicsviewJulian de Bhal2010-02-2323-1/+921
|
* Rename some QCLEvent functions for consistency with QFutureRhys Weatherley2010-02-201-4/+4
| | | | | | | wait() -> waitForFinished() isComplete() -> isFinished() Also update docs to consistenly use "finish" instead of "complete".
* Move QCLMemoryObject::Access to the QCL namespace.Rhys Weatherley2010-02-191-9/+9
|
* Provide conveniences for specifying 2D and 3D work sizes.Rhys Weatherley2010-02-171-5/+4
|
* Remove sync() and add a convenience for QCLBuffer::map() instead.Rhys Weatherley2010-02-171-1/+4
|
* Add QCLMemoryObject::sync() to force copy-backs to host memory.Rhys Weatherley2010-02-171-0/+1
|
* Add an image2d benchmark.Rhys Weatherley2010-02-162-5/+112
|
* Add an OpenCL benchmark based on Mandelbrot calculations.Rhys Weatherley2010-02-165-0/+361