aboutsummaryrefslogtreecommitdiff
path: root/src/video_core
AgeCommit message (Collapse)Author
2022-10-25Merge pull request #9112 from vonchenplus/deferred_drawliamwhite
video_core: Reimplementing the maxwell drawing trigger mechanism
2022-10-24Merge pull request #8873 from vonchenplus/fix_legacy_location_errorbunnei
video_core: Fix legacy to generic location unpaired
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
Resolves C4146 on MSVC
2022-10-22CMakeLists: Remove all redundant warningsMorph
These are already explicitly or implicitly set in src/CMakeLists.txt
2022-10-22Merge pull request #9095 from FernandoS27/meat-good-vegetable-badFernando S
Maxwell3D/Puller: Fix regressions and syncing issues.
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
This format is similar to Z32_FLOAT_X24S8_UINT, which is implemented with D32_FLOAT_S8_UINT. Used in Persona 5 Royal
2022-10-19Merge pull request #9071 from bunnei/mp-mmliamwhite
Kernel Multiprocess (Part 1) - Persist memory & core timing
2022-10-19Merge pull request #9084 from vonchenplus/dma_copyFernando S
video_core: implement 1D copies based on VMM 'kind'
2022-10-19Maxwell3D/Puller: Fix regressions and syncing issues.Fernando Sahmkow
2022-10-18video_core: renderer_vulkan: vk_query_cache: Avoid shutdown crash in ↵bunnei
QueryPool::Reserve.
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
This should be assigned CW only on Triangles_CW rather than not Triangles_CCW, making CCW the default winding order rather than CW.
2022-10-12Merge pull request #9027 from ↵bunnei
yuzu-emu/revert-8987-another-name-for-reinforcement-steel Revert "vulkan: automatically use larger staging buffer sizes when possible"
2022-10-12Merge pull request #9024 from liamwhite/async-screenshotbunnei
video_core: don't block rendering on screenshots
2022-10-12Merge pull request #9049 from liamwhite/monkeyhawkbunnei
syncpoint_manager: ensure handle is removable before removing
2022-10-10syncpoint_manager: ensure handle is removable before removingLiam
2022-10-10Fix stencil func registers, make clip control equivalent to how it was ↵Kelebek1
before, but surely wrong.
2022-10-09Merge pull request #8766 from Kelebek1/regsFernando S
[video_core] Update 3D registers
2022-10-07Merge pull request #9016 from liamwhite/drunken-scheduleMai
vk_scheduler: wait for command processing to complete
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
highest possible.
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