| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
22.3.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
video_core: Implement all vulkan topology
|
|
|
|
|
|
|
|
|
|
|
|
common: Add ScratchBuffer Class
|
|
resize keeps previous data intact when the buffer grows
resize_destructive destroys the previous data when the buffer grows
|
|
Uses ScratchBuffer and avoids overwriting the command_headers buffer with the prefetch_command_list
|
|
|
|
|
|
|
|
Vulkan: Add support for VK_EXT_depth_clip_control.
|
|
|
|
vulkan_common: declare storageBuffer8BitAccess
|
|
Wayland fixes
|
|
|
|
|
|
Instead of checking a environment variable which may not actually
exist or is just wrong, ask QT if it's running on the wayland
platform.
|
|
Vulkan for whatever reason does not return VK_ERROR_OUT_OF_DATE_KHR when
the swapchain is the wrong size. Explicity make sure the size is indeed
up to date to workaround this.
|
|
|
|
|
|
video_core: Adjust topology update logic and Adjust Clear Manage
|
|
video_core: fix off by one in anisotropic filtering amount
|
|
video_core: Integrate SMAA
|
|
|