Skip to content
Snippets Groups Projects
Commit 5ba8b725 authored by Fatih Uzunoğlu's avatar Fatih Uzunoğlu
Browse files

Revert "qml: use QSGTextureView (TextureProviderItem) in PartialEffect instead of layering"

This reverts commit 60e95ad5.

Unfortunately there is not much to do here until `MultiEffect` starts supporting sub-
textures (textures that are independent/not in atlas, but report position different
than (0.0, 0.0) or size different than (1.0, 1.0)).

Although this is only relevant for `MultiEffect` (because other type of effects can
set `supportsAtlasTextures` or use `qt_SubRect_x`), I still reverted it to not impair
maintenance. I also do not want to bring back manually setting `supportsAtlasTextures`
to `true`.

We should still keep the texture view and provider, because they are useful when sub-
texturing is not used (such as player view), and when the consumer supports sub-textures.
parent d1a0dc70
No related branches found
Tags 3.0.17.3
Loading
Pipeline #580071 passed with stage
in 14 minutes and 19 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment