summaryrefslogtreecommitdiff
path: root/src/video_core
AgeCommit message (Expand)Author
2022-08-25video_core: add option for pessimistic flushingLiam
2022-08-21Merge pull request #8784 from Docteh/nosnekliamwhite
2022-08-20video_core: support framebuffer crop rect top not zerovonchenplus
2022-08-19code: dodge PAGE_SIZE #defineKyle Kienapfel
2022-08-19video_core: implement R16G16B16X16 texture formatLiam
2022-08-13Merge pull request #8739 from merryhime/swizzle_tablebunnei
2022-08-09video_core/textures/decoders: Avoid SWIZZLE_TABLEMerry
2022-08-07Make vsync setting work for VulkanDJRobX
2022-08-06Merge pull request #8658 from liamwhite/plgpbunnei
2022-08-06Merge pull request #8700 from liamwhite/xc3-vk-crashbunnei
2022-08-02renderer_vulkan: add format fallbacks for R16G16B16_SFLOAT, R16G16B16_SSCALED...Liam
2022-08-02vk_texture_cache: return VK_NULL_HANDLE for views of null imagesLiam
2022-07-31Merge pull request #8678 from liamwhite/stop-waitingbunnei
2022-07-30renderer_opengl: delete shader source after linkingLiam
2022-07-29video_core: stop waiting for shader compilation on user cancelLiam
2022-07-27video_core: differentiate between tiled and untiled framebuffer sizes for una...Liam
2022-07-27Merge pull request #8542 from Morph1984/gpu-use-old-qliamwhite
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda
2022-07-19video_core: use correct byte size for framebufferLiam
2022-07-16yuzu: settings: Remove framerate cap and merge unlocked framerate setting.bunnei
2022-07-06gpu_thread: Use the previous MPSCQueue implementationMorph
2022-07-05renderer_(gl/vk): Implement ASTC_10x6_UNORMMorph
2022-06-29Revert "vulkan_device: Block AMDVLK's VK_KHR_push_descriptor"lat9nq
2022-06-26video_core: Replace VKUpdateDescriptorQueue with UpdateDescriptorQueuegerman77
2022-06-26video_core: Replace VKSwapchain with Swapchaingerman77
2022-06-26video_core: Replace VKQueryCache with QueryCachegerman77
2022-06-26video_core: Replace VKScheduler with Schedulergerman77
2022-06-26video_core: Replace VKBlitScreen with BlitScreengerman77
2022-06-26video_core: Replace VKFenceManager with FenceManagergerman77
2022-06-15Merge pull request #8460 from Morph1984/bounded-qliamwhite
2022-06-15bounded_threadsafe_queue: Use constexpr capacity and maskMorph
2022-06-15vk_compute_pass: Explicitly cast to VkAccessFlagsMorph
2022-06-14Merge pull request #8383 from Morph1984/shadow-of-the-pastMai
2022-06-14vk_compute_pass: Use VK_ACCESS_NONEMorph
2022-06-14Merge pull request #8439 from liamwhite/monkey-compilerMai
2022-06-14vk_compute_pass: Silence Wextra warningMorph
2022-06-13general: fix compilation on MinGW GCC 12Liam
2022-06-13common: Change semantics of UNREACHABLE to unconditionally crashLiam
2022-06-13CMakeLists: Make variable shadowing a compile-time errorMorph
2022-06-11Merge pull request #8413 from behunin/bounded-queuebunnei
2022-06-11Merge pull request #8393 from lat9nq/default-vulkanbunnei
2022-06-02gpu_thread: Move to bounded queueLevi Behunin
2022-06-02Maxwell3D: Fix 3D semaphore counter type 0 handlingBilly Laws
2022-06-01core/debugger: Improved stepping mechanism and misc fixesLiam
2022-05-30vulkan_library: Add debug logginglat9nq
2022-05-29Merge pull request #8332 from Morph1984/reduce_exec_sizebunnei
2022-05-25Merge pull request #8379 from lat9nq/amd-push-desc-workaroundbunnei
2022-05-25Merge pull request #8369 from lat9nq/amd-wmel-workaroundbunnei
2022-05-25vulkan_device: Workaround extension buglat9nq
2022-05-25vulkan_device: Block AMDVLK's VK_KHR_push_descriptorlat9nq