Age | Commit message (Collapse) | Author |
|
bounded_threadsafe_queue: Use simplified impl of bounded queue
|
|
kernel: use KTypedAddress for addresses
|
|
[video_core] Disable SRGB border color conversion in samplers
|
|
|
|
Introduces PopModes to bring waiting logic into Pop, similar to Push.
|
|
|
|
config: Fix controller config from resetting
|
|
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.
|
|
|
|
|
|
Provides a simplified SPSC, MPSC, and MPMC bounded queue implementation using mutexes.
|
|
common: string_util: Use std::string_view for UTF16ToUTF8/UTF8ToUTF16W.
|
|
|
|
|
|
|
|
gpu_thread: Use bounded queue
|
|
service: nfp: Actually write correct crc
|
|
|
|
|
|
|
|
vulkan: disable extendedDynamicState3ColorBlendEquation on radv
|
|
vk_scheduler: split work queue waits and execution waits
|
|
|
|
|
|
|
|
|
|
video_core: Update texture format
|
|
|
|
input_common: sdl: Only send last vibration command
|
|
yuzu: Move audio settings to audio section
|
|
video_core: Fix inline_index and draw_texture error
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
KSharedMemory, KSpinLock
|
|
|
|
KPriorityQueue
|
|
|
|
|
|
|
|
|