Giovanni Mascellani
|
bf9022d3df
|
vkd3d-shader/ir: Introduce a helper for validating ENDLOOP.
|
2024-09-13 15:58:46 +02:00 |
|
Giovanni Mascellani
|
5ce10b9e68
|
vkd3d-shader/ir: Introduce a helper for validating LOOP.
|
2024-09-13 15:58:01 +02:00 |
|
Giovanni Mascellani
|
34c8aaad29
|
vkd3d-shader/ir: Introduce a helper for validating ENDIF.
|
2024-09-13 15:57:39 +02:00 |
|
Giovanni Mascellani
|
244838d344
|
vkd3d-shader/ir: Introduce a helper for validating ELSE.
|
2024-09-13 15:56:18 +02:00 |
|
Giovanni Mascellani
|
8af2d04dbc
|
vkd3d-shader/ir: Introduce a helper for validating IFC.
|
2024-09-13 15:54:51 +02:00 |
|
Giovanni Mascellani
|
af687c9522
|
vkd3d-shader/ir: Introduce a helper for validating IF.
|
2024-09-13 15:54:16 +02:00 |
|
Giovanni Mascellani
|
35fe5b48c8
|
vkd3d-shader/ir: Introduce a helper for validating DCL_TEMPS.
|
2024-09-13 15:52:07 +02:00 |
|
Giovanni Mascellani
|
866f138875
|
vkd3d-shader/ir: Record the control flow type in the program.
|
2024-09-12 18:31:32 +02:00 |
|
Giovanni Mascellani
|
dcee148b1a
|
vkd3d-shader/ir: Move the control flow type enumeration to vkd3d_shader_private.h.
|
2024-09-12 18:27:20 +02:00 |
|
Feifan He
|
5df81049aa
|
vkd3d-shader/msl: Call vsir_program_transform() before generating code.
|
2024-09-12 18:09:00 +02:00 |
|
Giovanni Mascellani
|
b31c9831fa
|
vkd3d-shader/ir: Print results as signed numbers.
|
2024-09-11 15:13:14 +02:00 |
|
Giovanni Mascellani
|
096f133b09
|
vkd3d-shader/ir: Rename vsir_program_normalise() to vsir_program_transform().
|
2024-09-11 15:13:14 +02:00 |
|
Giovanni Mascellani
|
03ab0156a2
|
vkd3d-shader/ir: Run validation after inserting the alpha test.
|
2024-09-11 15:13:14 +02:00 |
|
Giovanni Mascellani
|
5c0d640d18
|
vkd3d-shader/ir: Run validation after flattening control flow constructs.
|
2024-09-11 15:13:14 +02:00 |
|
Giovanni Mascellani
|
4b06729be8
|
vkd3d-shader/ir: Run validation after normalising combined samplers.
|
2024-09-11 15:13:14 +02:00 |
|
Giovanni Mascellani
|
c2fd1e42fd
|
vkd3d-shader/ir: Run validation after removing dead code.
|
2024-09-11 15:13:14 +02:00 |
|
Conor McCarthy
|
e550901efa
|
vkd3d-shader/ir: Free the semantic names of deleted signature elements in shader_signature_merge(). (Valgrind)
|
2024-09-10 21:45:22 +02:00 |
|
Giovanni Mascellani
|
828dfdf1bd
|
vkd3d-shader/ir: Run validation after normalising flat constants.
|
2024-09-10 21:43:14 +02:00 |
|
Giovanni Mascellani
|
1c285d40bd
|
vkd3d-shader/ir: Run validation after normalising I/O registers.
|
2024-09-10 21:43:14 +02:00 |
|
Giovanni Mascellani
|
d8c41cc270
|
vkd3d-shader/ir: Run validation after normalising Hull Shader control points I/O registers.
|
2024-09-10 21:43:14 +02:00 |
|
Giovanni Mascellani
|
a3fdc447de
|
vkd3d-shader/ir: Run validation after flattening hull shader phases.
|
2024-09-10 21:43:14 +02:00 |
|
Giovanni Mascellani
|
5fd93c28c4
|
vkd3d-shader/ir: Run validation after remapping the output signature.
|
2024-09-10 21:43:14 +02:00 |
|
Giovanni Mascellani
|
bfd1fc9cd6
|
vkd3d-shader/ir: Assume that Hull Shaders have a control point phase in vsir_program_normalise_io_registers().
The control point phase is always introduced, when missing, by the
earlier instruction_array_normalise_hull_shader_control_point_io()
pass.
|
2024-09-05 16:33:05 +02:00 |
|
Giovanni Mascellani
|
7b9a1bf6df
|
vkd3d-shader/ir: Run validation after materializing undominated SSAs to TEMPs.
|
2024-09-05 16:29:47 +02:00 |
|
Giovanni Mascellani
|
08c1f4d45e
|
vkd3d-shader/ir: Run validation after flattening control flow constructs.
|
2024-09-05 16:29:17 +02:00 |
|