aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickshadereffectsource.cpp
Commit message (Expand)AuthorAgeFilesLines
* Release GL resources of ShaderEffectSource while we still have GL.Gunnar Sletta2013-12-031-3/+12
* Fill recursive ShaderEffectSource with transparent when using alpha.Gunnar Sletta2013-11-071-2/+17
* Use one render loop per QQuickWindowGunnar Sletta2013-10-301-17/+14
* qdoc: no longer recognizes the version nr in QML refsMartin Smith2013-10-021-10/+10
* Fix license headers of QtQuick sources.Gunnar Sletta2013-09-301-1/+1
* Doc: Fixed and updated Qt Quick's \qmlmodule pageJerome Pasion2013-09-251-1/+1
* Doc: Made Qt Quick items' \since consistent.Jerome Pasion2013-09-251-1/+1
* Initialize variables in ShaderEffectSource's texture provider.Gunnar Sletta2013-08-281-0/+4
* Do not draw negative-size ShaderEffect(Source) items.Gunnar Sletta2013-05-281-1/+1
* Doc: Qt Quick: Fix module name format (Pt 1/2)Sze Howe Koh2013-04-231-2/+2
* Fix distance field antialiasing for retina displays.Gunnar Sletta2013-04-021-3/+7
* Introduce QML_FBO_FLUSH_BEFORE_DETACH to work around FBO issue.Michael Brasser2013-03-121-0/+3
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Fix other warnings in qtdeclarative found by GCC 4.7Thiago Macieira2012-12-231-0/+1
* Qt Quick high-dpi support.Morten Johan Sørvig2012-12-011-0/+5
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Update usage of smooth and antialiasing.Michael Brasser2012-08-281-2/+3
* Fix uses of \inmodule, \inqqmlmodule and \sinceBea Lam2012-08-081-1/+2
* Fix uses of various qml doc commandsBea Lam2012-08-081-10/+10
* Doc: Changed \qmlclass to \qmltype and added \instantiates.Jerome Pasion2012-07-301-1/+2
* QQuickCanvas renamesAlan Alpert2012-07-171-14/+14
* Fix 'Unknown commands' in qtdeclarative documentation.Yann Bodson2012-07-171-1/+0
* Change Quick docs to refer to "types" rather than "elements"Martin Jones2012-07-161-14/+14
* Change antialiasing method for QML2.Kim Motoyoshi Kalland2012-07-131-1/+1
* Let ShaderEffectSource use same multisample count as GL context.Kim Motoyoshi Kalland2012-07-041-7/+11
* Create new documentation structureChris Adams2012-06-211-1/+1
* Doc: Grouped Qt Quick types into several groupsJerome Pasion2012-06-061-2/+2
* Doc: Sanitized QML typesNico Vertriest2012-05-241-2/+1
* Always emit signal after ShaderEffectSource::scheduleUpdate().Kim Motoyoshi Kalland2012-05-211-10/+6
* Remove unused variable.Kim Motoyoshi Kalland2012-05-211-1/+0
* Add a note in the docs about FBO multisamplingGunnar Sletta2012-04-191-0/+8
* Release FBOs held by the shader effect source sooner.Kim Motoyoshi Kalland2012-03-271-2/+28
* Share depth-stencil buffers between ShaderEffectSources of same size.Kim Motoyoshi Kalland2012-03-221-5/+40
* Free ShaderEffectSource FBOs when no longer needed.Kim Motoyoshi Kalland2012-03-211-20/+43
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-131-12/+12
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Update copyright year in Nokia copyright headers.Jason McDonald2012-01-171-1/+1
* Don't re-parent ShaderEffect source items.Kim Motoyoshi Kalland2012-01-021-9/+25
* Say hello to QtQuick moduleKent Hansen2011-12-021-0/+921