Commit Graph

23504 Commits (b000af00541dc879b4f7527d807131fd182be3b4)
 

Author SHA1 Message Date
Morph 306840a580 bounded_threadsafe_queue: Use simplified impl of bounded queue
Provides a simplified SPSC, MPSC, and MPMC bounded queue implementation using mutexes.
2 years ago
bunnei 3d4c113037
Merge pull request #9970 from bunnei/string-util-view
common: string_util: Use std::string_view for UTF16ToUTF8/UTF8ToUTF16W.
2 years ago
bunnei 230d118252
Merge pull request #9972 from liamwhite/ipc-trace
kernel: fix LOG_TRACE in ipc
2 years ago
Liam b9b1318bea vulkan: fix more excessive waiting in scheduler 2 years ago
Liam 43d909949e kernel: fix LOG_TRACE in ipc 2 years ago
bunnei 00d401d639 common: string_util: Use std::string_view for UTF16ToUTF8/UTF8ToUTF16W. 2 years ago
liamwhite 0e7e98e24e
Merge pull request #9966 from bunnei/bounded-polyfill
common: bounded_threadsafe_queue: Use polyfill_thread.
2 years ago
bunnei 0eb3fa05e5 common: bounded_threadsafe_queue: Use polyfill_thread. 2 years ago
bunnei 889454f9bf
Merge pull request #9778 from behunin/my-box-chevy
gpu_thread: Use bounded queue
2 years ago
bunnei 8bcaa8c2e4
Merge pull request #9953 from german77/amiibo_crc
service: nfp: Actually write correct crc
2 years ago
Narr the Reg c95baf92ce config: Fix controller config from resetting 2 years ago
Kelebek1 a7651168dd Disable SRGB border color conversion for now, to fix shadows in Xenoblade. 2 years ago
Narr the Reg 075a3d1172 service: nfp: Replace crc function with boost equivalent 2 years ago
liamwhite 6d76a54d37
Merge pull request #9955 from liamwhite/color-blend-equation
vulkan: disable extendedDynamicState3ColorBlendEquation on radv
2 years ago
liamwhite a04061e6ae
Merge pull request #9931 from liamwhite/sched
vk_scheduler: split work queue waits and execution waits
2 years ago
Narr the Reg 7187732454 service: nfp: Close app area and recreate crc 2 years ago
Narr the Reg 5031f5b8b0 service: nfp: Convert mii colors to v3 2 years ago
Liam da83afdeaf vulkan: disable extendedDynamicState3ColorBlendEquation on radv 2 years ago
Narr the Reg 026fe2e4f4 service: nfp: Actually write correct crc 2 years ago
liamwhite 0c7149d222
Merge pull request #9933 from vonchenplus/texture_format
video_core: Update texture format
2 years ago
bunnei 05f26e1337
Merge pull request #9951 from Morph1984/save
configure_audio: Fix output mode setting not saving
2 years ago
Morph 4c678cfbc8 configure_audio: Fix output mode setting not saving 2 years ago
liamwhite 8870fae674
Merge pull request #9939 from german77/vibration
input_common: sdl: Only send last vibration command
2 years ago
liamwhite 8348c41eab
Merge pull request #9941 from german77/settings
yuzu: Move audio settings to audio section
2 years ago
liamwhite 638044820d
Merge pull request #9943 from vonchenplus/gentleman
video_core: Fix inline_index and draw_texture error
2 years ago
liamwhite 1f952f6ac9
Merge pull request #9936 from liamwhite/m_this
kernel: use consistent style
2 years ago
german77 96b8a3ecac input_common: sdl: Only send last vibration command 2 years ago
Liam c352381ce9 kernel: additional style fixes to KThread, KProcess 2 years ago
Liam 9775a73d1a kernel: fix clang build 2 years ago
Liam 088c434d65 kernel: remove unnecessary finalize calls 2 years ago
Liam 9863db9db4 kernel: convert KProcess to new style 2 years ago
Liam 6bfb4c8f71 kernel: convert KThread to new style 2 years ago
Liam ac6cbb7134 kernel: prefer std::addressof 2 years ago
Liam 641783df8f kernel: convert KResourceLimit 2 years ago
Liam c0b9e93b77 kernel: remove kernel_ 2 years ago
Liam 9368e17a92 kernel: remove gratitutous attribute usage 2 years ago
Liam 91fd4e30f2 kernel/svc: convert to new style 2 years ago
Liam 57f1d8ef8d kernel: convert miscellaneous 2 years ago
Liam d1b53c8d82 kernel: conver KScopedLock, KScopedResourceReservation, KSessionRequest, KSharedMemory, KSpinLock 2 years ago
Liam 7322c99e5f kernel: convert KAbstractSchedulerLock 2 years ago
Liam 467adc1acd kernel: convert KMemoryLayout, KMemoryRegion*, KPageTableSlabHeap, KPriorityQueue 2 years ago
Liam 0483dfae1a kernel: move KMemoryLayout for NX board 2 years ago
Liam 8d1f5bfbd2 kernel: remove KLinkedList 2 years ago
Liam fdf90c6d75 kernel: convert KConditionVariable, KLightConditionVariable, KLightLock 2 years ago
Liam 097c25b164 kernel: convert KPort, KSession 2 years ago
Liam d24ab14126 kernel: convert GlobalSchedulerContext, KAddressArbiter, KScopedSchedulerLockAndSleep, KThreadQueue to new style 2 years ago
liamwhite 54c359d1e3
Merge pull request #9942 from liamwhite/speling
general: use codespell to identify spelling mistakes
2 years ago
Liam 3f261f22c9 vk_scheduler: split work queue waits and execution waits 2 years ago
Liam 600f325d87 general: fix spelling mistakes 2 years ago
FengChen 44f10c8dee video_core: Fix ogl status error when draw_texture 2 years ago