index
:
qt/qtdeclarative.git
5.10
5.11
5.12
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
r2d-5.5
r2d-5.6
r2d-5.6.0
r2d-dev
wip/animation-refactor
wip/cmake
wip/dbus
wip/figmastyle
wip/gc
wip/iosstyle
wip/itemviews
wip/material3
wip/nacl
wip/nativemenus
wip/new-backend
wip/pointerhandler
wip/propertycache-refactor
wip/qquickdeliveryagent
wip/qtquickcontrols2
wip/scenegraphng
wip/statemachine
wip/textng
wip/tizen
wip/visuallistmodel
wip/webassembly
Qt Declarative (Quick 2)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
quick
/
items
/
qquickshadereffectsource.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Docs: add recomendations for using MultiEffect with ShaderEffectSource
Alexei Cazacov
2024-08-30
1
-1
/
+3
*
Doc: Replace \instantiates with \nativetype
Paul Wicking
2024-08-20
1
-1
/
+1
*
doc: Use \value rather than \li for enumeration values and constants
Shawn Rutledge
2023-03-28
1
-19
/
+13
*
Restore the interpretation of user-provided layer/effect textureSize
Laszlo Agocs
2022-10-24
1
-10
/
+9
*
Fix several more improperly placed #include moc
Thiago Macieira
2022-07-28
1
-2
/
+2
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-38
/
+2
*
Port QQuickShaderEffectSource format to Qt 6
Laszlo Agocs
2022-03-18
1
-10
/
+24
*
Revert "Fix for possible crash in QSGDefaultLayer::grab"
Laszlo Agocs
2021-10-12
1
-8
/
+0
*
Fix for possible crash in QSGDefaultLayer::grab
Valery Volgutov
2020-05-18
1
-0
/
+8
*
Doc: Remove outdated note
Joni Poikelin
2020-02-03
1
-4
/
+0
*
Add the graphics api independent scenegraph port
Laszlo Agocs
2019-07-04
1
-1
/
+1
*
Doc: Add missing dots (qtdeclarative)
Paul Wicking
2018-06-19
1
-1
/
+1
*
use nullptr consistently (clang-tidy)
Shawn Rutledge
2018-02-26
1
-16
/
+16
*
Replace Q_DECL_OVERRIDE with override
Kevin Funk
2017-09-25
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.9' into dev
Lars Knoll
2017-05-02
1
-0
/
+1
|
\
|
*
Run includemocs in qtdeclarative
Thiago Macieira
2017-04-26
1
-0
/
+1
*
|
Add samples property for Item.layer and ShaderEffectSource
Laszlo Agocs
2017-02-23
1
-0
/
+40
|
/
*
Quick: add missing 'override'
Anton Kudryavtsev
2016-10-12
1
-1
/
+1
*
QML: Pass the kind of geometry change around
Erik Verbruggen
2016-07-11
1
-2
/
+2
*
Add cross-backend simple rect, texture, and ninepatch nodes
Laszlo Agocs
2016-06-22
1
-2
/
+2
*
Merge remote-tracking branch 'origin/dev' into wip/scenegraphng
Laszlo Agocs
2016-04-06
1
-0
/
+2
|
\
|
*
Document default value of wrapMode
Albert Astals Cid
2016-03-04
1
-0
/
+2
*
|
Enable building Qt Quick module with QT_NO_OPENGL defined
Andy Nichols
2016-03-22
1
-2
/
+1
|
/
*
Updated license headers
Jani Heikkinen
2016-01-19
1
-14
/
+20
*
Add possibility to mirror ShaderEffectSource generated textures
Miikka Heikkinen
2015-08-20
1
-0
/
+34
*
Update copyright headers
Jani Heikkinen
2015-02-12
1
-7
/
+7
*
Fix disfunctional QQuickRenderControl with multiple screens
Laszlo Agocs
2014-10-22
1
-2
/
+2
*
Relax ShaderEffectSource's sourceItem vs window handling.
Gunnar Sletta
2014-10-09
1
-1
/
+5
*
Partially revert d9c531781e6c95f80681b3c82700833e1de88794
Gunnar Sletta
2014-10-01
1
-5
/
+19
*
prevent crash when set ShaderEffectSource::sourceItem null
Tasuku Suzuki
2014-09-12
1
-16
/
+16
*
Fix performance regression caused by SG signals in QQuickItem.
Gunnar Sletta
2014-09-03
1
-2
/
+1
*
Update license headers and add new licenses
Jani Heikkinen
2014-08-25
1
-19
/
+11
*
Cleanup: Separate the sub-tree layering out of QtQuick into the scene graph
Simon Hausmann
2014-08-23
1
-411
/
+5
*
Cleanup: Remove ShaderEffectSourceNode
Simon Hausmann
2014-08-22
1
-19
/
+27
*
Clean up Image and ShaderEffectSource properly.
Gunnar Sletta
2014-08-04
1
-10
/
+39
*
Merge remote-tracking branch 'origin/5.3' into dev
Frederik Gladhorn
2014-07-29
1
-1
/
+1
|
\
|
*
Don't try to draw shader effect sources with dims < 0.
Gunnar Sletta
2014-07-28
1
-1
/
+1
*
|
Avoid direct GL calls in Quick
Laszlo Agocs
2014-05-23
1
-16
/
+16
*
|
Prevent crash when mixing shaders from different windows
Gunnar Sletta
2014-04-01
1
-2
/
+8
|
/
*
Ensure that ShaderEffectSource's texture has correct parameters.
Gunnar Sletta
2014-02-28
1
-0
/
+6
*
Fix crashes and incorrect extension queries on GL3+
Laszlo Agocs
2014-02-25
1
-3
/
+3
*
Release GL resources of ShaderEffectSource while we still have GL.
Gunnar Sletta
2013-12-03
1
-3
/
+12
*
Fill recursive ShaderEffectSource with transparent when using alpha.
Gunnar Sletta
2013-11-07
1
-2
/
+17
*
Use one render loop per QQuickWindow
Gunnar Sletta
2013-10-30
1
-17
/
+14
*
qdoc: no longer recognizes the version nr in QML refs
Martin Smith
2013-10-02
1
-10
/
+10
*
Fix license headers of QtQuick sources.
Gunnar Sletta
2013-09-30
1
-1
/
+1
*
Doc: Fixed and updated Qt Quick's \qmlmodule page
Jerome Pasion
2013-09-25
1
-1
/
+1
*
Doc: Made Qt Quick items' \since consistent.
Jerome Pasion
2013-09-25
1
-1
/
+1
*
Initialize variables in ShaderEffectSource's texture provider.
Gunnar Sletta
2013-08-28
1
-0
/
+4
*
Do not draw negative-size ShaderEffect(Source) items.
Gunnar Sletta
2013-05-28
1
-1
/
+1
[next]