Resore frames functionalities.

This commit is contained in:
Filippo Scognamiglio
2014-09-14 00:45:34 +02:00
parent bc87df170b
commit b4bf29dc9e
7 changed files with 30 additions and 44 deletions

View File

@@ -167,6 +167,7 @@ Item{
sourceItem: kterminal
hideSource: true
smooth: mScanlines == shadersettings.no_rasterization
wrapMode: ShaderEffectSource.ClampToEdge
}
Loader{
id: blurredSourceLoader
@@ -178,6 +179,7 @@ Item{
recursive: true
live: false
hideSource: true
wrapMode: kterminalSource.wrapMode
smooth: mScanlines == shadersettings.no_rasterization
@@ -275,6 +277,7 @@ Item{
sourceItem: bloomEffectLoader.item
hideSource: true
smooth: false
wrapMode: ShaderEffectSource.ClampToEdge
}
}
@@ -445,5 +448,6 @@ Item{
sourceItem: rasterizationEffect
hideSource: true
smooth: true
wrapMode: ShaderEffectSource.Repeat
}
}