Module: vkd3d Branch: master Commit: 589670180a1a8e9221afd8923b61775264ccfb5e URL: https://gitlab.winehq.org/wine/vkd3d/-/commit/589670180a1a8e9221afd8923b6177...
Author: Conor McCarthy cmccarthy@codeweavers.com Date: Wed Oct 11 14:33:27 2023 +1000
vkd3d-shader/dxil: Implement the DXIL EXTRACTVAL instruction.
---
libs/vkd3d-shader/dxil.c | 92 +++++++++++++++++++++++++++++ tests/hlsl/asfloat.shader_test | 2 +- tests/hlsl/cbuffer.shader_test | 16 ++--- tests/hlsl/expr-indexing.shader_test | 4 +- tests/hlsl/half.shader_test | 2 +- tests/hlsl/majority-pragma.shader_test | 26 ++++---- tests/hlsl/majority-syntax.shader_test | 2 +- tests/hlsl/matrix-indexing.shader_test | 8 +-- tests/hlsl/nested-arrays.shader_test | 2 +- tests/hlsl/object-field-offsets.shader_test | 4 +- tests/hlsl/storage-qualifiers.shader_test | 2 +- tests/hlsl/struct-array.shader_test | 2 +- tests/hlsl/swizzle-matrix.shader_test | 14 ++--- tests/hlsl/swizzles.shader_test | 6 +- tests/hlsl/uniform-semantics.shader_test | 4 +- tests/hlsl/vector-indexing.shader_test | 2 +- 16 files changed, 140 insertions(+), 48 deletions(-)