aboutsummaryrefslogtreecommitdiff
path: root/src/video_core
AgeCommit message (Expand)Author
2022-10-25Merge pull request #9112 from vonchenplus/deferred_drawliamwhite
2022-10-24Merge pull request #8873 from vonchenplus/fix_legacy_location_errorbunnei
2022-10-22general: Resolve -Wunused-but-set-variableMorph
2022-10-22general: Resolve -Wunused-lambda-capture and C5233Morph
2022-10-22decoders: Use 2's complement instead of unary -Morph
2022-10-22CMakeLists: Remove all redundant warningsMorph
2022-10-22Merge pull request #9095 from FernandoS27/meat-good-vegetable-badFernando S
2022-10-22video_core: Implement maxwell inline_index methodFengChen
2022-10-21video_coare: Reimplementing the maxwell drawing trigger mechanismFengChen
2022-10-21format_lookup_table: Implement R32_B24G8 with D32_FLOAT_S8_UINTMorph
2022-10-19Merge pull request #9071 from bunnei/mp-mmliamwhite
2022-10-19Merge pull request #9084 from vonchenplus/dma_copyFernando S
2022-10-19Maxwell3D/Puller: Fix regressions and syncing issues.Fernando Sahmkow
2022-10-18video_core: renderer_vulkan: vk_query_cache: Avoid shutdown crash in QueryPoo...bunnei
2022-10-17video_core: implement 1D copies based on VMM 'kind'FengChen
2022-10-17video_core: Implement memory manager page kindFengChen
2022-10-16video_core: Fix spelling of "synchronize"Morph
2022-10-13renderer_(opengl/vulkan): Fix tessellation clockwise parameterMorph
2022-10-12Merge pull request #9027 from yuzu-emu/revert-8987-another-name-for-reinforce...bunnei
2022-10-12Merge pull request #9024 from liamwhite/async-screenshotbunnei
2022-10-12Merge pull request #9049 from liamwhite/monkeyhawkbunnei
2022-10-10syncpoint_manager: ensure handle is removable before removingLiam
2022-10-10Fix stencil func registers, make clip control equivalent to how it was before...Kelebek1
2022-10-09Merge pull request #8766 from Kelebek1/regsFernando S
2022-10-07Merge pull request #9016 from liamwhite/drunken-scheduleMai
2022-10-07video_core: don't block rendering on screenshotsLiam
2022-10-07Update 3D regsKelebek1
2022-10-07Revert "vulkan: automatically use larger staging buffer sizes when possible"liamwhite
2022-10-06vulkan_blitter: Fix pool allocation double free.Byte
2022-10-06maxwell_dma: remove warnings from implemented functionalityLiam
2022-10-06General: address feedbackFernando Sahmkow
2022-10-06state_tracker: workaround channel setup for homebrewLiam
2022-10-06general: Format licenses as per SPDX guidelinesMorph
2022-10-06Address Feedback from bylaws.Fernando Sahmkow
2022-10-06General: Fix clang format.Fernando Sahmkow
2022-10-06Vulkan Swapchain: Overall improvements.Fernando Sahmkow
2022-10-06Vulkan Texture Cache: Limit render area to the max width/height of the targets.Fernando Sahmkow
2022-10-06ImageBase: Basic fixes.Fernando Sahmkow
2022-10-06General: Fix compilation for GCCLiam White
2022-10-06VideoCore: Implement formats needed for N64 emulation.Fernando Sahmkow
2022-10-06Buffer Cache: Deduce vertex array limit from memory layout when limit is the ...Fernando Sahmkow
2022-10-06VideoCore: Add option to dump the macros.Fernando Sahmkow
2022-10-06NVDRV: Further improvements.Fernando Sahmkow
2022-10-06Buffer Cache: Basic fixes.Fernando Sahmkow
2022-10-06Decoders: Improve overall speed.Fernando Sahmkow
2022-10-06DMA & InlineToMemory Engines Rework.bunnei
2022-10-06Maxwell3D: Add small_index_2Fernando Sahmkow
2022-10-06Memory Manager: ensure safety of GPU to CPU address.Fernando Sahmkow
2022-10-06MemoryManager: Fix errors popping out.Fernando Sahmkow
2022-10-06Shader Decompiler: Check for shift when deriving composite samplers.Fernando Sahmkow