aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickshadereffect.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix QQuickShaderEffect property updates from C++Kaj Grönholm2024-03-131-3/+16
* scenegraph: Add plumbing for enabling multiviewLaszlo Agocs2024-01-151-0/+11
* doc: Use \value rather than \li for enumeration values and constantsShawn Rutledge2023-03-281-10/+6
* Avoid crash updating source of shader-less effectEskil Abrahamsen Blomfeldt2023-02-081-1/+1
* Make QSGRhiShaderEffectMaterial::type() safe with multiple windowsLaszlo Agocs2022-11-031-0/+4
* Monthly re-run of clang-tidy qt-* checks (11/2022)Marc Mutz2022-11-021-1/+1
* ShaderEffect: Make source-destroyed connection more robustLaszlo Agocs2022-10-201-6/+48
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-3/+3
* Port from container::count() and length() to size()Marc Mutz2022-10-071-2/+2
* Merge QQuickShaderEffectImpl into PrivateLaszlo Agocs2022-09-221-252/+147
* Avoid assigning the ShaderInfo struct for no good reasonLaszlo Agocs2022-09-221-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* Make most QQmlPropertyData constUlf Hermann2022-03-141-1/+1
* Use const QQmlPropertyCache wherever possibleUlf Hermann2022-03-141-1/+1
* Move QJSEnginePrivate::cache() to QQmlMetaTypeUlf Hermann2022-01-181-4/+1
* Clean up PropertyCache life cycleUlf Hermann2021-11-091-1/+3
* Recreate signal mappings when shader changesKaj Grönholm2021-10-061-11/+7
* ShaderEffect docs: Clarify vertex output/input naming requirementsLaszlo Agocs2021-05-031-2/+21
* Doc: Add missing } and indent accordinglyAndy Shaw2021-03-201-1/+2
* Extend ShaderEffect docs with a shader migration guideLaszlo Agocs2021-03-031-4/+158
* 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