| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
Co-authored-by: goldenx86 <goldenx86@users.noreply.github.com>
Co-authored-by: BreadFish64 <breadfish64@users.noreply.github.com>
|
|
|
|
|
|
|
|
video_core: Implement maxwell3d draw manager and split draw logic
|
|
|
|
vulkan_common: quiet some validation errors
|
|
vulkan_common: further initialization tweaks
|
|
Respect render mode override
|
|
|
|
cmake: prefer system libraries
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
externals: update dynarmic, SDL2
|