summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Small fix to tst_QCL::device() test caseRhys Weatherley2010-11-191-2/+2
* Convenience functions for rounding work sizesRhys Weatherley2010-11-191-0/+68
* Simplify the QCLSampler API and make it more CL-ish.Rhys Weatherley2010-06-252-35/+7
* Add some unit tests for QtConcurrent::run().Rhys Weatherley2010-06-251-0/+32
* Add benchmarks for testing overhead of C++ wrappers.Rhys Weatherley2010-06-245-1/+255
* Fix unit tests - calling wrong kernel functions.Rhys Weatherley2010-06-221-2/+2
* Remove command queue property setting.Rhys Weatherley2010-06-181-5/+6
* Add data stream and debug operators to QCLWorkSizeRhys Weatherley2010-06-101-0/+17
* Add toString() and fromString() to QCLWorkSize.Rhys Weatherley2010-06-101-0/+36
* Pad work sizes with 1, not 0Rhys Weatherley2010-06-021-7/+7
* Simplify the QCLVector APIRhys Weatherley2010-05-171-13/+3
* Improve compatibility with the cl_khr_icd extension.Rhys Weatherley2010-05-081-1/+1
* Unit tests for QCLEventList.Rhys Weatherley2010-04-061-0/+90
* Unit test coverage and bug fixes for various classesRhys Weatherley2010-04-052-2/+445
* Remove the QCL namespaceRhys Weatherley2010-04-043-13/+13
* 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-247-7/+7
* 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
* Add explicit methods for checking for full-vs-embedded profiles.Rhys Weatherley2010-02-221-0/+16
* Add some event profiling tests.Rhys Weatherley2010-02-221-0/+29
* Unit tests and bug fixes for QCLVector.Rhys Weatherley2010-02-222-0/+60
* Rename some QCLEvent functions for consistency with QFutureRhys Weatherley2010-02-201-4/+4
* Remove "const char *" program functions.Rhys Weatherley2010-02-194-66/+117
* Move QCLMemoryObject::Access to the QCL namespace.Rhys Weatherley2010-02-192-10/+10
* Add setArg() overrides for vector, matrix, and point types.Rhys Weatherley2010-02-174-1/+246
* 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-166-0/+363