mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-04-13 05:43:18 -07:00
tests/shader_runner: Test versions where the compilation result changes.
Adjust the algorithm for deciding for which profiles to test compilation. We first ensure that if the compilation result changes (most often as the result of a feature introduced in a specific version), we test the versions immediately on either side of the change, to validate that vkd3d-shader is emulating the same version behaviour. We then ensure that we are testing at least one version from each set of sm1, sm4, and sm6.
This commit is contained in:
committed by
Henri Verbeet
parent
067e6deee4
commit
8fcbbfb8b1
Notes:
Henri Verbeet
2024-12-17 16:52:41 +01:00
Approved-by: Giovanni Mascellani (@giomasce) Approved-by: Henri Verbeet (@hverbeet) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/1318
@@ -47,7 +47,7 @@ todo(sm<4) probe (0, 0) rgba(0.0, 0.0, 10.0, 0.0)
|
||||
shader model >= 3.0
|
||||
options: backcompat
|
||||
|
||||
[pixel shader fail(sm>=6)]
|
||||
[pixel shader fail(sm>=5.1) todo(sm>=5.1)]
|
||||
sampler s;
|
||||
float bias;
|
||||
|
||||
|
Reference in New Issue
Block a user