| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | Rename parameters | 2021-09-03 | 5 | -14/+24 | ||
| | * | | | | | | | | | | Fix create GraphicsPipelines crash | 2021-09-03 | 1 | -5/+5 | ||
| | * | | | | | | | | | | Add input/output location | 2021-09-02 | 1 | -5/+13 | ||
| | * | | | | | | | | | | Add colorfront and txtcoord support | 2021-09-01 | 5 | -0/+57 | ||
| * | | | | | | | | | | | Merge pull request #6980 from vonchenplus/fix_blend_equation_error | 2021-09-08 | 1 | -4/+4 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Fix blend equation enum error | 2021-09-07 | 1 | -4/+4 | ||
| | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #6971 from bunnei/buffer-queue-kevent | 2021-09-08 | 3 | -14/+24 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | core: hle: service: buffer_queue: Improve management of KEvent. | 2021-09-04 | 3 | -14/+24 | ||
| | | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #6977 from Moonlacer/master | 2021-09-06 | 2 | -3/+3 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Second part of Golden's PR | 2021-09-06 | 2 | -3/+3 | ||
| | |/ / / / / / / / / / | ||||||
| * | / / / / / / / / / | Rename all shader cache references to pipeline cache | 2021-09-06 | 1 | -4/+4 | ||
| | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #6965 from bunnei/cpu_manager_jthread | 2021-09-06 | 2 | -18/+13 | ||
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | core: cpu_manager: Use jthread. | 2021-09-03 | 2 | -18/+13 | ||
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * / | | | | | | | | core: hle: service: nvflinger/vi: Improve management of KEvent. | 2021-09-03 | 4 | -16/+30 | ||
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge pull request #6900 from ameerj/attr-reorder | 2021-09-01 | 7 | -10/+140 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | structured_control_flow: Skip reordering nested demote branches. | 2021-08-30 | 1 | -0/+11 | ||
| | * | | | | | | | | structured_control_flow: Conditionally invoke demote reorder pass | 2021-08-30 | 7 | -10/+23 | ||
| | * | | | | | | | | structured_control_flow: Add DemoteCombinationPass | 2021-08-28 | 1 | -1/+107 | ||
| | | |_|_|_|_|/ / | |/| | | | | | | ||||||
| * | | | | | | | | common/logging: Add missing include | 2021-09-01 | 1 | -0/+1 | ||
| | |_|_|_|_|/ / |/| | | | | | | ||||||
| * | | | | | | | Merge pull request #6897 from FernandoS27/pineapple-does-not-belong-in-pizza | 2021-08-31 | 13 | -126/+220 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Garbage Collection: Make it more agressive on high priority mode. | 2021-08-29 | 3 | -5/+5 | ||
| | * | | | | | | | Garbage Collection: Adress Feedback. | 2021-08-29 | 4 | -17/+23 | ||
| | * | | | | | | | Garbage Collection: enable as default, eliminate option. | 2021-08-28 | 9 | -26/+2 | ||
| | * | | | | | | | VideoCore: Rework Garbage Collection. | 2021-08-28 | 6 | -101/+213 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #6928 from ameerj/spirv-get-frontface | 2021-08-30 | 1 | -2/+3 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | emit_spirv_context_get_set: Fix Get FrontFace return value | 2021-08-26 | 1 | -2/+3 | ||
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #6879 from ameerj/decoder-assert | 2021-08-30 | 2 | -9/+3 | ||
| |\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| | * | | | | | | vk_blit_screen: Fix non-accelerated texture size calculation | 2021-08-16 | 2 | -9/+3 | ||
| * | | | | | | | Merge pull request #6905 from Morph1984/nifm-misc | 2021-08-29 | 2 | -137/+147 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | service: nifm: Populate fields in GetCurrentNetworkProfile | 2021-08-27 | 1 | -29/+37 | ||
| | * | | | | | | | service: nifm: Cleanup GetCurrentIpConfigInfo | 2021-08-27 | 1 | -26/+21 | ||
| | * | | | | | | | network_interface: Cleanup code | 2021-08-27 | 1 | -76/+83 | ||
| | * | | | | | | | network_interface: Replace default return value with std::nullopt | 2021-08-27 | 1 | -6/+6 | ||
| * | | | | | | | | Merge pull request #6921 from ameerj/vp9-unused | 2021-08-28 | 2 | -56/+30 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | vp9_types: Minor refactor of VP9 info structs. | 2021-08-25 | 1 | -32/+29 | ||
| | * | | | | | | | | vp9_types: Remove unused Vp9PictureInfo members | 2021-08-25 | 2 | -24/+1 | ||
| | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #6927 from german77/ngct | 2021-08-28 | 6 | -0/+72 | ||
| |\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | ||||||
| | * | | | | | | | ngct: Stub NGCT:U service | 2021-08-27 | 6 | -0/+72 | ||
| | | |/ / / / / | |/| | | | | | ||||||
| * / | | | | | | Revert "logging: Display backtrace on crash" | 2021-08-27 | 2 | -114/+1 | ||
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #6870 from yzct12345/trace-back-stack-back-stack-back | 2021-08-26 | 2 | -1/+114 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | logging: Display backtrace on crash | 2021-08-13 | 2 | -1/+114 | ||
| * | | | | | | | Revert "kernel: Various improvements to scheduler" | 2021-08-25 | 23 | -224/+140 | ||
| | |/ / / / / |/| | | | | | ||||||
| * | | | | | | Merge pull request #6919 from ameerj/vk-int8-capability | 2021-08-25 | 3 | -9/+19 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | vulkan_device: Add a check for int8 support | 2021-08-24 | 3 | -9/+19 | ||
| * | | | | | | | Merge pull request #6894 from FernandoS27/bunneis-left-ear | 2021-08-25 | 1 | -0/+1 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | GPU_MemoryManger: Fix GetSubmappedRange. | 2021-08-19 | 1 | -0/+1 | ||
| * | | | | | | | | logging: Fix log filter during initialization | 2021-08-24 | 4 | -12/+16 | ||
| | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | | Merge pull request #6878 from BreadFish64/optimize-GetHostThreadID | 2021-08-24 | 1 | -10/+13 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | kernel: Optimize GetHostThreadID | 2021-08-16 | 1 | -10/+13 | ||
| * | | | | | | | | Merge pull request #6912 from lioncash/plural | 2021-08-23 | 1 | -1/+8 | ||
| |\ \ \ \ \ \ \ \ | ||||||