summaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
* Move QCLTexture2D out of the core CL libraries.Rhys Weatherley2010-05-095-2/+509
| | | | | | QCLTexture2D is a bit too specific to the "mandelbrot" use case at the moment. Move it out of the core library so we can use the good name for something better in the future.
* Modify bezierwidget to directly render into vertex buffers with CL.Rhys Weatherley2010-05-083-29/+134
|
* Compile fix for Qt 4.6.Rhys Weatherley2010-05-061-1/+1
|
* Move bezierpatch to demos.Rhys Weatherley2010-04-0413-1/+2174
|
* Remove the QCL namespaceRhys Weatherley2010-04-041-2/+2
| | | | | There was only one enum in the QCL namespace and it more properly belongs in QCLMemoryObject.
* Split the OpenGL dependencies out into a separate library.Rhys Weatherley2010-04-032-3/+3
| | | | | Eventually we may want to put QtOpenCL into QtGui, so we cannot have any OpenGL dependencies in it.
* Qt3D -> QtOpenCL in demos, examples, docs, and tests.Rhys Weatherley2010-03-2418-18/+18
|
* Use opaque paint events in mandelbrot for added performance.Rhys Weatherley2010-02-251-0/+2
|
* Add a better framerate measuring mechanism to mandelbrot.Rhys Weatherley2010-02-257-32/+198
|
* Add QCLImage2D::drawImage() for optimized OpenCL image drawing.Rhys Weatherley2010-02-251-19/+2
|
* Handle window resizes on the mandelbrot demo.Rhys Weatherley2010-02-2410-21/+106
|
* Set global work size at startup.Rhys Weatherley2010-02-241-5/+4
|
* Add a command-line argument to mandelbrot for native non-CL mode.Rhys Weatherley2010-02-243-0/+12
|
* Various improvements to the Mandelbrot demo.Rhys Weatherley2010-02-2412-235/+263
|
* Add a zoom animation to the Mandelbrot demo.Rhys Weatherley2010-02-237-13/+274
|
* Set the local work size for blur to 8x8 to improve performance.Rhys Weatherley2010-02-231-0/+2
|
* Rename some QCLEvent functions for consistency with QFutureRhys Weatherley2010-02-201-1/+1
| | | | | | | wait() -> waitForFinished() isComplete() -> isFinished() Also update docs to consistenly use "finish" instead of "complete".
* Coding style fix: T& -> T &Rhys Weatherley2010-02-195-7/+7
|
* Move the mandelbrot example to demosRhys Weatherley2010-02-1917-0/+1510