vello/piet-gpu
Elias Naur 039cfcf0de piet-gpu/shader: treat memoryBarrierBuffer as a control barrier
memoryBarrierBuffer is mapped to the threadgroup_barrier function in
Metal, which is a control barrier that must be executed by all threads
(or none). This change establishes that property for the two memory
barriers we have.

While here, remove ENABLE_IMAGE_INDICES completely; it was disabled in
an earlier change.

Signed-off-by: Elias Naur <mail@eliasnaur.com>
2021-08-20 20:41:35 +02:00
..
bin Merge branch 'master' into gradient 2021-08-16 10:53:19 -07:00
shader piet-gpu/shader: treat memoryBarrierBuffer as a control barrier 2021-08-20 20:41:35 +02:00
src Merge branch 'master' into gradient 2021-08-16 10:53:19 -07:00
third-party Start text rendering 2021-05-04 08:21:22 -07:00
Cargo.toml Start text rendering 2021-05-04 08:21:22 -07:00
Ghostscript_Tiger.svg Fills 2020-05-01 19:42:20 -07:00