summaryrefslogtreecommitdiffstats
path: root/src/opencl/qclmemoryobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Inline object reference counting for performance.Rhys Weatherley2010-06-241-16/+3
* Remove the QCL namespaceRhys Weatherley2010-04-041-3/+15
* Split the OpenGL dependencies out into a separate library.Rhys Weatherley2010-04-031-125/+0
* Rename id() functions to something more descriptive.Rhys Weatherley2010-02-221-3/+3
* Replace QVector<QCLEvent> with QCLEventListRhys Weatherley2010-02-201-12/+9
* Add == and != operators to the core object types.Rhys Weatherley2010-02-201-0/+18
* Rename some QCLEvent functions for consistency with QFutureRhys Weatherley2010-02-201-9/+9
* Coding style fix: T& -> T &Rhys Weatherley2010-02-191-3/+3
* Move QCLMemoryObject::Access to the QCL namespace.Rhys Weatherley2010-02-191-15/+3
* Support OpenCL libraries that don't have the GL functions.Rhys Weatherley2010-02-171-0/+18
* Remove sync() and add a convenience for QCLBuffer::map() instead.Rhys Weatherley2010-02-171-84/+0
* Pitch parameters must be supplied to clEnqueueMapImage()Rhys Weatherley2010-02-171-1/+3
* Add QCLMemoryObject::sync() to force copy-backs to host memory.Rhys Weatherley2010-02-171-0/+82
* Rename MemoryFlags to Access, but it's mostly used for access modes.Rhys Weatherley2010-02-171-21/+26
* Add GL object support to the OpenCL wrapper library.Rhys Weatherley2010-02-151-0/+109
* Initialize the OpenCL repository.Rhys Weatherley2010-02-151-0/+233