shadPS4/src/video_core/texture_cache
Vladislav Mikhalin 18a36c5daa
Some checks are pending
Build and Release / reuse (push) Waiting to run
Build and Release / clang-format (push) Waiting to run
Build and Release / get-info (push) Waiting to run
Build and Release / windows-sdl (push) Blocked by required conditions
Build and Release / windows-qt (push) Blocked by required conditions
Build and Release / macos-sdl (push) Blocked by required conditions
Build and Release / macos-qt (push) Blocked by required conditions
Build and Release / linux-sdl (push) Blocked by required conditions
Build and Release / linux-qt (push) Blocked by required conditions
Build and Release / pre-release (push) Blocked by required conditions
Fixed false-positive image reuploads (#1557)
* Fixed false-positive image reuploads

* Fixed userfaultfd path, removed dead code, simplified calculations

* oopsie

* track potentially dirty images and hash them

* untrack only first page of the image in case of head access

* rebase, initialize hash, fix bounds check

* include image tail in the calculations
2024-11-26 22:45:15 +02:00
..
host_compatibility.h video_core: Improve handling of image buffer aliases (#757) 2024-09-05 17:25:45 +03:00
image_info.cpp Revert "hot-fix: downgrade Nx1 2D render targets to 1D" due to regression 2024-11-25 22:14:53 +01:00
image_info.h Image binding and texture cache interface refactor (1/2) (#1481) 2024-11-24 17:07:51 +01:00
image_view.cpp Revert "hot-fix: downgrade Nx1 2D render targets to 1D" due to regression 2024-11-25 22:14:53 +01:00
image_view.h Revert "hot-fix: downgrade Nx1 2D render targets to 1D" due to regression 2024-11-25 22:14:53 +01:00
image.cpp Fixed false-positive image reuploads (#1557) 2024-11-26 22:45:15 +02:00
image.h Fixed false-positive image reuploads (#1557) 2024-11-26 22:45:15 +02:00
sampler.cpp renderer_vulkan: Commize and adjust buffer bindings (#1412) 2024-10-19 15:30:58 +03:00
sampler.h video_core: Add image support 2024-05-27 18:25:45 +03:00
texture_cache.cpp Fixed false-positive image reuploads (#1557) 2024-11-26 22:45:15 +02:00
texture_cache.h Fixed false-positive image reuploads (#1557) 2024-11-26 22:45:15 +02:00
tile_manager.cpp Revert "hot-fix: downgrade Nx1 2D render targets to 1D" due to regression 2024-11-25 22:14:53 +01:00
tile_manager.h hotfix: descriptor set lifetime fix 2024-09-27 02:56:50 +03:00
types.h vk_compute_pipeline: Add missing meta check 2024-10-30 14:03:53 +01:00