summaryrefslogtreecommitdiffstats
path: root/examples/effects
Commit message (Expand)AuthorAgeFilesLines
* customshader won't work on OpenGL/ES 1.1 so disable for those platformsRhys Weatherley2009-10-151-1/+5
* Add an example that shows strength animation QGraphicsColorizeEffect.Ariya Hidayat2009-09-148-1/+274
* Bring back the blurry drop shadow in the lighting example.Ariya Hidayat2009-09-141-1/+3
* Update license headers again.Jason McDonald2009-09-0915-60/+60
* Make QGraphicsShaderEffect private API for 4.6Rhys Weatherley2009-09-073-5/+5
* Cleanup examples/effects/lighting.Bjørn Erik Nilsen2009-09-015-149/+21
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-3117-221/+221
* Fixed custom shader example to correctly use premultiplied colors.Samuel Rødal2009-08-311-1/+1
* Added missing precision specifiers to custom shader effect.Samuel Rødal2009-08-261-1/+1
* Make the 'effects' examples compile when qreal == float.Jason Barron2009-08-262-2/+2
* Fixed documentation and use of incorrect entry point for custom shaders.Samuel Rødal2009-08-251-3/+1
* Fix obsolete license headers.Jason McDonald2009-08-2217-34/+34
* Only compile shader effect example when having OpenGL.Bjørn Erik Nilsen2009-08-211-2/+3
* Move shader effect example from examples/graphicsview to examples/effectsBjørn Erik Nilsen2009-08-2120-1/+569
* Use pixmap filter for the drop shadow effect.Bjørn Erik Nilsen2009-08-212-2/+5
* Rename QGraphicsShadowEffect to QGraphicsDropShadowEffect.Bjørn Erik Nilsen2009-08-202-4/+4
* Move examples/graphicsview/blurpicker|lighting to examples/effects.Bjørn Erik Nilsen2009-08-1924-0/+828