| Age | Commit message (Collapse) | Author |
|
|
|
Add support for VK_KHR_image_format_list
|
|
Memory Tracking: Add mechanism to register small writes when gpu page is contested by GPU
|
|
|
|
This reverts commit 1fc47361a12afd91d8ea0b76378e0b3d4feb93a6.
|
|
Minor cleanup in BufferCacheRuntime::ReserveNullBuffer
|
|
vulkan: Improvements to macOS surface creation
|
|
general: Misc changes that did not deserve their own PRs
|
|
As far as I can tell, there is no reason to OR this bit in separately.
|
|
* Many times the format itself wouldn't have been added to the list causing device losses for nvidia GPUs
* Also account for ASTC acceleration storage views
|
|
|
|
|
|
|
|
|
|
Texture cache: Fix YFC regression due to code testing
|
|
AccelerateDMA: Don't accelerate 3D texture DMA operations
|
|
|
|
|
|
|
|
|
|
|
|
with the host GPU
|
|
|
|
|
|
|
|
|
|
* Causes crashes because mali drivers don't support debug utils
|
|
* 1.3 is guaranteed on all 1.1 drivers
|
|
|
|
|
|
|
|
Use safe reads in DMA engine
|
|
Use vulkan memory allocator
|
|
|
|
|
|
:frog:
|
|
|
|
|
|
general: remove atomic signal and wait
|
|
* Allows VMA to fallback to system RAM instead of crashing
|
|
|
|
|
|
core_timing: Use CNTPCT as the guest CPU tick
|
|
video_core: optionally skip barriers on feedback loops
|
|
video_core: add samples check when find render target
|
|
vulkan_device: Restrict compute disable only to affected Intel drivers
|
|
Use current GPU address when unmapping GPU pages, not the base
|
|
Co-authored-by: Tobias <thm.frey@gmail.com>
|
|
Checks it as the system is determining what settings to enable. Reduces
the need to check settings while the system is running.
|
|
|