summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Convenience functions for rounding work sizesRhys Weatherley2010-11-194-19/+12
* Dynamically adjust local work sizes in examplesRhys Weatherley2010-11-182-2/+7
* Change licenses on examples to BSDRhys Weatherley2010-06-2519-553/+534
* Add a simple example for the labs blog post.Rhys Weatherley2010-04-068-1/+271
* Move bezierpatch to demos.Rhys Weatherley2010-04-0413-2174/+1
* Remove the QCL namespaceRhys Weatherley2010-04-044-11/+11
* Qt3D -> QtOpenCL in demos, examples, docs, and tests.Rhys Weatherley2010-03-2421-21/+21
* Precompute the blur offsets and weights for the Gaussian example.Rhys Weatherley2010-03-173-41/+244
* Image drawing example.Rhys Weatherley2010-03-0111-1/+404
* Add doc links for the Bezier Patch example.Rhys Weatherley2010-02-261-1/+1
* Bezier patch subdivision example.Rhys Weatherley2010-02-2613-1/+2174
* Start of a path drawing example.Rhys Weatherley2010-02-267-1/+287
* Set the local work size for blur to 8x8 to improve performance.Rhys Weatherley2010-02-231-0/+2
* Move the mandelbrot example to demosRhys Weatherley2010-02-1917-1509/+1
* Move QCLMemoryObject::Access to the QCL namespace.Rhys Weatherley2010-02-192-6/+6
* Add QCLVector<T> as a more convenient version of QCLBuffer.Rhys Weatherley2010-02-196-45/+80
* Support OpenCL libraries that don't have the GL functions.Rhys Weatherley2010-02-171-0/+2
* Document the blur example.Rhys Weatherley2010-02-172-18/+28
* Remove unused convolution code from blur example.Rhys Weatherley2010-02-173-77/+1
* qdoc updatesRhys Weatherley2010-02-171-26/+38
* Provide conveniences for specifying 2D and 3D work sizes.Rhys Weatherley2010-02-172-8/+7
* Use read() to get the image contents rather than sync().Rhys Weatherley2010-02-174-21/+17
* Add QCLMemoryObject::sync() to force copy-backs to host memory.Rhys Weatherley2010-02-171-0/+4
* Add convenience functions for buffer read/write with zero offset.Rhys Weatherley2010-02-162-2/+2
* Add an example that implements various OpenCL blur algorithms.Rhys Weatherley2010-02-168-1/+462
* Make mandelbrot example work with QCLTexture2D.Rhys Weatherley2010-02-154-22/+22
* Modify the mandelbrot example to render directly into GL textures.Rhys Weatherley2010-02-158-26/+317
* Add a Mandelbrot viewer example for the OpenCL library.Rhys Weatherley2010-02-1515-1/+1211
* Initialize the OpenCL repository.Rhys Weatherley2010-02-154-0/+113