summaryrefslogtreecommitdiffstats
path: root/demos/mandelbrot
Commit message (Expand)AuthorAgeFilesLines
* Remove export macro from demo code.HEADmasterRhys Weatherley2011-01-171-3/+1
* Move QCLTexture2D out of the core CL libraries.Rhys Weatherley2010-05-095-2/+509
* Remove the QCL namespaceRhys Weatherley2010-04-041-2/+2
* Split the OpenGL dependencies out into a separate library.Rhys Weatherley2010-04-032-3/+3
* 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
* Coding style fix: T& -> T &Rhys Weatherley2010-02-195-7/+7
* Move the mandelbrot example to demosRhys Weatherley2010-02-1916-0/+1508