Skip to content

Commit

Permalink
winevulkan: fshack: Fixes and improvements.
Browse files Browse the repository at this point in the history
Old fshack causes radv assertions because of image view format mismatches.

Changes:
- drop the vkCmdBlitImage path, it's impossible to keep without
  VK_KHR_swapchain_mutable_format.
- drop the compute+copy path, all drivers support swapchains with storage usage,
  no reason to keep untested code around.
- interpolate in linear color space for slightly better results
- improve compute path by interpolating at the pixel center
- fix all validation errors

Signed-off-by: Georg Lehmann <[email protected]>
Link: #158
  • Loading branch information
DadSchoorse authored and ivyl committed Sep 19, 2022
1 parent 2bc7af1 commit 388b0e1
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 433 deletions.
Loading

0 comments on commit 388b0e1

Please sign in to comment.