Zebediah Figura
|
fcda20a8c3
|
vkd3d-shader/hlsl: Use lower_ir() for lower_sqrt().
|
2023-09-25 22:07:23 +02:00 |
|
Zebediah Figura
|
496a3a2093
|
vkd3d-shader/hlsl: Use lower_ir() for lower_division().
|
2023-09-25 22:07:22 +02:00 |
|
Zebediah Figura
|
ecd781e809
|
vkd3d-shader/hlsl: Use lower_ir() for lower_int_abs().
|
2023-09-25 22:07:21 +02:00 |
|
Zebediah Figura
|
7944ee9bed
|
vkd3d-shader/hlsl: Use lower_ir() for lower_casts_to_bool().
|
2023-09-25 22:07:20 +02:00 |
|
Zebediah Figura
|
65bf6e997c
|
vkd3d-shader/hlsl: Use lower_ir() for more passes.
|
2023-09-25 22:07:18 +02:00 |
|
Petrichor Park
|
976fd67f51
|
vkd3d-shader/hlsl: Implement intrinsic tan.
This commit also extends the trigonometry tests a little bit to make
sure that tan works right.
|
2023-09-25 22:07:13 +02:00 |
|
Conor McCarthy
|
6ec5e5bf54
|
vkd3d-shader/dxil: Implement DX instruction LoadInput.
|
2023-09-25 22:07:09 +02:00 |
|
Conor McCarthy
|
644a06dcca
|
vkd3d-shader/dxil: Declare shader inputs.
|
2023-09-25 22:07:08 +02:00 |
|
Conor McCarthy
|
5984b4e455
|
vkd3d-shader/dxbc: Load input signatures also from ISG1 chunks.
When DXBC contains DXIL code it uses ISG1 signatures.
|
2023-09-25 22:07:06 +02:00 |
|
Conor McCarthy
|
575135a9ce
|
vkd3d-shader/spirv: Build undefined values once.
|
2023-09-25 22:07:05 +02:00 |
|
Conor McCarthy
|
3249723972
|
vkd3d-shader/spirv: Introduce a Static Single Assignment register type.
|
2023-09-25 22:07:04 +02:00 |
|
Conor McCarthy
|
a67a85989f
|
vkd3d-shader/d3d-asm: Trace undefined registers.
|
2023-09-25 22:07:02 +02:00 |
|
Conor McCarthy
|
b765f3c770
|
vkd3d-shader: Make the paramater allocator slab size at least MAX_REG_OUTPUT.
The allocator is used for DXIL input/output parameter arrays.
|
2023-09-25 22:07:01 +02:00 |
|
Zebediah Figura
|
257a351f37
|
vkd3d-shader/spirv: Flush NaN to zero in ftoi.
|
2023-09-25 22:06:45 +02:00 |
|
Zebediah Figura
|
a5b6162d25
|
vkd3d-shader/spirv: Clamp ftoi upper bound to INT_MAX.
|
2023-09-25 22:06:44 +02:00 |
|
Zebediah Figura
|
9dee15da5b
|
vkd3d-shader/spirv: Clamp ftoi lower bound to INT_MIN.
|
2023-09-25 22:06:43 +02:00 |
|
Zebediah Figura
|
cc893a3368
|
vkd3d-shader/spirv: Clamp ftou upper bound to UINT_MAX.
|
2023-09-25 22:06:41 +02:00 |
|
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 |
|