summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Pad work sizes with 1, not 0Rhys Weatherley2010-06-023-11/+14
| * Computation of best-fit local work sizesRhys Weatherley2010-06-026-5/+79
| * 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-173-116/+10
| * Merge branch 'master' of scm.dev.nokia.troll.no:research/openclRhys Weatherley2010-05-163-6/+39
| |\
| * | Fix compile error on 64-bit systems.Rhys Weatherley2010-05-161-1/+1
* | | Windows support for doc generation with "make docs".Rhys Weatherley2010-05-121-6/+7
| |/ |/|
* | Add a "make docs" target for building the QtOpenCL documentation.Rhys Weatherley2010-05-113-6/+39
|/
* Update clinfo example output.Rhys Weatherley2010-05-101-10/+19
* 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 some ideas on how to support OpenCL 1.1 when the spec is released.Rhys Weatherley2010-05-091-0/+57
* 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-093-0/+17
* 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-097-57/+46
* 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
* Fix warning in clinfo - globalMemoryCacheType not set correctly.Rhys Weatherley2010-05-081-1/+1
* Modify bezierwidget to directly render into vertex buffers with CL.Rhys Weatherley2010-05-083-29/+134
* Improve compatibility with the cl_khr_icd extension.Rhys Weatherley2010-05-088-140/+104
* Compile fix for Qt 4.6.Rhys Weatherley2010-05-061-1/+1
* Better fix.Sarah Smith2010-04-071-1/+1
* Make compile test work on Mac.Sarah Smith2010-04-071-0/+4
* Adjust fallbacks for QCLContextGL creation.Julian de Bhal2010-04-061-1/+1
* Unit tests for QCLEventList.Rhys Weatherley2010-04-061-0/+90
* Add a simple example for the labs blog post.Rhys Weatherley2010-04-068-1/+271
* Unit test coverage and bug fixes for various classesRhys Weatherley2010-04-057-51/+493
* Add a -gcov option to configure to help with coverage testing.Rhys Weatherley2010-04-053-5/+30
* Document the command-line options to the mandelbrot demo.Rhys Weatherley2010-04-051-0/+8
* Add a configure script and config.tests.Rhys Weatherley2010-04-0513-32/+815
* Move bezierpatch to demos.Rhys Weatherley2010-04-0415-6/+7
* Remove the QCL namespaceRhys Weatherley2010-04-0426-239/+129
* Improve class overviews for QCLDevice, QCLImageFormat, QCLPlatform.Rhys Weatherley2010-04-043-0/+89
* Override QtConcurrent::run() for kernel execution.Rhys Weatherley2010-04-036-15/+245
* Improvements to building and overview documentation.Rhys Weatherley2010-04-038-6/+104
* Fix the module declaration for classes in QtOpenCLGLRhys Weatherley2010-04-032-2/+2
* Update documentation to indicate that SDK builds are now possible.Rhys Weatherley2010-04-031-3/+7
* Split the OpenGL dependencies out into a separate library.Rhys Weatherley2010-04-0320-241/+321
* Add "We mean it" comments to private headers.Rhys Weatherley2010-04-032-1/+22
* Make it possible to build without a -developer-build version of Qt.Rhys Weatherley2010-04-032-3/+13
* Workaround systems that require an explicit platform/device.Rhys Weatherley2010-03-292-0/+26
* Match the documentation CSS style to the standard Qt style.Rhys Weatherley2010-03-243-5/+5
* Some fixes to the overview documentation.Rhys Weatherley2010-03-244-12/+19
* Add missing Copyright headers.Rhys Weatherley2010-03-246-0/+246
* Qt3D -> QtOpenCL in demos, examples, docs, and tests.Rhys Weatherley2010-03-2452-52/+52
* Add license files.Rhys Weatherley2010-03-243-0/+1165
* Precompute the blur offsets and weights for the Gaussian example.Rhys Weatherley2010-03-177-47/+378
* Fix compilation with no_cl_glRhys Weatherley2010-03-031-5/+3