Zebediah Figura
|
491146fa94
|
vkd3d-shader/spirv: Clamp ftou lower bound to zero.
|
2023-09-25 22:06:39 +02:00 |
|
Giovanni Mascellani
|
ca05e57e67
|
tests: Mark a bug as resolved on Mesa.
|
2023-09-22 11:06:57 +02:00 |
|
Giovanni Mascellani
|
b9fa8cfaa6
|
vkd3d: Set the image aspect when clearing UAVs.
This fixes a number of tests on Mesa on Intel.
|
2023-09-22 11:06:55 +02:00 |
|
Giovanni Mascellani
|
d640b213b2
|
tests: Do not crash if the render target doesn't support MSAA 8.
This currently happens on MoltenVK.
|
2023-09-22 11:06:50 +02:00 |
|
Giovanni Mascellani
|
6dfdbb5c26
|
tests: Do not crash if a pipeline statistics query heap cannot be created.
This currently happens on MoltenVK.
|
2023-09-22 11:06:44 +02:00 |
|
Giovanni Mascellani
|
d742770499
|
tests: Compile HLSL shaders at runtime in test_draw_depth_only().
|
2023-09-22 11:06:41 +02:00 |
|
Giovanni Mascellani
|
4557ad36b0
|
tests: Compile HLSL shaders at runtime in test_draw_depth_no_ps().
|
2023-09-22 11:06:41 +02:00 |
|
Giovanni Mascellani
|
b7c951ba78
|
tests: Compile HLSL shaders at runtime in test_scissor().
|
2023-09-22 11:06:41 +02:00 |
|
Giovanni Mascellani
|
15c5ef5bb5
|
tests: Compile HLSL shaders at runtime in test_fractional_viewports().
|
2023-09-22 11:06:40 +02:00 |
|
Nikolay Sivov
|
485cbe8cb7
|
vkd3d-shader/hlsl: Add constant folding for 'sat'.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
|
2023-09-22 11:06:35 +02:00 |
|
Nikolay Sivov
|
89c99cccce
|
vkd3d-shader/hlsl: Add constant folding for 'exp2'.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
|
2023-09-22 11:06:34 +02:00 |
|
Nikolay Sivov
|
c16c5caad8
|
vkd3d-shader/hlsl: Add constant folding for 'fract'.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
|
2023-09-22 11:06:33 +02:00 |
|
Giovanni Mascellani
|
c69562128a
|
vkd3d-shader/hlsl: Correctly fold casts from double.
|
2023-09-22 11:06:29 +02:00 |
|
Giovanni Mascellani
|
49bbd98a04
|
vkd3d-shader/hlsl: Correctly fold casts from float.
I.e., without invoking undefined behavior in the compiler. The rules
are desumed from the the MSDN documentation for ftoi and ftou.
|
2023-09-22 11:06:28 +02:00 |
|
Nikolay Sivov
|
d9c984c11a
|
vkd3d-shader/hlsl: Add constant folding for the ternary operator.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
|
2023-09-22 11:06:23 +02:00 |
|
Nikolay Sivov
|
6d1ba83856
|
vkd3d-shader/hlsl: Use conditional moves for arithmetic operators instead of branching.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
|
2023-09-22 11:06:22 +02:00 |
|
Giovanni Mascellani
|
34b1c0fe5d
|
vkd3d-shader/ir: Validate source parameters.
|
2023-09-22 11:06:18 +02:00 |
|
Giovanni Mascellani
|
603170106c
|
vkd3d-shader/ir: Validate destination parameters.
|
2023-09-22 11:06:17 +02:00 |
|
Giovanni Mascellani
|
585e60ad3b
|
vkd3d-shader/ir: Validate register types.
|
2023-09-22 11:06:16 +02:00 |
|
Giovanni Mascellani
|
b09cfbda90
|
vkd3d-shader/ir: Validate instruction handlers.
|
2023-09-22 11:06:15 +02:00 |
|
Giovanni Mascellani
|
c052cd8998
|
vkd3d-shader/ir: Introduce a boilerplate to validate the generated IR.
For the moment the validator is trivial, it never fails. Checks will
be added incrementally.
|
2023-09-22 11:06:13 +02:00 |
|
Giovanni Mascellani
|
cf871d2cb2
|
vkd3d-shader: Embed the parsing location in vkd3d_shader_instruction.
So that it can be used for printing meaningful error locations by
downstream processors.
|
2023-09-22 11:06:12 +02:00 |
|
Giovanni Mascellani
|
531c41306d
|
vkd3d-shader/dxil: Destroy the SM6 parser on parsing errors.
|
2023-09-22 11:06:11 +02:00 |
|
Giovanni Mascellani
|
78220ed07e
|
vkd3d-shader/tpf: Destroy the SM4 parser on parsing errors.
|
2023-09-22 11:06:10 +02:00 |
|
Giovanni Mascellani
|
a2fb9588c7
|
vkd3d-shader/d3dbc: Destroy the SM1 parser on parsing errors.
|
2023-09-22 11:06:09 +02:00 |
|