summaryrefslogtreecommitdiff
path: root/src/video_core
AgeCommit message (Expand)Author
2022-03-20general: Fix clang/gcc build errorsameerj
2022-03-19common: Reduce unused includesameerj
2022-03-19video_core: Reduce unused includesameerj
2022-03-18general: Reduce core.h includesameerj
2022-03-18Merge pull request #8030 from liamwhite/s8d24-conversionFernando S
2022-03-16Address review commentsLiam
2022-03-16Merge pull request #8023 from ameerj/kirby-pop-inFernando S
2022-03-15Vulkan: convert S8D24 <-> ABGR8Liam
2022-03-14maxwell_3d: Implement a safer CB data uploadameerj
2022-03-15Merge pull request #8000 from liamwhite/hagiFernando S
2022-03-14Maxwell3D: Link to override constant definition in nouveaubyte[]
2022-03-14Maxwell3D: restore original topology when topology overrides are disabledbyte[]
2022-03-14Maxwell3D: Use override constants from nouveauLiam
2022-03-12emit_spirv, vk_compute_pass: Resolve VS2022 compiler errorsameerj
2022-03-11Maxwell3D: Restrict topology override effect to after the register is setLiam
2022-03-11Maxwell3D: mark index buffers as dirty after updating countsLiam
2022-03-10TextureCacheRuntime: allow converting D24S8 to ABGR8Liam
2022-03-10Maxwell3D: read small-index draw and primitive topology override registersLiam
2022-03-08Merge pull request #7986 from lat9nq/vk-callbackbunnei
2022-03-07video_core: Cancel Scoped's exit call on GPU failurelat9nq
2022-03-07Merge pull request #7930 from asLody/dma-semaphoreFernando S
2022-03-07MaxwellDMA: Implement semaphore operationsLody
2022-03-06gl_graphics_pipeline: Improve shader builder synchronization using fences (#7...Ameer J
2022-02-27gl_fence_manager: Minor optimization to signal queryingameerj
2022-02-26Merge pull request #7953 from ameerj/radv-rdna2-crashbunnei
2022-02-26Merge pull request #7948 from Morph1984/11-11-10-floatMai M
2022-02-25vulkan_device: Blacklist RADV on RDNA2 from VK_EXT_vertex_input_dynamic_stateAmeer J
2022-02-25maxwell_to_(gl/vk): Add 11_11_10 float vertex formatMorph
2022-02-24vk_blit_screen: Add missing format bgra8Lody
2022-02-21vulkan_device: fix missing format in ANVvoidanix
2022-02-02Merge pull request #7814 from FernandoS27/another-bug-in-my-schedulebunnei
2022-02-02general: Replace NonCopyable struct with equivalentsLioncash
2022-02-01Merge pull request #7824 from lioncash/scacheMorph
2022-02-01video_core/shader_cache: Remove unused algorithm includeLioncash
2022-02-01video_core/shader_cache: Take std::span in RemoveShadersFromStorage()Lioncash
2022-02-01Rasterizer: Refactor inlineToMemory.Fernando Sahmkow
2022-01-31Vulkan: Fix Scheduler Chunks when their FuncType is 0.Fernando Sahmkow
2022-01-29GPU: Improve syncing.Fernando Sahmkow
2022-01-29Rasterizer: Implement Inline2Memory Acceleration.Fernando Sahmkow
2022-01-29Inline2Memory: Flush before writting buffer.Fernando Sahmkow
2022-01-27buffer_cache: Reduce stream buffer allocations when expanding from the leftameerj
2022-01-26common/xbyak_api: Make BuildRegSet() constexprLioncash
2022-01-26Merge pull request #7780 from lioncash/macrobunnei
2022-01-25Merge pull request #7779 from lioncash/gpu-ifaceMorph
2022-01-25video_core/macro: Add missing <cstring> headerLioncash
2022-01-25video_core/macro_interpreter: Move impl class to the cpp fileLioncash
2022-01-25video_core/macro_hle: Return unique_ptr directly from GetHLEProgram()Lioncash
2022-01-25video_core/macro: Remove unused parameter from Execute()Lioncash
2022-01-25video_core/macro_jit_x64: Remove unused impl class memberLioncash
2022-01-25video_core/macro_jit_x64: Decouple PersistentCallerSavedRegs() from implLioncash