summaryrefslogtreecommitdiffstats
path: root/src/opencl/qclimage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Lazy creation of QCLImage2DPrivate to improve performance.Rhys Weatherley2010-06-241-24/+30
* Remove the QCL namespaceRhys Weatherley2010-04-041-6/+6
* Split the OpenGL dependencies out into a separate library.Rhys Weatherley2010-04-031-55/+0
* Make it possible to build without a -developer-build version of Qt.Rhys Weatherley2010-04-031-1/+11
* Optimize the drawing of 2D images by direct copying.Rhys Weatherley2010-02-251-16/+118
* Add QCLImage2D::drawImage() for optimized OpenCL image drawing.Rhys Weatherley2010-02-251-23/+165
* Rename id() functions to something more descriptive.Rhys Weatherley2010-02-221-42/+45
* Replace QVector<QCLEvent> with QCLEventListRhys Weatherley2010-02-201-50/+36
* Rename some QCLEvent functions for consistency with QFutureRhys Weatherley2010-02-201-40/+40
* Coding style fix: T& -> T &Rhys Weatherley2010-02-191-36/+36
* Move QCLMemoryObject::Access to the QCL namespace.Rhys Weatherley2010-02-191-5/+5
* Support OpenCL libraries that don't have the GL functions.Rhys Weatherley2010-02-171-0/+12
* Add convenience methods for read/write of a QImage into QCLImage2DRhys Weatherley2010-02-171-0/+42
* Rename MemoryFlags to Access, but it's mostly used for access modes.Rhys Weatherley2010-02-171-8/+11
* Add GL object support to the OpenCL wrapper library.Rhys Weatherley2010-02-151-0/+43
* Initialize the OpenCL repository.Rhys Weatherley2010-02-151-0/+1022