summaryrefslogtreecommitdiffstats
path: root/src/opencl/qcldevice.cpp
Commit message (Expand)AuthorAgeFilesLines
* Native vector size queries for OpenCL 1.1 devices.Rhys Weatherley2010-06-201-0/+83
* Host unified memory device query.Rhys Weatherley2010-06-201-0/+13
* Language version device query from OpenCL 1.1.Rhys Weatherley2010-06-201-0/+17
* Preferred half vector size device query.Rhys Weatherley2010-06-201-0/+16
* Fix QCLDevice::maximumImage2DSize() on 64-bit platforms.Rhys Weatherley2010-06-201-3/+3
* Handle empty extension strings properly.Rhys Weatherley2010-06-201-1/+5
* Add versionFlags() to QCLDevice and QCLPlatformRhys Weatherley2010-06-181-1/+50
* Move extension definitions into a private header.Rhys Weatherley2010-06-181-8/+1
* Remove command queue property setting.Rhys Weatherley2010-06-181-1/+1
* Fix ifdefs and add debug operators.Rhys Weatherley2010-06-101-0/+11
* Computation of best-fit local work sizesRhys Weatherley2010-06-021-2/+2
* qdoc fixRhys Weatherley2010-05-171-1/+1
* Improve compatibility with the cl_khr_icd extension.Rhys Weatherley2010-05-081-19/+31
* Unit test coverage and bug fixes for various classesRhys Weatherley2010-04-051-31/+27
* Improve class overviews for QCLDevice, QCLImageFormat, QCLPlatform.Rhys Weatherley2010-04-041-0/+21
* Make extension checking more efficient.Rhys Weatherley2010-02-221-6/+52
* Add explicit methods for checking for full-vs-embedded profiles.Rhys Weatherley2010-02-221-0/+39
* Split hasImages() into hasImage2D() and hasImage3D()Rhys Weatherley2010-02-221-9/+19
* Rename id() functions to something more descriptive.Rhys Weatherley2010-02-221-3/+3
* Add more information get methods to QCLDeviceRhys Weatherley2010-02-211-54/+552
* Add == and != operators to the core object types.Rhys Weatherley2010-02-201-0/+18
* Coding style fix: T& -> T &Rhys Weatherley2010-02-191-2/+2
* Initialize the OpenCL repository.Rhys Weatherley2010-02-151-0/+336