| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-01 | nvnflinger: fix name | Liam | |
| 2023-02-27 | Partially apply LTO to only core and video_core projects. | Matías Locatti | |
| 2023-02-25 | buffer_cache: Add logic for non-NVN storage buffer tracking | ameerj | |
| 2023-02-22 | configuration: Add async ASTC decode setting | ameerj | |
| 2023-02-22 | texture_cache: Add async texture decoding | ameerj | |
| 2023-02-21 | svc: Fix type consistency (exposed on macOS) | Merry | |
| 2023-02-19 | Merge pull request #9588 from liamwhite/bylaws-reverts | liamwhite | |
| Revert "shader_recompiler: Align SSBO offsets to meet host requirements" | |||
| 2023-02-17 | Merge pull request #9810 from Kelebek1/nvdec_threads | bunnei | |
| Allow >1 cpu threads on video decoding, disable multi-frame decoding | |||
| 2023-02-16 | Merge pull request #9802 from Kelebek1/wait_data_cache | bunnei | |
| Re-add the invalidate_texture_data_cache register | |||
| 2023-02-14 | Reimplement the invalidate_texture_data_cache register | Kelebek1 | |
| 2023-02-14 | Allow >1 cpu threads on video decoding, disable multi-frame decoding | Kelebek1 | |
| 2023-02-14 | remove static from pointer sized or smaller types for aesthetics, change ↵ | arades79 | |
| constexpr static to static constexpr for consistency Signed-off-by: arades79 <scravers@protonmail.com> | |||
| 2023-02-14 | add static lifetime to constexpr values to force compile time evaluation ↵ | arades79 | |
| where possible Signed-off-by: arades79 <scravers@protonmail.com> | |||
| 2023-02-12 | Merge pull request #9746 from ameerj/ogl-msaa-texcache | bunnei | |
| texture_cache: OpenGL: Implement MSAA uploads and copies | |||
| 2023-02-11 | texture_cache: OpenGL: Implement MSAA uploads and copies | ameerj | |
| 2023-02-11 | Merge pull request #9777 from vonchenplus/speed_up_video_copy | liamwhite | |
| video_core: Speed up video frame data copy | |||
| 2023-02-11 | Merge pull request #9744 from behunin/quick-release | liamwhite | |
| gpu_thread: Remove OnCommandListEndCommand | |||
| 2023-02-11 | video_core: Speed up video frame data copy | FengChen | |
| 2023-02-09 | Merge pull request #9736 from Kelebek1/dynamic_vertex_attribs | liamwhite | |
| Remove fake vertex bindings when dynamic state is enabled | |||
| 2023-02-08 | buffer_base: Partially revert changes from #9559 | ameerj | |
| This fixes a regression where Yoshi's Crafted World (and potentially other titles) would enter an infinite loop when GPU Accuracy was set to "Normal" | |||
| 2023-02-07 | Remove OnCommandListEndCommand | Behunin | |
| Call rasterizer->ReleaseFences() directly | |||
| 2023-02-05 | Remove fake vertex bindings when dynamic state is enabled | Kelebek1 | |
| 2023-02-01 | Merge pull request #9708 from ameerj/gl-context-flush | liamwhite | |
| gl_shader_cache: Force context flush when loading disk shader cache | |||
| 2023-01-30 | Merge pull request #9631 from vonchenplus/vulkan_clear | liamwhite | |
| video_core: Implement vulkan clear specified channel | |||
| 2023-01-29 | gl_compute_pipeline: Force context flush when loading shader cache | ameerj | |
| 2023-01-29 | gl_graphics_pipeline: Force context flush when loading shader cache | ameerj | |
| 2023-01-29 | Move to Clang Format 15 | Levi Behunin | |
| Depends on https://github.com/yuzu-emu/build-environments/pull/69 clang-15 primary run | |||
| 2023-01-28 | Merge pull request #9691 from ameerj/msaa-texcache | bunnei | |
| texture_cache: Fix tracking of MSAA image views | |||
| 2023-01-28 | texture_cache: Adjust image view sizes by MSAA samples | ameerj | |
| 2023-01-28 | video_core: Implement vulkan clear specified channel | FengChen | |
| 2023-01-27 | Merge pull request #9539 from Wollnashorn/opengl-fsr | liamwhite | |
| video_core/opengl: Added FSR upscaling filter to the OpenGL renderer | |||
| 2023-01-26 | video_core/opengl: Add FSR upscaling filter to the OpenGL renderer | Wollnashorn | |
| 2023-01-25 | Revert "MemoryManager: use fastmem directly." | Merry | |
| This reverts commit af5ecb0b15d4449f58434e70eed835cf71fc5527. | |||
| 2023-01-21 | nsight_aftermath_tracker: update for latest Aftermath SDK | Liam | |
| 2023-01-19 | Merge pull request #9556 from vonchenplus/draw_texture | liamwhite | |
| video_core: Implement maxwell3d draw texture method | |||
| 2023-01-18 | Demote maxwell3d Firmware4 call log to debug | Kelebek1 | |
| 2023-01-16 | Address feedback | Feng Chen | |
| 2023-01-10 | Merge pull request #9596 from liamwhite/mvk | Morph | |
| MoltenVK: restrict number of vertex attributes/bindings to 16 | |||
| 2023-01-10 | vulkan_common: fix indirect draw with count | Liam | |
| 2023-01-09 | MoltenVK: restrict number of vertex attributes/bindings to 16 | TellowKrinkle | |
| 2023-01-09 | Merge pull request #9581 from liamwhite/turbo2 | Morph | |
| renderer_vulkan: pause turbo submissions on inactive queue | |||
| 2023-01-09 | vulkan_device: refactor feature testing | Liam | |
| 2023-01-07 | VideoCore: Fix OGL cache invalidation. | Fernando Sahmkow | |
| 2023-01-07 | Revert "Vulkan, OpenGL: Hook up storage buffer alignment code" | Liam | |
| This reverts commit 9e2997c4b6456031622602002924617690e32a13. | |||
| 2023-01-07 | renderer_vulkan: pause turbo submissions on inactive queue | Liam | |
| 2023-01-07 | Merge pull request #9570 from liamwhite/less-clock-boost | Narr the Reg | |
| renderer_vulkan: disable clock boost on unvalidated devices | |||
| 2023-01-06 | vulkan_device: avoid attempt to access empty optional | Liam | |
| 2023-01-06 | renderer_vulkan: disable clock boost on unvalidated devices | Liam | |
| 2023-01-06 | opengl: Sanitize antialiasing config | Narr the Reg | |
| 2023-01-06 | video_core/vulkan: Fixed loading of Vulkan driver pipeline cache | Wollnashorn | |
| The header size of the Vulkan driver pipeline cache files was incorrectly in PipelineCache::LoadVulkanPipelineCache, for which the pipeline cache wasn't read correctly and got invalidated on each load. | |||
