summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add support for OpenCL 1.1 user events.Rhys Weatherley2010-06-208-1/+301
* Host unified memory device query.Rhys Weatherley2010-06-202-0/+14
* Language version device query from OpenCL 1.1.Rhys Weatherley2010-06-202-0/+18
* Preferred half vector size device query.Rhys Weatherley2010-06-202-0/+17
* Device query values for OpenCL 1.1Rhys Weatherley2010-06-201-0/+18
* Make it possible to build on Mac without using configureRhys Weatherley2010-06-204-6/+15
* 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-181-0/+4
* 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-186-49/+22
* Fix ifdefs and add debug operators.Rhys Weatherley2010-06-106-1/+59
* Add data stream and debug operators to QCLWorkSizeRhys Weatherley2010-06-102-0/+71
* Add toString() and fromString() to QCLWorkSize.Rhys Weatherley2010-06-102-0/+54
* Pad work sizes with 1, not 0Rhys Weatherley2010-06-022-4/+7
* Computation of best-fit local work sizesRhys Weatherley2010-06-025-4/+77
* Add a function for querying the event's command type.Rhys Weatherley2010-06-022-12/+19
* qdoc fixRhys Weatherley2010-05-172-2/+2
* Simplify the QCLVector APIRhys Weatherley2010-05-172-103/+7
* Fix compile error on 64-bit systems.Rhys Weatherley2010-05-161-1/+1
* Use mmap() to quickly load source and binary files.Rhys Weatherley2010-05-091-0/+18
* Add functions to QCLContext for building programs from binaries.Rhys Weatherley2010-05-092-1/+136
* Add QCLEvent::isErrored() to determine if an error has occurred.Rhys Weatherley2010-05-092-8/+22
* Add a query for the cl_khr_icd extension suffix to QCLPlatform.Rhys Weatherley2010-05-092-0/+16
* Suppress warnings when compiling without OpenCL/OpenGL interoperation.Rhys Weatherley2010-05-091-0/+8
* Move QCLTexture2D out of the core CL libraries.Rhys Weatherley2010-05-094-510/+3
* Make QCLContext::release() virtual so QCLContextGL can clean up properly.Rhys Weatherley2010-05-093-2/+13
* Use cl_khr_gl_sharing to query the CL devices for the GL context.Rhys Weatherley2010-05-093-5/+68
* Improve compatibility with the cl_khr_icd extension.Rhys Weatherley2010-05-086-138/+102
* Adjust fallbacks for QCLContextGL creation.Julian de Bhal2010-04-061-1/+1
* Unit test coverage and bug fixes for various classesRhys Weatherley2010-04-055-49/+48
* Add a -gcov option to configure to help with coverage testing.Rhys Weatherley2010-04-052-4/+12
* Add a configure script and config.tests.Rhys Weatherley2010-04-055-12/+13
* Remove the QCL namespaceRhys Weatherley2010-04-0416-209/+100
* Improve class overviews for QCLDevice, QCLImageFormat, QCLPlatform.Rhys Weatherley2010-04-043-0/+89
* Override QtConcurrent::run() for kernel execution.Rhys Weatherley2010-04-034-15/+129
* Improvements to building and overview documentation.Rhys Weatherley2010-04-033-3/+3
* Fix the module declaration for classes in QtOpenCLGLRhys Weatherley2010-04-032-2/+2
* Split the OpenGL dependencies out into a separate library.Rhys Weatherley2010-04-0318-238/+318
* Add "We mean it" comments to private headers.Rhys Weatherley2010-04-032-1/+22
* Make it possible to build without a -developer-build version of Qt.Rhys Weatherley2010-04-031-1/+11
* Workaround systems that require an explicit platform/device.Rhys Weatherley2010-03-292-0/+26
* Fix compilation with no_cl_glRhys Weatherley2010-03-031-5/+3
* Add the ability to set QColor values as kernel arguments.Rhys Weatherley2010-02-252-2/+39
* Optimize the drawing of 2D images by direct copying.Rhys Weatherley2010-02-251-16/+118
* Merge branch 'master' of scm.dev.nokia.troll.no:research/openclRhys Weatherley2010-02-251-0/+1
|\