| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-06 | FS: Recursively create directories for CreateDirectory | Chloe Marcec | |
| Originally we only created the parent directory, this caused issues for creating directories which also contained subdirectories, eg `/Folder1/Folder2` This allows the ultimate mod manager homebrew to at least boot | |||
| 2021-09-06 | Dynamic get unused location | Feng Chen | |
| 2021-09-06 | Implement intput and output fixed fnc textures | Feng Chen | |
| 2021-09-04 | core: hle: service: buffer_queue: Improve management of KEvent. | bunnei | |
| 2021-09-03 | core: hle: service: nvflinger/vi: Improve management of KEvent. | bunnei | |
| 2021-09-03 | core: cpu_manager: Use jthread. | bunnei | |
| 2021-09-03 | Rename parameters | Feng Chen | |
| 2021-09-03 | Fix create GraphicsPipelines crash | Feng Chen | |
| 2021-09-02 | renderer_vulkan: Wait on present semaphore at queue submit | ameerj | |
| The present semaphore is being signalled by the call to acquire the swapchain image. This semaphore is meant to be waited on when rendering to the swapchain image. Currently it is waited on when presenting, but moving its usage to be waited on in the command buffer submission allows for proper usage of this semaphore. Fixes the device lost when launching titles on the Intel Linux Mesa driver. | |||
| 2021-09-02 | Add input/output location | Feng Chen | |
| 2021-09-01 | Merge pull request #6900 from ameerj/attr-reorder | bunnei | |
| structured_control_flow: Add DemoteCombinationPass | |||
| 2021-09-01 | common/logging: Add missing include | german77 | |
| 2021-08-31 | emit_glsl_warp: Fix shuffle ops for 64-thread warp sizes | ameerj | |
| 2021-08-31 | emit_glsl_warp: Fix ballot related ops for 64-thread warp sizes | ameerj | |
| 2021-08-31 | emit_spirv_warp: Fix shuffle ops for 64-thread warp sizes | ameerj | |
| 2021-08-31 | emit_spirv_warp: Fix ballot related ops for 64-thread warp sizes | ameerj | |
| 2021-08-31 | Merge pull request #6897 from FernandoS27/pineapple-does-not-belong-in-pizza | bunnei | |
| Project <tentative title>: Rework Garbage Collection. | |||
| 2021-09-01 | Add colorfront and txtcoord support | Feng Chen | |
| 2021-08-30 | Merge pull request #6928 from ameerj/spirv-get-frontface | bunnei | |
| emit_spirv_context_get_set: Fix Get FrontFace return value | |||
| 2021-08-30 | Merge pull request #6879 from ameerj/decoder-assert | bunnei | |
| vk_blit_screen: Fix non-accelerated texture size calculation | |||
| 2021-08-30 | structured_control_flow: Skip reordering nested demote branches. | ameerj | |
| Nested demote branches add complexity with combining the condition if it has not been initialized yet. Skip them for the time being. | |||
| 2021-08-30 | structured_control_flow: Conditionally invoke demote reorder pass | ameerj | |
| This is only needed on select drivers when a fragment shader discards/demotes. | |||
| 2021-08-29 | Garbage Collection: Make it more agressive on high priority mode. | Fernando Sahmkow | |
| 2021-08-29 | Garbage Collection: Adress Feedback. | Fernando Sahmkow | |
| 2021-08-29 | Merge pull request #6905 from Morph1984/nifm-misc | bunnei | |
| nifm/network_interface: Cleanup and populate fields in GetCurrentNetworkProfile | |||
| 2021-08-29 | vulkan_device: Enable VK_KHR_swapchain_mutable_format if available | ameerj | |
| Silences validation errors when creating sRGB image views of linear swapchain images | |||
| 2021-08-29 | vk_swapchain: Prefer linear swapchain format when presenting sRGB images | ameerj | |
| Fixes broken sRGB when presenting from a secondary GPU. | |||
| 2021-08-28 | Merge pull request #6921 from ameerj/vp9-unused | bunnei | |
| vp9_types: Remove unusued VP9 info struct members | |||
| 2021-08-28 | Merge pull request #6927 from german77/ngct | Morph | |
| ngct: Stub NGCT:U service | |||
| 2021-08-28 | Garbage Collection: enable as default, eliminate option. | Fernando Sahmkow | |
| 2021-08-28 | VideoCore: Rework Garbage Collection. | Fernando Sahmkow | |
| 2021-08-28 | structured_control_flow: Add DemoteCombinationPass | ameerj | |
| Some drivers misread data when demotes are interleaved in the program. This moves demote branches to be checked at the end of the program. Fixes "wireframe" issue in Pokemon SwSh on some drivers | |||
| 2021-08-27 | ngct: Stub NGCT:U service | german77 | |
| 2021-08-27 | Revert "logging: Display backtrace on crash" | Morph | |
| 2021-08-27 | service: nifm: Populate fields in GetCurrentNetworkProfile | Morph | |
| Populates the current_address, subnet_mask, and gateway fields from the selected network interface. | |||
| 2021-08-27 | service: nifm: Cleanup GetCurrentIpConfigInfo | Morph | |
| 2021-08-27 | network_interface: Cleanup code | Morph | |
| 2021-08-27 | network_interface: Replace default return value with std::nullopt | Morph | |
| 2021-08-26 | emit_spirv_context_get_set: Fix Get FrontFace return value | ameerj | |
| The IR expects GetAttribute to return an F32 value. This case was returning a U32 instead. | |||
| 2021-08-26 | Merge pull request #6870 from yzct12345/trace-back-stack-back-stack-back | bunnei | |
| logging: Display backtrace on crash | |||
| 2021-08-25 | Revert "kernel: Various improvements to scheduler" | bunnei | |
| 2021-08-25 | vp9_types: Minor refactor of VP9 info structs. | ameerj | |
| 2021-08-25 | vp9_types: Remove unused Vp9PictureInfo members | ameerj | |
| 2021-08-25 | Merge pull request #6919 from ameerj/vk-int8-capability | Fernando S | |
| vulkan_device: Add a check for int8 support | |||
| 2021-08-25 | Merge pull request #6894 from FernandoS27/bunneis-left-ear | Ameer J | |
| GPU_MemoryManger: Fix GetSubmappedRange. | |||
| 2021-08-24 | vulkan_device: Add a check for int8 support | ameerj | |
| Silences validation errors when shaders use int8 without specifying its support to the API | |||
| 2021-08-24 | logging: Fix log filter during initialization | ameerj | |
| The log filter was being ignored on initialization due to the logging instance being initialized before the config instance, so the log filter was set to its default value. This fixes that oversight, along with using descriptive exceptions instead of abort() calls. | |||
| 2021-08-24 | Merge pull request #6878 from BreadFish64/optimize-GetHostThreadID | Ameer J | |
| kernel: Optimize GetHostThreadID | |||
| 2021-08-23 | Merge pull request #6912 from lioncash/plural | bunnei | |
| CMakeLists: Ensure proper numerusform tags are generated for pluralized translations | |||
| 2021-08-22 | Merge pull request #6869 from yzct12345/shiny-logs-in-the-fireplace | bunnei | |
| logging: Simplify and make thread-safe | |||
