Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-10 | api_version: Update and add AtmosphereTargetFirmware | Morph | |
2021-09-08 | Merge pull request #6962 from vonchenplus/spirv_support_legacy_attribute | bunnei | |
renderer_vulkan: Spirv support glsl legacy attribute | |||
2021-09-08 | Merge pull request #6980 from vonchenplus/fix_blend_equation_error | Fernando S | |
Fix blend equation enum error | |||
2021-09-08 | Merge pull request #6971 from bunnei/buffer-queue-kevent | Ameer J | |
core: hle: service: buffer_queue: Improve management of KEvent. | |||
2021-09-08 | Detail adjustment | Feng Chen | |
2021-09-08 | Detail adjustment | Feng Chen | |
2021-09-07 | Re-implement get unused location | Feng Chen | |
2021-09-07 | Move attribute related definitions to spirv anonymous namespace | Feng Chen | |
2021-09-06 | Merge pull request #6977 from Moonlacer/master | Ameer J | |
Second part of Golden's PR #6976 | |||
2021-09-06 | Merge pull request #6976 from goldenx86/patch-2 | Ameer J | |
Rename all shader cache strings to pipeline cache | |||
2021-09-07 | Fix blend equation enum error | Feng Chen | |
2021-09-06 | Second part of Golden's PR | Moonlacer | |
2021-09-06 | Rename all shader cache references to pipeline cache | Matías Locatti | |
After Hades, both OpenGL and Vulkan use a pipeline cache instead of single stages of the graphics pipeline. Renamed the Remove menu entries to match. | |||
2021-09-06 | Merge pull request #6965 from bunnei/cpu_manager_jthread | bunnei | |
core: cpu_manager: Use jthread. | |||
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-04 | Merge pull request #6968 from bunnei/nvflinger-event | bunnei | |
core: hle: service: nvflinger/vi: Improve management of KEvent. | |||
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 | 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 | Merge pull request #6951 from german77/log | Mai M | |
common/logging: Add missing include | |||
2021-09-01 | common/logging: Add missing include | german77 | |
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-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 | Merge pull request #6929 from ↵ | bunnei | |
yuzu-emu/revert-6870-trace-back-stack-back-stack-back Revert "logging: Display backtrace on crash" | |||
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 | Merge pull request #6922 from yuzu-emu/revert-6832-scheduler-improvements | bunnei | |
Revert "kernel: Various improvements to scheduler" |