summaryrefslogtreecommitdiffstats
path: root/src/opencl/qclevent.cpp
Commit message (Expand)AuthorAgeFilesLines
* Inline object reference counting for performance.Rhys Weatherley2010-06-241-22/+6
* Add support for OpenCL 1.1 user events.Rhys Weatherley2010-06-201-1/+11
* Remove command queue property setting.Rhys Weatherley2010-06-181-4/+0
* Fix ifdefs and add debug operators.Rhys Weatherley2010-06-101-0/+21
* Add a function for querying the event's command type.Rhys Weatherley2010-06-021-12/+18
* Add QCLEvent::isErrored() to determine if an error has occurred.Rhys Weatherley2010-05-091-6/+19
* Override QtConcurrent::run() for kernel execution.Rhys Weatherley2010-04-031-8/+22
* Rename id() functions to something more descriptive.Rhys Weatherley2010-02-221-8/+8
* qdoc fixesRhys Weatherley2010-02-221-6/+2
* Add support for event profiling.Rhys Weatherley2010-02-211-0/+184
* Replace QVector<QCLEvent> with QCLEventListRhys Weatherley2010-02-201-29/+285
* 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-30/+29
* Interface QCLEvent with QFuture.Rhys Weatherley2010-02-201-0/+59
* Coding style fix: T& -> T &Rhys Weatherley2010-02-191-3/+3
* More class documentation.Rhys Weatherley2010-02-191-0/+52
* Initialize the OpenCL repository.Rhys Weatherley2010-02-151-0/+211