quakeforge/libs/video
Bill Currie f15abcea53 [vulkan] Add a FIXME for the flashing Q icon
As I had suspected, it's due to a synchronization problem between the
scrap and drawing. There's actually a double problem in that data
uploaded to the scrap isn't flushed until the first frame is rendered
causing a quick init-shutdown sequence to take at least five seconds due
to the staging buffer waiting (and timing out) on a stuck fence.
Rendering just one frame "fixes" the problem (draw was one of the
earliest subsystems to get going in vulkan).
2022-04-23 10:46:55 +09:00
..
renderer [vulkan] Add a FIXME for the flashing Q icon 2022-04-23 10:46:55 +09:00
targets [joy] Clean up some redundant cvar flags 2022-04-13 14:17:58 +09:00
Makemodule.am [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00