| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
22.3.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
video_core: Implement all vulkan topology
|
|
|
|
|
|
Vulkan: Add support for VK_EXT_depth_clip_control.
|
|
|
|
Wayland fixes
|
|
|
|
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
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
general: fix compile for Apple Clang
|
|
Vulkan: update initialization
|
|
|
|
Co-authored-by: bylaws <bylaws@users.noreply.github.com>
|
|
FSR Sharpening Slider
|
|
maxwell_to_vk: Fix format usage bits and add R16_SINT
|
|
|
|
|
|
|
|
This was somehow missed when the format was added to GL
|
|
- VK_FORMAT_B8G8R8A8_UNORM supports the STORAGE_IMAGE_BIT
- VK_FORMAT_R4G4B4A4_UNORM_PACK16 does not support the COLOR_ATTACHMENT_BIT
|
|
|
|
video_core: Reimplement inline index buffer binding
|
|
Add available Vulkan VRAM to log files
|