| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-11-16 | maxwell3d: HLE multi-layer clear macro | Liam | |
| 2022-11-16 | Update renderer_vulkan.cpp | Matías Locatti | |
| 2022-11-15 | video_core: Reimplement inline index buffer binding | Feng Chen | |
| 2022-11-13 | Add break for default cases | Kyle Kienapfel | |
| Visual Studio has an option to search all files in a solution, so I did a search in there for "default:" looking for any missing break statements. I've left out default statements that return something, and that throw something, even if via ThrowInvalidType. UNREACHABLE leads towards throw R_THROW macro leads towards a return | |||
| 2022-11-12 | Merge pull request #9226 from Kelebek1/regs_regression | bunnei | |
| [video_core] Fix a couple regs regressions | |||
| 2022-11-11 | Merge pull request #9204 from vonchenplus/dma_copy_1d_random_crash | liamwhite | |
| video_core: Fix dma copy 1D random crash | |||
| 2022-11-11 | Merge pull request #9167 from vonchenplus/tess | liamwhite | |
| video_core: Fix few issues in Tess stage | |||
| 2022-11-11 | Fix regs regression with OpenGL two-sided stencil, and re-add data ↵ | Kelebek1 | |
| invalidation reg | |||
| 2022-11-11 | ir/texture_pass: Use host_info instead of querying Settings::values (#9176) | Morph | |
| 2022-11-11 | video_core: Fix dma copy 1D random crash | FengChen | |
| 2022-11-09 | Initial ARM64 support | Liam | |
| 2022-11-07 | video_core: Fix few issues in Tess stage | FengChen | |
| 2022-11-06 | video_core:Fix vmm kinds size error | FengChen | |
| 2022-11-06 | Merge pull request #9163 from vonchenplus/draw_error | Fernando S | |
| video_core: Fix drawing trigger mechanism regression | |||
| 2022-11-05 | Merge pull request #9189 from vonchenplus/stupid | Morph | |
| video_core: Fix scaling graphical regressions for multiple games | |||
| 2022-11-05 | video_core: Fix scaling graphical regressions for multiple games | FengChen | |
| 2022-11-04 | Update shader cache version. (#9175) | gidoly | |
| 2022-11-04 | video_core: Fix SNORM texture buffer emulating error (#9001) | Feng Chen | |
| 2022-11-03 | Merge pull request #8858 from vonchenplus/mipmap | bunnei | |
| video_core: Generate mipmap texture by drawing | |||
| 2022-11-04 | Merge pull request #9154 from liamwhite/new-fb | Fernando S | |
| vk_blit_screen: recreate swapchain images on guest format change | |||
| 2022-11-03 | Merge pull request #9097 from liamwhite/intel-spv-compiler | Morph | |
| video_core: don't build ASTC decoder shader unless requested | |||
| 2022-10-31 | Merge pull request #9143 from K0bin/scheduler-empty | liamwhite | |
| vk_scheduler: Remove recorded_counts | |||
| 2022-10-31 | video_core: Fix drawing trigger mechanism regression | FengChen | |
| 2022-10-30 | Vulkan: Fix regression caused by limiting render area to width/height of ↵ | Fernando Sahmkow | |
| rendef targets. | |||
| 2022-10-30 | vk_blit_screen: recreate swapchain images on guest format change | Liam | |
| 2022-10-29 | Merge pull request #9140 from vonchenplus/darw_index_bufferx_first_error | bunnei | |
| video_core: Fix drawing trigger mechanism regression | |||
| 2022-10-28 | vk_scheduler: Remove recorded_counts | Robin Kertels | |
| 2022-10-27 | video_core: Fix drawing trigger mechanism regression | FengChen | |
| 2022-10-25 | video_core: Catch vulkan clear op not all channel need clear | FengChen | |
| 2022-10-25 | Merge pull request #9112 from vonchenplus/deferred_draw | liamwhite | |
| video_core: Reimplementing the maxwell drawing trigger mechanism | |||
| 2022-10-24 | Merge pull request #8873 from vonchenplus/fix_legacy_location_error | bunnei | |
| video_core: Fix legacy to generic location unpaired | |||
| 2022-10-22 | general: Resolve -Wunused-but-set-variable | Morph | |
| 2022-10-22 | general: Resolve -Wunused-lambda-capture and C5233 | Morph | |
| 2022-10-22 | decoders: Use 2's complement instead of unary - | Morph | |
| Resolves C4146 on MSVC | |||
| 2022-10-22 | CMakeLists: Remove all redundant warnings | Morph | |
| These are already explicitly or implicitly set in src/CMakeLists.txt | |||
| 2022-10-22 | Merge pull request #9095 from FernandoS27/meat-good-vegetable-bad | Fernando S | |
| Maxwell3D/Puller: Fix regressions and syncing issues. | |||
| 2022-10-22 | video_core: Implement maxwell inline_index method | FengChen | |
| 2022-10-21 | video_coare: Reimplementing the maxwell drawing trigger mechanism | FengChen | |
| 2022-10-21 | format_lookup_table: Implement R32_B24G8 with D32_FLOAT_S8_UINT | Morph | |
| This format is similar to Z32_FLOAT_X24S8_UINT, which is implemented with D32_FLOAT_S8_UINT. Used in Persona 5 Royal | |||
| 2022-10-19 | video_core: don't build ASTC decoder shader unless requested | Liam | |
| 2022-10-19 | Merge pull request #9071 from bunnei/mp-mm | liamwhite | |
| Kernel Multiprocess (Part 1) - Persist memory & core timing | |||
| 2022-10-19 | Merge pull request #9084 from vonchenplus/dma_copy | Fernando S | |
| video_core: implement 1D copies based on VMM 'kind' | |||
| 2022-10-19 | Maxwell3D/Puller: Fix regressions and syncing issues. | Fernando Sahmkow | |
| 2022-10-18 | video_core: renderer_vulkan: vk_query_cache: Avoid shutdown crash in ↵ | bunnei | |
| QueryPool::Reserve. | |||
| 2022-10-17 | video_core: implement 1D copies based on VMM 'kind' | FengChen | |
| 2022-10-17 | video_core: Implement memory manager page kind | FengChen | |
| 2022-10-16 | video_core: Fix spelling of "synchronize" | Morph | |
| 2022-10-13 | renderer_(opengl/vulkan): Fix tessellation clockwise parameter | Morph | |
| 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-12 | Merge 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-12 | Merge pull request #9024 from liamwhite/async-screenshot | bunnei | |
| video_core: don't block rendering on screenshots | |||
