- 25 Mar, 2023 3 commits
-
-
bunnei authored
vulkan: fix scheduler chunk reserve
-
Morph authored
Pass GPU page table by reference inside TextureCache::ForEachImageInRegionGPU
-
Ross Schlaikjer authored
-
- 24 Mar, 2023 7 commits
- 23 Mar, 2023 3 commits
- 22 Mar, 2023 5 commits
-
-
Liam authored
-
Morph authored
Introduces PopModes to bring waiting logic into Pop, similar to Push.
-
Morph authored
-
Narr the Reg authored
-
bunnei authored
config: Fix controller config from resetting
-
- 21 Mar, 2023 4 commits
-
-
Morph authored
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.
-
Morph authored
-
Morph authored
-
Morph authored
Provides a simplified SPSC, MPSC, and MPMC bounded queue implementation using mutexes.
-
- 19 Mar, 2023 5 commits
- 18 Mar, 2023 5 commits
-
-
liamwhite authored
common: bounded_threadsafe_queue: Use polyfill_thread.
-
bunnei authored
-
bunnei authored
gpu_thread: Use bounded queue
-
bunnei authored
service: nfp: Actually write correct crc
-
Narr the Reg authored
-
- 17 Mar, 2023 1 commit
-
-
Kelebek1 authored
-
- 16 Mar, 2023 3 commits
-
-
Narr the Reg authored
-
liamwhite authored
vulkan: disable extendedDynamicState3ColorBlendEquation on radv
-
liamwhite authored
vk_scheduler: split work queue waits and execution waits
-
- 15 Mar, 2023 4 commits
-
-
Narr the Reg authored
-
Narr the Reg authored
-
Liam authored
-
Narr the Reg authored
-