summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Convenience functions for rounding work sizesRhys Weatherley2010-11-194-1/+76
* 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-256-231/+124
* Modify QtConcurrent::run() to enqueue in a background thread.Rhys Weatherley2010-06-242-27/+119
* Lazy creation of QCLImage2DPrivate to improve performance.Rhys Weatherley2010-06-242-27/+34
* Inline kernel argument setting for performance.Rhys Weatherley2010-06-242-98/+121
* Inline object reference counting for performance.Rhys Weatherley2010-06-248-86/+109
* qdoc fixesRhys Weatherley2010-06-211-0/+8
* Add buffer rectangle operations from OpenCL 1.1Rhys Weatherley2010-06-212-0/+588
* 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-202-0/+91
* Add support for OpenCL 1.1 sub-buffers.Rhys Weatherley2010-06-203-0/+77
* 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