summaryrefslogtreecommitdiff
path: root/src/video_core
AgeCommit message (Expand)Author
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
2022-05-24Merge pull request #8311 from asLody/fix-stencil-facesbunnei
2022-05-17video_core: Support new VkResultAlexandre Bouvier
2022-05-13video_core/surface: Use u8 for PixelFormat block tablesMorph
2022-05-13codecs/vp9: Use u8 for norm and map lutsMorph
2022-05-11Merge pull request #8314 from liamwhite/gl-flip-2Morph
2022-05-11Merge pull request #8313 from liamwhite/dma-bppMorph
2022-05-10maxwell_dma: use fallback if remapping is enabledLiam
2022-05-10video_core/macro: clear code on upload address assignmentLiam
2022-05-08VideoCore: Add option to dump the macros.Fernando Sahmkow
2022-05-08video_core/macro_jit_x64: warn on invalid parameter accessLiam
2022-05-06OpenGL: implement face flips according to NDCLiam
2022-05-06maxwell_dma: fix bytes per pixelLiam
2022-05-06vk_rasterizer: fix stencil test when two faces are disabledLody
2022-04-28Merge pull request #8280 from Tachi107/spdx-fixupMai M
2022-04-28Merge pull request #8282 from liamwhite/gcc-12Mai M
2022-04-28GCC 12 fixesLiam
2022-04-28chore: add missing SPDX tagsAndrea Pappacoda
2022-04-26renderer_vulkan: Update screen info if the framebuffer size has changedMorph
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-04-18bootmanager: Don't create another screenshot request if previous one is not d...german77
2022-04-14video_core: implement formats for N64 emulationFernando Sahmkow
2022-04-14buffer_cache: cap vertex buffer sizesLiam
2022-04-14maxwell3d: add small_index_2 registerLiam
2022-04-09Merge pull request #8149 from liamwhite/front-facebunnei
2022-04-07video_core: Replace lock_guard with scoped_lockMerry
2022-04-07Merge pull request #8161 from liamwhite/gl-s8d24Fernando S
2022-04-07Merge pull request #8152 from liamwhite/gl-cropFernando S
2022-04-06OpenGL: fix S8D24 to ABGR8 conversionsLiam
2022-04-04Revert "texture_cache/util: Remove unneeded ReadBlockUnsafe"bunnei