summaryrefslogtreecommitdiff
path: root/src/video_core (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-19video_core: use correct byte size for framebufferGravatar Liam1-5/+8
2022-07-16yuzu: settings: Remove framerate cap and merge unlocked framerate setting.Gravatar bunnei1-3/+3
2022-07-05renderer_(gl/vk): Implement ASTC_10x6_UNORMGravatar Morph7-1/+16
2022-06-29Revert "vulkan_device: Block AMDVLK's VK_KHR_push_descriptor"Gravatar lat9nq1-11/+0
2022-06-26video_core: Replace VKUpdateDescriptorQueue with UpdateDescriptorQueueGravatar german7714-33/+33
2022-06-26video_core: Replace VKSwapchain with SwapchainGravatar german775-25/+23
2022-06-26video_core: Replace VKQueryCache with QueryCacheGravatar german776-28/+27
2022-06-26video_core: Replace VKScheduler with SchedulerGravatar german7735-111/+110
2022-06-26video_core: Replace VKBlitScreen with BlitScreenGravatar german773-51/+51
2022-06-26video_core: Replace VKFenceManager with FenceManagerGravatar german773-15/+14
2022-06-15bounded_threadsafe_queue: Use constexpr capacity and maskGravatar Morph1-1/+1
2022-06-15vk_compute_pass: Explicitly cast to VkAccessFlagsGravatar Morph1-25/+26
2022-06-14vk_compute_pass: Use VK_ACCESS_NONEGravatar Morph1-1/+1
2022-06-14vk_compute_pass: Silence Wextra warningGravatar Morph1-1/+1
2022-06-13general: fix compilation on MinGW GCC 12Gravatar Liam1-1/+1
2022-06-13common: Change semantics of UNREACHABLE to unconditionally crashGravatar Liam29-103/+104
2022-06-13CMakeLists: Make variable shadowing a compile-time errorGravatar Morph1-5/+0
2022-06-02gpu_thread: Move to bounded queueGravatar Levi Behunin2-4/+5
2022-06-02Maxwell3D: Fix 3D semaphore counter type 0 handlingGravatar Billy Laws2-3/+3
2022-06-01core/debugger: Improved stepping mechanism and misc fixesGravatar Liam1-0/+4
2022-05-30vulkan_library: Add debug loggingGravatar lat9nq1-0/+4
2022-05-25vulkan_device: Workaround extension bugGravatar lat9nq1-1/+6
2022-05-25vulkan_device: Block AMDVLK's VK_KHR_push_descriptorGravatar lat9nq1-0/+11
2022-05-17video_core: Support new VkResultGravatar Alexandre Bouvier1-0/+2
2022-05-13video_core/surface: Use u8 for PixelFormat block tablesGravatar Morph1-3/+3
2022-05-13codecs/vp9: Use u8 for norm and map lutsGravatar Morph1-4/+4
2022-05-10maxwell_dma: use fallback if remapping is enabledGravatar Liam1-3/+6
2022-05-10video_core/macro: clear code on upload address assignmentGravatar Liam3-0/+10
2022-05-08VideoCore: Add option to dump the macros.Gravatar Fernando Sahmkow1-0/+27
2022-05-08video_core/macro_jit_x64: warn on invalid parameter accessGravatar Liam1-3/+21
2022-05-06OpenGL: implement face flips according to NDCGravatar Liam1-4/+3
2022-05-06maxwell_dma: fix bytes per pixelGravatar Liam1-3/+3
2022-05-06vk_rasterizer: fix stencil test when two faces are disabledGravatar Lody1-2/+2
2022-04-28GCC 12 fixesGravatar Liam1-2/+2
2022-04-28chore: add missing SPDX tagsGravatar Andrea Pappacoda8-151/+17
2022-04-26renderer_vulkan: Update screen info if the framebuffer size has changedGravatar Morph1-0/+5
2022-04-23general: Convert source file copyright comments over to SPDXGravatar Morph225-675/+450
2022-04-18bootmanager: Don't create another screenshot request if previous one is not d...Gravatar german772-0/+7
2022-04-14video_core: implement formats for N64 emulationGravatar Fernando Sahmkow8-7/+102
2022-04-14buffer_cache: cap vertex buffer sizesGravatar Liam1-1/+14
2022-04-14maxwell3d: add small_index_2 registerGravatar Liam2-1/+11
2022-04-07video_core: Replace lock_guard with scoped_lockGravatar Merry11-18/+18
2022-04-06OpenGL: fix S8D24 to ABGR8 conversionsGravatar Liam6-4/+58
2022-04-04Revert "texture_cache/util: Remove unneeded ReadBlockUnsafe"Gravatar bunnei1-0/+1
2022-04-04texture_cache/util: Remove unneeded ReadBlockUnsafeGravatar ameerj1-1/+0
2022-04-04OpenGL: fix croppingGravatar Liam3-1/+10
2022-04-04Vulkan: crop to screen dimensions if crop not explicitly requestedGravatar Liam1-2/+3
2022-04-04OpenGL: propagate face flip conditionGravatar Liam1-4/+10
2022-04-04OpenGL: flip front faces if Z scale is invertedGravatar Liam1-2/+3
2022-04-02fix: typosGravatar Andrea Pappacoda1-1/+1