tests/shader_runner: Miscellaneus fixes.
This MR includes:
- A fix to a comment in vkd3d-shader/ir.c (out of MR scope but really tiny!).
- A fix when creating UAV buffers in the shader_runner d3d12 backend.
- Fixes to (hopefully) all the memory leaks in the shader_runner reported by valgrind when running all tests.
Merge request reports
Activity
added 41 commits
-
9e4b7c56...8ae69c74 - 34 commits from branch
wine:master
- cec45da4 - vkd3d-shader/ir: Update flatten_control_flow_constructs() comment.
- 8f9b48c4 - tests/shader_runner: Pass a pointer to the data when creating uav buffers in d3d12.
- 969350a2 - tests/shader_runner: Free params.data on test directives (valgrind).
- 48e61fa3 - tests/shader_runner: Free runner->uniforms (valgrind).
- 8379e533 - tests/shader_runner: Free extensions pointer on vulkan runner (valgrind).
- 70e1924e - tests/shader_runner: Free runner->input_elements in parse_test_directive() (valgrind).
- d7ffdd73 - tests/shader_runner: Free runner->cs_source and runner->fx_source (valgrind).
Toggle commit list-
9e4b7c56...8ae69c74 - 34 commits from branch
Please register or sign in to reply