Elizabeth Figura
|
a492d64fef
|
vkd3d-shader/ir: Allow controlling point sprite through a parameter.
|
2024-10-22 19:14:02 +02:00 |
|
Giovanni Mascellani
|
ed4d45355a
|
vkd3d-shader/ir: Represent the normalisation level with an enumeration.
|
2024-10-21 18:21:39 +02:00 |
|
Shaun Ren
|
768b19d410
|
vkd3d-shader/ir: Validate control point counts correctly.
Allow zero input control points for domain shaders, and zero output
control points for hull shaders.
|
2024-10-21 18:10:13 +02:00 |
|
Giovanni Mascellani
|
03ad04c890
|
vkd3d-shader/ir: Validate OUTCONTROLPOINT registers.
|
2024-10-17 17:34:55 +02:00 |
|
Giovanni Mascellani
|
1e86f00247
|
vkd3d-shader/ir: Validate INCONTROLPOINT registers.
|
2024-10-17 17:34:55 +02:00 |
|
Giovanni Mascellani
|
a4ab53ab7b
|
vkd3d-shader/ir: Validate PATCHCONST registers.
|
2024-10-17 17:34:55 +02:00 |
|
Giovanni Mascellani
|
62d5bc91f5
|
vkd3d-shader/ir: Validate OUTPUT registers.
|
2024-10-17 17:34:55 +02:00 |
|
Giovanni Mascellani
|
349fdd0843
|
vkd3d-shader/ir: Validate INPUT registers.
|
2024-10-17 17:34:55 +02:00 |
|
Giovanni Mascellani
|
d9508558a9
|
vkd3d-shader: Keep track of whether programs have normalised hull shader control point I/O.
|
2024-10-17 17:34:55 +02:00 |
|
Giovanni Mascellani
|
eba8fd4720
|
vkd3d-shader: Keep track of whether programs have normalised I/O.
|
2024-10-17 17:34:55 +02:00 |
|
Giovanni Mascellani
|
0e43dea42d
|
vkd3d-shader/ir: Check that signature masks are contiguous.
|
2024-10-17 17:28:52 +02:00 |
|
Giovanni Mascellani
|
2b45878ff8
|
vkd3d-shader/ir: Validate the line density SV_TessFactor signature element for isolines domains.
|
2024-10-16 21:40:58 +02:00 |
|
Giovanni Mascellani
|
f470eb2a1a
|
vkd3d-shader/ir: Validate the line detail SV_TessFactor signature element for isolines domains.
|
2024-10-16 21:40:58 +02:00 |
|
Giovanni Mascellani
|
c5c3151414
|
vkd3d-shader/ir: Validate SV_InsideTessFactor signature elements for tri domains.
|
2024-10-16 21:40:58 +02:00 |
|
Giovanni Mascellani
|
4e8b34c075
|
vkd3d-shader/ir: Validate SV_TessFactor signature elements for tri domains.
|
2024-10-16 21:40:58 +02:00 |
|
Giovanni Mascellani
|
b2460a6794
|
vkd3d-shader/ir: Validate SV_InsideTessFactor signature elements for quad domains.
|
2024-10-16 21:40:58 +02:00 |
|
Giovanni Mascellani
|
a8b9a92c10
|
vkd3d-shader/ir: Validate SV_TessFactor signature elements for quad domains.
|
2024-10-16 21:40:58 +02:00 |
|
Giovanni Mascellani
|
7f834f57e5
|
vkd3d-shader/ir: Validate that signatures are sensible for shader type.
|
2024-10-15 16:47:04 +02:00 |
|
Giovanni Mascellani
|
859b911b3a
|
vkd3d-shader/ir: Validate the output control point count.
|
2024-10-15 16:47:04 +02:00 |
|
Giovanni Mascellani
|
bd3ba87747
|
vkd3d-shader/ir: Validate the input control point count.
|
2024-10-15 16:47:04 +02:00 |
|
Giovanni Mascellani
|
5dfaa26990
|
vkd3d-shader/ir: Validate the allowed data type and component count for SV_CullDistance.
|
2024-10-14 19:39:12 +02:00 |
|
Giovanni Mascellani
|
cd5718f59d
|
vkd3d-shader/ir: Validate the allowed signatures and stages for SV_CullDistance.
|
2024-10-14 19:39:12 +02:00 |
|
Giovanni Mascellani
|
33972998a9
|
vkd3d-shader/ir: Validate the allowed data type and component count for SV_ClipDistance.
|
2024-10-14 19:39:12 +02:00 |
|
Giovanni Mascellani
|
0465549c9d
|
vkd3d-shader/ir: Validate the allowed signatures and stages for SV_ClipDistance.
|
2024-10-14 19:39:12 +02:00 |
|
Giovanni Mascellani
|
20b3a4c362
|
vkd3d-shader/ir: Validate the allowed data type and component count for SV_Position.
|
2024-10-14 19:39:12 +02:00 |
|