| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | x64: cpu_detect: Add detection of waitpkg instructions | 2023-03-27 | 2 | -0/+2 | ||
| * | | | | | | | Merge pull request #10002 from german77/log | 2023-03-27 | 1 | -2/+2 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | qt: Fix log softlock | 2023-03-27 | 1 | -2/+2 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #9984 from liamwhite/global-memory | 2023-03-27 | 44 | -226/+185 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | memory: rename global memory references to application memory | 2023-03-23 | 44 | -226/+185 | ||
| * | | | | | | | | Merge pull request #9995 from german77/plain | 2023-03-27 | 5 | -8/+37 | ||
| |\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | ||||||
| | * | | | | | | | service: nfp: Add plain amiibo support | 2023-03-26 | 5 | -8/+37 | ||
| | | |/ / / / / | |/| | | | | | ||||||
| * / | | | | | | tests: mark integer literals as unsigned | 2023-03-26 | 1 | -17/+20 | ||
| |/ / / / / / | ||||||
| * | | / / / | container_hash: use climits | 2023-03-26 | 1 | -0/+1 | ||
| | |_|/ / / |/| | | | | ||||||
| * | | | | | video_core/macro: Make use of Common::HashValue | 2023-03-25 | 1 | -3/+3 | ||
| * | | | | | tests: Implement tests for verifying HashValue | 2023-03-25 | 2 | -0/+42 | ||
| * | | | | | common: Port boost's hash_value implementation | 2023-03-25 | 2 | -0/+92 | ||
| | |/ / / |/| | | | ||||||
| * | | | | Merge pull request #9985 from liamwhite/funny-meme | 2023-03-24 | 1 | -1/+1 | ||
| |\ \ \ \ | ||||||
| | * | | | | vulkan: fix scheduler chunk reserve | 2023-03-24 | 1 | -1/+1 | ||
| * | | | | | Pass GPU page table by reference | 2023-03-25 | 1 | -31/+32 | ||
| * | | | | | Merge pull request #9983 from Morph1984/boost | 2023-03-24 | 1 | -1/+1 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | zstd: Use ZSTD_getFrameContentSize instead of ZSTD_getDecompressedSize | 2023-03-23 | 1 | -1/+1 | ||
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge pull request #9981 from german77/nfp_connect | 2023-03-24 | 4 | -4/+30 | ||
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | nfc: Initialize device when controller is connected | 2023-03-21 | 4 | -4/+30 | ||
| * | | | | | Merge pull request #9975 from liamwhite/more-waiting | 2023-03-24 | 1 | -4/+5 | ||
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | vulkan: fix more excessive waiting in scheduler | 2023-03-19 | 1 | -4/+5 | ||
| | |/ / / | ||||||
| * | | | | Merge pull request #9971 from Morph1984/q | 2023-03-23 | 3 | -124/+215 | ||
| |\ \ \ \ | ||||||
| | * | | | | bounded_threadsafe_queue: Refactor Pop | 2023-03-21 | 1 | -140/+62 | ||
| | * | | | | bounded_threadsafe_queue: Add producer cv to avoid busy waiting | 2023-03-21 | 1 | -17/+29 | ||
| | * | | | | bounded_threadsafe_queue: Deduplicate and add PushModes | 2023-03-21 | 3 | -88/+86 | ||
| | * | | | | bounded_threadsafe_queue: Add TryPush | 2023-03-21 | 1 | -0/+71 | ||
| | * | | | | logging: Make use of bounded queue | 2023-03-21 | 1 | -8/+8 | ||
| | * | | | | bounded_threadsafe_queue: Use simplified impl of bounded queue | 2023-03-21 | 2 | -115/+203 | ||
| * | | | | | Merge pull request #9964 from liamwhite/typed-address | 2023-03-23 | 101 | -1102/+1574 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | kernel: use KTypedAddress for addresses | 2023-03-22 | 101 | -1102/+1574 | ||
| * | | | | | | Merge pull request #9962 from Kelebek1/disable_srgb | 2023-03-23 | 1 | -6/+8 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Disable SRGB border color conversion for now, to fix shadows in Xenoblade. | 2023-03-17 | 1 | -6/+8 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #9965 from german77/thankYouEpicBoy | 2023-03-21 | 1 | -0/+3 | ||
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | config: Fix controller config from resetting | 2023-03-17 | 1 | -0/+3 | ||
| | |/ / / / | ||||||
| * | | | | | Merge pull request #9970 from bunnei/string-util-view | 2023-03-19 | 2 | -11/+11 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | common: string_util: Use std::string_view for UTF16ToUTF8/UTF8ToUTF16W. | 2023-03-18 | 2 | -11/+11 | ||
| | | |/ / / | |/| | | | ||||||
| * / | | | | kernel: fix LOG_TRACE in ipc | 2023-03-19 | 1 | -1/+1 | ||
| |/ / / / | ||||||
| * | | | | common: bounded_threadsafe_queue: Use polyfill_thread. | 2023-03-17 | 1 | -2/+3 | ||
| * | | | | Merge pull request #9778 from behunin/my-box-chevy | 2023-03-17 | 2 | -3/+4 | ||
| |\ \ \ \ | ||||||
| | * | | | | gpu_thread: Use bounded queue | 2023-03-03 | 2 | -3/+4 | ||
| * | | | | | Merge pull request #9953 from german77/amiibo_crc | 2023-03-17 | 7 | -52/+157 | ||
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | service: nfp: Replace crc function with boost equivalent | 2023-03-16 | 2 | -28/+17 | ||
| | * | | | | service: nfp: Close app area and recreate crc | 2023-03-15 | 1 | -0/+10 | ||
| | * | | | | service: nfp: Convert mii colors to v3 | 2023-03-15 | 6 | -15/+100 | ||
| | * | | | | service: nfp: Actually write correct crc | 2023-03-14 | 6 | -23/+44 | ||
| * | | | | | Merge pull request #9955 from liamwhite/color-blend-equation | 2023-03-15 | 1 | -0/+6 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | vulkan: disable extendedDynamicState3ColorBlendEquation on radv | 2023-03-15 | 1 | -0/+6 | ||
| | |/ / / / | ||||||
| * | | | | | Merge pull request #9931 from liamwhite/sched | 2023-03-15 | 2 | -28/+62 | ||
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | vk_scheduler: split work queue waits and execution waits | 2023-03-12 | 2 | -28/+62 | ||
| * | | | | | Merge pull request #9933 from vonchenplus/texture_format | 2023-03-14 | 3 | -72/+67 | ||
| |\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||