vello/piet-gpu
Elias Naur b942e4035b piet-gpu/shader: ensure forward progress in decoupled lookback
The Vulkan and OpenGL specifications offer only weak forward progress guarantees, and
in practice several mobile devices fail to complete the decoupled lookback
spinloop without mitigation.

This patch implements Raph's suggestion from the "Forward Progress"
section from

https://raphlinus.github.io/gpu/2020/04/30/prefix-sum.html

Signed-off-by: Elias Naur <mail@eliasnaur.com>
2020-10-25 21:02:58 +01:00
..
bin Update winit example 2020-06-14 23:32:59 +02:00
shader piet-gpu/shader: ensure forward progress in decoupled lookback 2020-10-25 21:02:58 +01:00
src shader: delete more unused code and variables 2020-09-13 13:03:56 +02:00
Cargo.toml Add command line args for loading svg 2020-05-31 09:57:25 -07:00
Ghostscript_Tiger.svg Fills 2020-05-01 19:42:20 -07:00