Henri Verbeet pushed to branch master at wine / vkd3d
Commits: b5f19794 by Henri Verbeet at 2024-10-31T16:46:59+01:00 tests/shader_runner: Print "(none)" for an empty caps list in trace_shader_caps().
Like we do in trace_format_cap().
- - - - - da75582a by Henri Verbeet at 2024-10-31T16:46:59+01:00 tests/shader_runner: Check whether copy/dispatch/draw succeeded in parse_test_directive().
- - - - - b0646cb4 by Feifan He at 2024-10-31T16:47:26+01:00 tests/shader_runner: Introduce a Metal shader runner.
- - - - -
30 changed files:
- Makefile.am - configure.ac - tests/hlsl/abs.shader_test - tests/hlsl/all.shader_test - tests/hlsl/angle-unit.shader_test - tests/hlsl/any.shader_test - tests/hlsl/arithmetic-float-uniform.shader_test - tests/hlsl/arithmetic-float.shader_test - tests/hlsl/arithmetic-int-uniform.shader_test - tests/hlsl/arithmetic-int.shader_test - tests/hlsl/arithmetic-uint.shader_test - tests/hlsl/array-parameters.shader_test - tests/hlsl/array-size-expr.shader_test - tests/hlsl/asfloat.shader_test - tests/hlsl/asint.shader_test - tests/hlsl/asuint.shader_test - tests/hlsl/bitwise-assignment.shader_test - tests/hlsl/bitwise.shader_test - tests/hlsl/bool-cast.shader_test - tests/hlsl/bool-semantics.shader_test - tests/hlsl/cast-broadcast.shader_test - tests/hlsl/cast-componentwise-compatible.shader_test - tests/hlsl/cast-componentwise-equal.shader_test - tests/hlsl/cast-to-float.shader_test - tests/hlsl/cast-to-half.shader_test - tests/hlsl/cast-to-int.shader_test - tests/hlsl/cast-to-uint.shader_test - tests/hlsl/cbuffer.shader_test - tests/hlsl/ceil.shader_test - tests/hlsl/cf-cond-types.shader_test
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/ad2208b726f825305f69d09979020...