| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | qt: Fix log softlock | 2023-03-27 | 1 | -2/+2 | |
| | | |||||
| * | 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 | |
| | | | | | Values were randomly generated and the verification was done against boost 1.79. | ||||
| * | common: Port boost's hash_value implementation | 2023-03-25 | 2 | -0/+92 | |
| | | | | | Ports a small subset of boost's hash_value implementation (<= 1.80.0). | ||||
| * | Merge pull request #9985 from liamwhite/funny-meme | 2023-03-24 | 1 | -1/+1 | |
| |\ | | | | | vulkan: fix scheduler chunk reserve | ||||
| | * | 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 | |
| |\ \ | | | | | | | CMakeLists: Update boost to 1.81.0 | ||||
| | * | | 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 | ||||
| | * | | 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 | ||||
| | * | | 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: Use simplified impl of bounded queue | ||||
| | * | | bounded_threadsafe_queue: Refactor Pop | 2023-03-21 | 1 | -140/+62 | |
| | | | | | | | | | | | | | Introduces PopModes to bring waiting logic into Pop, similar to Push. | ||||
| | * | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | Adds the PushModes Try and Wait to allow producers to specify how they want to push their data to the queue if the queue is full. If the queue is full: - Try will fail to push to the queue, returning false. Try only returns true if it successfully pushes to the queue. This may result in items not being pushed into the queue. - Wait will wait until a slot is available to push to the queue, resulting in potential for deadlock if a consumer is not running. | ||||
| | * | | 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 | |
| | | | | | | | | | | | | | Provides a simplified SPSC, MPSC, and MPMC bounded queue implementation using mutexes. | ||||
| * | | | Merge pull request #9964 from liamwhite/typed-address | 2023-03-23 | 101 | -1102/+1574 | |
| |\ \ \ | | | | | | | | | kernel: use KTypedAddress for addresses | ||||
| | * | | | 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 | |
| |\ \ \ \ | | | | | | | | | | | [video_core] Disable SRGB border color conversion in samplers | ||||
| | * | | | | 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 | ||||
| | * | | | 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. | ||||
| | * | | | 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 | ||||
| | * | | 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: Actually write correct crc | ||||
| | * | | 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 | ||||
| | * | | | 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 | ||||
| | * | | 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 | |
| |\ \ \ | | | | | | | | | video_core: Update texture format | ||||
| | * | | | video_core: Update texture format | 2023-03-10 | 3 | -72/+67 | |
| | |/ / | |||||
| * | | | configure_audio: Fix output mode setting not saving | 2023-03-13 | 2 | -9/+9 | |
| | | | | |||||
| * | | | Merge pull request #9939 from german77/vibration | 2023-03-13 | 1 | -1/+16 | |
| |\ \ \ | | | | | | | | | input_common: sdl: Only send last vibration command | ||||
| | * | | | input_common: sdl: Only send last vibration command | 2023-03-12 | 1 | -1/+16 | |
| | | | | | |||||
| * | | | | Merge pull request #9941 from german77/settings | 2023-03-13 | 7 | -98/+62 | |
| |\ \ \ \ | | | | | | | | | | | yuzu: Move audio settings to audio section | ||||
| | * | | | | yuzu: Move audio settings to audio section | 2023-03-11 | 6 | -45/+56 | |
| | | | | | | |||||
| | * | | | | yuzu: Remove console id setting | 2023-03-11 | 3 | -53/+6 | |
| | | | | | | |||||