Module: vkd3d Branch: master Commit: 12947aa50d33d73dd3710aeaee4aa637293b789f URL: https://gitlab.winehq.org/wine/vkd3d/-/commit/12947aa50d33d73dd3710aeaee4aa6...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Mon Jun 10 13:05:13 2024 +0200
vkd3d-shader/fx: Add support for writing DepthStencilState objects.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com
---
libs/vkd3d-shader/d3dbc.c | 2 + libs/vkd3d-shader/fx.c | 134 ++++++++++++++++++++++++++---- libs/vkd3d-shader/hlsl.c | 7 ++ libs/vkd3d-shader/hlsl.h | 1 + libs/vkd3d-shader/hlsl.y | 4 + libs/vkd3d-shader/hlsl_codegen.c | 1 + libs/vkd3d-shader/tpf.c | 1 + tests/hlsl/annotations.shader_test | 2 +- tests/hlsl/state-block-syntax.shader_test | 6 +- 9 files changed, 139 insertions(+), 19 deletions(-)