summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | x64: cpu_detect: Add detection of waitpkg instructionsGravatar Morph2023-03-272-0/+2
* | | | | | | Merge pull request #10002 from german77/logGravatar liamwhite2023-03-271-2/+2
|\ \ \ \ \ \ \
| * | | | | | | qt: Fix log softlockGravatar Narr the Reg2023-03-271-2/+2
| |/ / / / / /
* | | | | | | Merge pull request #9984 from liamwhite/global-memoryGravatar liamwhite2023-03-2744-226/+185
|\ \ \ \ \ \ \
| * | | | | | | memory: rename global memory references to application memoryGravatar Liam2023-03-2344-226/+185
* | | | | | | | Merge pull request #9995 from german77/plainGravatar liamwhite2023-03-275-8/+37
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | service: nfp: Add plain amiibo supportGravatar german772023-03-265-8/+37
| | |/ / / / / | |/| | | | |
* / | | | | | tests: mark integer literals as unsignedGravatar Liam2023-03-261-17/+20
|/ / / / / /
* | | / / / container_hash: use climitsGravatar Liam2023-03-261-0/+1
| |_|/ / / |/| | | |
* | | | | video_core/macro: Make use of Common::HashValueGravatar Morph2023-03-251-3/+3
* | | | | tests: Implement tests for verifying HashValueGravatar Morph2023-03-252-0/+42
* | | | | common: Port boost's hash_value implementationGravatar Morph2023-03-252-0/+92
| |/ / / |/| | |
* | | | Merge pull request #9985 from liamwhite/funny-memeGravatar bunnei2023-03-241-1/+1
|\ \ \ \
| * | | | vulkan: fix scheduler chunk reserveGravatar Liam2023-03-241-1/+1
* | | | | Pass GPU page table by referenceGravatar Ross Schlaikjer2023-03-251-31/+32
* | | | | Merge pull request #9983 from Morph1984/boostGravatar liamwhite2023-03-241-1/+1
|\ \ \ \ \
| * | | | | zstd: Use ZSTD_getFrameContentSize instead of ZSTD_getDecompressedSizeGravatar Morph2023-03-231-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #9981 from german77/nfp_connectGravatar liamwhite2023-03-244-4/+30
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | nfc: Initialize device when controller is connectedGravatar Narr the Reg2023-03-214-4/+30
* | | | | Merge pull request #9975 from liamwhite/more-waitingGravatar Morph2023-03-241-4/+5
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | vulkan: fix more excessive waiting in schedulerGravatar Liam2023-03-191-4/+5
| |/ / /
* | | | Merge pull request #9971 from Morph1984/qGravatar liamwhite2023-03-233-124/+215
|\ \ \ \
| * | | | bounded_threadsafe_queue: Refactor PopGravatar Morph2023-03-211-140/+62
| * | | | bounded_threadsafe_queue: Add producer cv to avoid busy waitingGravatar Morph2023-03-211-17/+29
| * | | | bounded_threadsafe_queue: Deduplicate and add PushModesGravatar Morph2023-03-213-88/+86
| * | | | bounded_threadsafe_queue: Add TryPushGravatar Morph2023-03-211-0/+71
| * | | | logging: Make use of bounded queueGravatar Morph2023-03-211-8/+8
| * | | | bounded_threadsafe_queue: Use simplified impl of bounded queueGravatar Morph2023-03-212-115/+203
* | | | | Merge pull request #9964 from liamwhite/typed-addressGravatar liamwhite2023-03-23101-1102/+1574
|\ \ \ \ \
| * | | | | kernel: use KTypedAddress for addressesGravatar Liam2023-03-22101-1102/+1574
* | | | | | Merge pull request #9962 from Kelebek1/disable_srgbGravatar Morph2023-03-231-6/+8
|\ \ \ \ \ \
| * | | | | | Disable SRGB border color conversion for now, to fix shadows in Xenoblade.Gravatar Kelebek12023-03-171-6/+8
| |/ / / / /
* | | | | | Merge pull request #9965 from german77/thankYouEpicBoyGravatar bunnei2023-03-211-0/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | config: Fix controller config from resettingGravatar Narr the Reg2023-03-171-0/+3
| |/ / / /
* | | | | Merge pull request #9970 from bunnei/string-util-viewGravatar bunnei2023-03-192-11/+11
|\ \ \ \ \
| * | | | | common: string_util: Use std::string_view for UTF16ToUTF8/UTF8ToUTF16W.Gravatar bunnei2023-03-182-11/+11
| | |/ / / | |/| | |
* / | | | kernel: fix LOG_TRACE in ipcGravatar Liam2023-03-191-1/+1
|/ / / /
* | | | common: bounded_threadsafe_queue: Use polyfill_thread.Gravatar bunnei2023-03-171-2/+3
* | | | Merge pull request #9778 from behunin/my-box-chevyGravatar bunnei2023-03-172-3/+4
|\ \ \ \
| * | | | gpu_thread: Use bounded queueGravatar Behunin2023-03-032-3/+4
* | | | | Merge pull request #9953 from german77/amiibo_crcGravatar bunnei2023-03-177-52/+157
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | service: nfp: Replace crc function with boost equivalentGravatar Narr the Reg2023-03-162-28/+17
| * | | | service: nfp: Close app area and recreate crcGravatar Narr the Reg2023-03-151-0/+10
| * | | | service: nfp: Convert mii colors to v3Gravatar Narr the Reg2023-03-156-15/+100
| * | | | service: nfp: Actually write correct crcGravatar Narr the Reg2023-03-146-23/+44
* | | | | Merge pull request #9955 from liamwhite/color-blend-equationGravatar liamwhite2023-03-151-0/+6
|\ \ \ \ \
| * | | | | vulkan: disable extendedDynamicState3ColorBlendEquation on radvGravatar Liam2023-03-151-0/+6
| |/ / / /
* | | | | Merge pull request #9931 from liamwhite/schedGravatar liamwhite2023-03-152-28/+62
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | vk_scheduler: split work queue waits and execution waitsGravatar Liam2023-03-122-28/+62
* | | | | Merge pull request #9933 from vonchenplus/texture_formatGravatar liamwhite2023-03-143-72/+67
|\ \ \ \ \ | |_|_|/ / |/| | | |