forked from ValveSoftware/steamos-compositor
-
Notifications
You must be signed in to change notification settings - Fork 223
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
renderervulkan: only consider modifiers support all the image properties
If you have a modifier with image compression that is only support for some image formats like : - B8G8R8A8_UNORM : compression supported - B8G8R8A8_SRB : compression not supported Then the render will not use compression but the modifier indicates it is present, so the compositor will try to make use of the side compressed data and this will lead to corruptions. This fixes issues on Intel HW of Gfx9/Gfx11 generations.
- Loading branch information
1 parent
3e14ef9
commit cbbe4c8
Showing
1 changed file
with
65 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters