aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickshadereffect.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Add OpenGLInfo attached typeJ-P Nurmi2014-08-111-0/+2
* Allow simple ShaderEffects to be batched by the renderer.Michael Brasser2014-08-071-35/+86
* Recognize "in" keyword in vertex shadersLaszlo Agocs2014-06-031-2/+8
* Prevent dangling pointer in QQuickShaderEffectSource.Gunnar Sletta2014-02-201-1/+20
* Add support for quaternion in ShaderEffectGunnar Sletta2013-11-141-0/+1
* Refactor shaders into seprate GLSL source filesSean Harmer2013-10-311-22/+11
* qdoc: no longer recognizes the version nr in QML refsMartin Smith2013-10-021-7/+7
* 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
* Fix uniform property mapping docs in ShaderEffectLaszlo Agocs2013-09-201-1/+3
* Do not draw negative-size ShaderEffect(Source) items.Gunnar Sletta2013-05-281-2/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Fix various broken links in documentationBea Lam2012-08-031-1/+1
* Doc: Changed \qmlclass to \qmltype and added \instantiates.Jerome Pasion2012-07-301-1/+2
* QQuickCanvas renamesAlan Alpert2012-07-171-16/+16
* Fix 'Unknown commands' in qtdeclarative documentation.Yann Bodson2012-07-171-1/+2
* Change Quick docs to refer to "types" rather than "elements"Martin Jones2012-07-161-2/+2
* Create new documentation structureChris Adams2012-06-211-1/+1
* Add support for using atlas textures directly in ShaderEffects.Kim Motoyoshi Kalland2012-06-111-9/+25
* Doc: Grouped Qt Quick types into several groupsJerome Pasion2012-06-061-2/+2
* Doc: Sanitized QML typesNico Vertriest2012-05-241-1/+1
* QtDeclarative: Fix warnings about uninitialized variables.Friedemann Kleint2012-05-211-2/+5
* QtQuick: Fix string related warnings, single character strings.Friedemann Kleint2012-05-141-2/+1
* Don't use deprecated QVariant APIOlivier Goffart2012-04-231-11/+11
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-111-423/+537
|\
| * Fixed crash when using 'var' property in ShaderEffect.Kim Motoyoshi Kalland2012-04-041-423/+537
* | Merge master into api_changesKent Hansen2012-03-231-15/+42
|\|
| * Free ShaderEffectSource FBOs when no longer needed.Kim Motoyoshi Kalland2012-03-211-15/+42
* | Merge master into api_changesKent Hansen2012-03-191-19/+19
|\|
| * Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-131-19/+19
* | Adapt to Qt5 meta-object changesKent Hansen2012-03-131-2/+2
|/
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-1/+1
* Handle a null source item being provided to ShaderEffectMartin Jones2012-02-021-0/+2
* 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
* Added log and status properties to ShaderEffect.Kim Motoyoshi Kalland2012-01-161-9/+73
* Introduce layerering support (ShaderEffectSource) directly in ItemGunnar Sletta2012-01-031-17/+27
* Don't re-parent ShaderEffect source items.Kim Motoyoshi Kalland2012-01-021-11/+28
* Say hello to QtQuick moduleKent Hansen2011-12-021-0/+763