aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickshadereffectnode.cpp
Commit message (Expand)AuthorAgeFilesLines
* Prefix GL-specific shader effect codeLaszlo Agocs2016-04-131-517/+0
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-081-3/+3
|\
| * Move Qt Quick resources under the :/qt-project.org/ directoryGiuseppe D'Angelo2016-04-011-2/+2
| * Fix crash in hasAtlasTextureAlbert Astals Cid2016-03-291-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-071-0/+1
|\|
| * Ensure ShaderEffect correctly updates with supportsAtlasTexture.Michael Brasser2016-03-011-0/+1
* | Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* Ensure we call updateTexture for all dynamic textures.Michael Brasser2015-11-131-1/+1
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-261-22/+28
|\
| * Make it possible to change sources of ShaderEffect again.Gunnar Sletta2015-10-201-22/+28
* | Add missing QVector::reserve() callsSérgio Martins2015-06-051-1/+3
|/
* QtQuick: Fix const correctness in old style castsThiago Macieira2015-05-131-1/+1
* Avoid QQuickItem in materials's compare() on the render threadGunnar Sletta2015-05-041-5/+21
* Fix a memory leak in the material shader cache.Robert Griebl2015-04-231-3/+25
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Allow batching ShaderEffects without atlas samplersJocelyn Turcotte2014-12-181-7/+13
* Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-111-22/+16
|\
| * Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
| * Cleanup: Separate the sub-tree layering out of QtQuick into the scene graphSimon Hausmann2014-08-231-1/+1
| * Fix memory corruption in shader materials.Gunnar Sletta2014-08-191-2/+4
* | Merge branch 'origin/5.4' into devFrederik Gladhorn2014-08-211-1/+10
|\|
| * Add more complete comparison function to QQuickShaderEffectMaterial.Michael Brasser2014-08-121-1/+10
* | Add Q_DECL_OVERRIDEAlbert Astals Cid2014-08-141-6/+6
|/
* Allow simple ShaderEffects to be batched by the renderer.Michael Brasser2014-08-071-6/+31
* Verbose fatal instead of crash when the scene graph state is invalid.Gunnar Sletta2014-07-041-0/+7
* Avoid direct GL calls in QuickLaszlo Agocs2014-05-231-8/+8
* Drop the "missing provider" warning from ShaderEffect.Gunnar Sletta2013-12-031-1/+0
* Add support for quaternion in ShaderEffectGunnar Sletta2013-11-141-0/+6
* Refactor shaders into seprate GLSL source filesSean Harmer2013-10-311-10/+6
* Respect Qt.vector2d as input to ShaderEffect uniforms.Gunnar Sletta2013-10-031-0/+3
* Fix license headers of QtQuick sources.Gunnar Sletta2013-09-301-1/+1
* Support opt-in QSGNode descriptions without breaking binary compat.Gunnar Sletta2013-08-121-2/+2
* 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-1/+1
* Reduce number of relocationsMarc Mutz2012-11-231-2/+2
* Expose QMatrix4x4 properties as mat4 uniforms in shadersChris Adams2012-11-221-0/+3
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Add support for using atlas textures directly in ShaderEffects.Kim Motoyoshi Kalland2012-06-111-24/+38
* Fixed crash when using 'var' property in ShaderEffect.Kim Motoyoshi Kalland2012-04-041-113/+96
* Don't qobject_cast an object being destructedKent Hansen2012-03-281-1/+0
* Free ShaderEffectSource FBOs when no longer needed.Kim Motoyoshi Kalland2012-03-211-0/+14
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-1/+1
* Switch to QMetaType::TypeAlan Alpert2012-02-081-12/+15
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Added a few material flagsGunnar Sletta2012-01-201-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-2/+88
* Introduce layerering support (ShaderEffectSource) directly in ItemGunnar Sletta2012-01-031-1/+1
* Say hello to QtQuick moduleKent Hansen2011-12-021-0/+317