vkd3d-proton/tests
Henri Verbeet 3777eb4e5c vkd3d: Introduce API versions.
For backwards compatibility. Newer vkd3d versions may report more
capabilities, but some of those may also require newer vkd3d APIs in order to
use them. That's an issue for a vkd3d user like Wine, where reporting more
capabilities may cause the application to try to use APIs that are not
implemented in that version of Wine.

Note that using ELF symbol versioning would have solved the issue for existing
binaries compiled against older versions of vkd3d, but not for older source
compiled against newer versions of vkd3d.

Users of vkd3d-utils should define VKD3D_UTILS_API_VERSION to the vkd3d
API version they wish to target.

Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-06-30 21:05:17 +02:00
..
.gitignore tests: Add new vkd3d_common test to .gitignore. 2019-06-21 08:09:03 +02:00
d3d12.c tests: Test using UAV counters with multiple register spaces. 2020-06-30 21:05:10 +02:00
d3d12_crosstest.h vkd3d: Introduce API versions. 2020-06-30 21:05:17 +02:00
d3d12_invalid_usage.c tests: Move invalid BC1_UNORM buffer view tests to d3d12_invalid_usage. 2019-08-12 09:31:19 +02:00
d3d12_test_utils.h tests: Introduce compare_uint(). 2020-04-15 22:40:37 +02:00
vkd3d_api.c vkd3d: Introduce API versions. 2020-06-30 21:05:17 +02:00
vkd3d_common.c vkd3d-common: Move vkd3d_write_mask_is_contiguous() from vkd3d-shader. 2019-07-05 17:52:04 +02:00
vkd3d_shader_api.c vkd3d-shader: Allow vkd3d_shader_compile() to handle multiple target types. 2020-06-23 16:25:16 +02:00