summaryrefslogtreecommitdiffstats
path: root/src/opencl/qclbuffer.cpp
Commit message (Expand)AuthorAgeFilesLines
* qdoc fixesRhys Weatherley2010-06-211-0/+8
* Add buffer rectangle operations from OpenCL 1.1Rhys Weatherley2010-06-211-0/+538
* Add support for OpenCL 1.1 sub-buffers.Rhys Weatherley2010-06-201-0/+65
* Remove the QCL namespaceRhys Weatherley2010-04-041-6/+6
* Split the OpenGL dependencies out into a separate library.Rhys Weatherley2010-04-031-17/+0
* Rename id() functions to something more descriptive.Rhys Weatherley2010-02-221-15/+15
* Replace QVector<QCLEvent> with QCLEventListRhys Weatherley2010-02-201-27/+18
* Rename some QCLEvent functions for consistency with QFutureRhys Weatherley2010-02-201-21/+21
* Coding style fix: T& -> T &Rhys Weatherley2010-02-191-14/+14
* Move QCLMemoryObject::Access to the QCL namespace.Rhys Weatherley2010-02-191-6/+6
* Add QCLVector<T> as a more convenient version of QCLBuffer.Rhys Weatherley2010-02-191-0/+2
* Support OpenCL libraries that don't have the GL functions.Rhys Weatherley2010-02-171-0/+4
* Remove sync() and add a convenience for QCLBuffer::map() instead.Rhys Weatherley2010-02-171-0/+12
* Rename MemoryFlags to Access, but it's mostly used for access modes.Rhys Weatherley2010-02-171-4/+17
* Add convenience functions for buffer read/write with zero offset.Rhys Weatherley2010-02-161-0/+40
* Add GL object support to the OpenCL wrapper library.Rhys Weatherley2010-02-151-0/+13
* Initialize the OpenCL repository.Rhys Weatherley2010-02-151-0/+407