aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickshadereffect.cpp
Commit message (Expand)AuthorAgeFilesLines
* Empty the ShaderEffect content cache on releaseResourcesLaszlo Agocs2020-11-241-0/+5
* Simplify ShaderEffect's internal shaderInfoCacheLaszlo Agocs2020-11-241-23/+5
* Remove unused external function declaration in ShaderEffectLaszlo Agocs2020-11-241-2/+0
* Re-enable the caching of shader data loaded from filesLaszlo Agocs2020-11-231-8/+8
* Doc: Fix documentation warnings for Qt QuickTopi Reinio2020-11-051-3/+0
* QQuickShaderEffect: fix crash when hiding parentMitch Curtis2020-10-151-1/+5
* Fix leftover argument names in ShaderEffectLaszlo Agocs2020-06-301-26/+22
* Use QQmlContext::resolvedUrl in places where it was not addedLaszlo Agocs2020-06-301-4/+2
* Reimplement UniformAnimator for ShaderEffectJonas Karlsson2020-06-291-13/+81
* Update ShaderEffect docsLaszlo Agocs2020-06-181-122/+204
* ShaderEffect: vertexShader and fragmentShader are now URLsLaszlo Agocs2020-06-181-50/+46
* Clean up QT_CONFIG(opengl)Paul Olav Tvete2020-06-171-2/+0
* Remove QQuickGenericShaderEffectPaul Olav Tvete2020-06-101-2/+778
* Remove QQuickOpenGLShaderEffectPaul Olav Tvete2020-06-041-141/+1
* QQuickItem: rename geometryChanged to geometryChangeMitch Curtis2020-04-231-3/+3
* Remove D3D12 scenegraph backendLaszlo Agocs2020-01-061-224/+15
* Add the graphics api independent scenegraph portLaszlo Agocs2019-07-041-4/+14
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-131-0/+2
|\
| * Avoid assertion when having a ShaderEffect as a delegateJan Arve Sæther2019-05-211-0/+2
* | Fix mistakes in 9b36512b9453f429644b0c388d381f7a2fc0f825Allan Sandfeld Jensen2019-05-281-0/+14
* | Avoid illegal downcasts in texture and shader handlingAllan Sandfeld Jensen2019-05-151-1/+2
|/
* Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-191-1/+1
* Replace Q_NULLPTR with nullptrKevin Funk2017-09-271-1/+1
* Doc: Fix capitalization in section titlesTopi Reinio2017-08-291-1/+1
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
* Build fix for configure -no-openglPaul Olav Tvete2017-03-221-0/+2
* Fix regression with UniformAnimator target property validationJoni Poikelin2017-02-011-0/+5
* Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-24/+24
* Doc cleanup for D3D12 and SWLaszlo Agocs2016-07-141-1/+3
* Update ShaderEffect docsLaszlo Agocs2016-06-291-15/+117
* Unify ShaderEffect property settingLaszlo Agocs2016-06-291-4/+25
* D3D12: Support runtime threaded shader compilationLaszlo Agocs2016-06-221-4/+26
* One GraphicsInfo to rule them allLaszlo Agocs2016-06-011-117/+5
* Fix building with QT_NO_OPENGL definedAndy Nichols2016-05-061-1/+4
* D3D12: Fix 'ShaderEffect in a ShaderEffectSource as property value'Laszlo Agocs2016-04-291-12/+55
* Adaptable shader effect enablersLaszlo Agocs2016-04-291-26/+293
* Add the skeleton for the new, more generic shader effect implLaszlo Agocs2016-04-131-40/+61
* Route ShaderEffect through the old GL implLaszlo Agocs2016-04-131-0/+137
* Prefix GL-specific shader effect codeLaszlo Agocs2016-04-131-781/+34
* Make QQuickShaderEffectMesh genericLaszlo Agocs2016-04-131-20/+7
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-081-2/+2
|\
| * Move Qt Quick resources under the :/qt-project.org/ directoryGiuseppe D'Angelo2016-04-011-2/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-071-0/+8
|\|
| * Ensure ShaderEffect correctly updates with supportsAtlasTexture.Michael Brasser2016-03-011-0/+8
* | Updated license headersJani Heikkinen2016-01-191-14/+20
* | Fix a mix-up in ShaderEffect QML type documentationJuha Turunen2015-12-081-5/+5
|/
* Include doc note about Image::fillMode being excluded by shader.Gunnar Sletta2015-09-111-2/+6
* Doc: resize tables with overflowNico Vertriest2015-06-251-3/+8
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Allow batching ShaderEffects without atlas samplersJocelyn Turcotte2014-12-181-17/+21