| Age | Commit message (Collapse) | Author |
|
|
|
renderer_vulkan: Introduce separate cmd buffer for uploads
|
|
renderer_vulkan: exclude steam deck oled from force max clock setting
|
|
vk_texture_cache: add workaround for nullDescriptor on Mali
|
|
|
|
|
|
video_core: refactor video frame and packet parsing
|
|
|
|
|
|
FernandoS27/check-out-on-your-broke-crypto-friends
Vulkan: Be more generous with pipeline workers for Android
|
|
Query Cache: Disable write syncing on Android
|
|
gl_graphics_pipeline: GLASM: Fix transform feedback attribs buffer mode
|
|
|
|
|
|
|
|
GL_SEPARATE_ATTRIBS only applies when multiple buffers are being used, else GL_INTERLEAVED_ATTRIBS handles the cases for a single buffer with potentially more than one attribute
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit d9dde7e6f3a90f58d642808900ddd558da21f762.
|
|
renderer_vulkan: fix cropping for presentation
|
|
|
|
|
|
|
|
|
|
|
|
Co-Authored-By: Billy Laws <blaws05@gmail.com>
|
|
renderer_vulkan: ensure exception on surface loss
|
|
renderer_vulkan: fix viewport swizzle dirty state tracking
|
|
|
|
Manually robust on Pascal and earlier
|
|
Add missing loop around compute FindBuffer calls
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Manually robust on Maxwell and earlier
|
|
renderer_vulkan: add locks to avoid scheduler flushes from CPU
|
|
|
|
general: fix build failure on clang 17
|
|
[Vulkan]Implement missing copy formats for D32, ARGB8_SRGB and BGRA8_Unorm/SRGB
|
|
|
|
Small things
|
|
video_core: Fix moltenvk crash on macos
|
|
|
|
[crash fix]brings back the removed if statement in util.cpp and adds the num_level test to it like previous discontinued PR
|