summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove export macro from demo code.HEADmasterRhys Weatherley2011-01-171-3/+1
* Small fix to tst_QCL::device() test caseRhys Weatherley2010-11-191-2/+2
* Convenience functions for rounding work sizesRhys Weatherley2010-11-199-20/+156
* Update license headers on qdoc filesRhys Weatherley2010-11-1811-55/+55
* Dynamically adjust local work sizes in examplesRhys Weatherley2010-11-183-3/+9
* Add necessary flags for latest version of qdoc3Rhys Weatherley2010-11-182-16/+2
* Adjust best local size for small max-work-sizesRhys Weatherley2010-11-181-6/+16
* Improve class docs for QCLSamplerRhys Weatherley2010-06-281-0/+33
* Inline setting of QCLVector<T> kernel args.Rhys Weatherley2010-06-252-14/+7
* Simplify the QCLSampler API and make it more CL-ish.Rhys Weatherley2010-06-258-266/+131
* Add some unit tests for QtConcurrent::run().Rhys Weatherley2010-06-251-0/+32
* Update sample clinfo output.Rhys Weatherley2010-06-251-0/+2
* Change documentation license to FDL.Rhys Weatherley2010-06-2512-286/+582
* Change licenses on examples to BSDRhys Weatherley2010-06-2519-553/+534
* Modify QtConcurrent::run() to enqueue in a background thread.Rhys Weatherley2010-06-243-42/+149
* Lazy creation of QCLImage2DPrivate to improve performance.Rhys Weatherley2010-06-242-27/+34
* Add benchmarks for testing overhead of C++ wrappers.Rhys Weatherley2010-06-245-1/+255
* Inline kernel argument setting for performance.Rhys Weatherley2010-06-242-98/+121
* Inline object reference counting for performance.Rhys Weatherley2010-06-248-86/+109
* Fix unit tests - calling wrong kernel functions.Rhys Weatherley2010-06-221-2/+2
* qdoc fixesRhys Weatherley2010-06-211-0/+8
* Add buffer rectangle operations from OpenCL 1.1Rhys Weatherley2010-06-214-16/+595
* Remove the OpenCL 1.1 TODO items that have been done.Rhys Weatherley2010-06-201-42/+1
* qdoc updateRhys Weatherley2010-06-201-0/+1
* Don't call clRetainEvent on a null event id.Rhys Weatherley2010-06-201-1/+1
* Suppress warning in QCLUserEventRhys Weatherley2010-06-201-0/+2
* Add OpenCL 1.1 preferred work size query to QCLKernelRhys Weatherley2010-06-203-0/+25
* Native vector size queries for OpenCL 1.1 devices.Rhys Weatherley2010-06-204-2/+112
* Add support for OpenCL 1.1 sub-buffers.Rhys Weatherley2010-06-205-6/+89
* Document OpenCL 1.1 changes to the API.Rhys Weatherley2010-06-202-0/+73
* Add support for OpenCL 1.1 user events.Rhys Weatherley2010-06-209-2/+302
* Host unified memory device query.Rhys Weatherley2010-06-203-0/+16
* Language version device query from OpenCL 1.1.Rhys Weatherley2010-06-203-0/+19
* Preferred half vector size device query.Rhys Weatherley2010-06-203-3/+22
* Device query values for OpenCL 1.1Rhys Weatherley2010-06-201-0/+18
* Make it possible to build on Mac without using configureRhys Weatherley2010-06-205-6/+16
* Fix QCLDevice::maximumImage2DSize() on 64-bit platforms.Rhys Weatherley2010-06-201-3/+3
* Handle empty extension strings properly.Rhys Weatherley2010-06-202-2/+10
* Mac swaps the x/y order in QPoint - correct for it in setArg()Rhys Weatherley2010-06-181-6/+2
* Add versionFlags() to QCLDevice and QCLPlatformRhys Weatherley2010-06-184-5/+102
* Detect OpenCL 1.1 at configure time.Rhys Weatherley2010-06-184-1/+81
* Move extension definitions into a private header.Rhys Weatherley2010-06-185-14/+109
* Add debug operator to QCLImageFormat.Rhys Weatherley2010-06-182-0/+72
* Add new image channel orders from OpenCL 1.1.Rhys Weatherley2010-06-182-1/+13
* Remove command queue property setting.Rhys Weatherley2010-06-187-54/+28
* Fix qdoc generationRhys Weatherley2010-06-101-0/+2
* Fix ifdefs and add debug operators.Rhys Weatherley2010-06-106-1/+59
* Add data stream and debug operators to QCLWorkSizeRhys Weatherley2010-06-103-0/+88
* Add toString() and fromString() to QCLWorkSize.Rhys Weatherley2010-06-103-0/+90
* Merge branch 'master' of scm.dev.nokia.troll.no:research/openclRhys Weatherley2010-06-1013-147/+125
|\