[Git][wine/vkd3d][master] vkd3d: Use vkCmdCopyImage() to copy a subset of the source aspects in...
Henri Verbeet pushed to branch master at wine / vkd3d Commits: 9fd4d035 by Henri Verbeet at 2026-04-23T23:23:37+02:00 vkd3d: Use vkCmdCopyImage() to copy a subset of the source aspects in d3d12_command_list_CopyResource(). Instead of taking the d3d12_command_list_copy_incompatible_texture_region() path. That path has its own set of restrictions, but also requires an extra copy through a temporary buffer. - - - - - 2 changed files: - libs/vkd3d/command.c - tests/hlsl/stencil.shader_test View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/9fd4d0353167676addca5f433af070... -- View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/9fd4d0353167676addca5f433af070... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help
participants (1)
-
Henri Verbeet (@hverbeet)