vello/piet-wgsl/shader
Raph Levien e8f8ebbd14 Squeeze pipeline to fit
This commit reduces the workgroup shared memory of binning to fit in
16k (by packing two u16's in a u32), and moves the config binding to
uniform, from readonly storage.

Progress toward #202
2022-11-29 17:23:12 -08:00
..
shared Address review feedback. 2022-11-29 14:52:03 -05:00
backdrop.wgsl Squeeze pipeline to fit 2022-11-29 17:23:12 -08:00
backdrop_dyn.wgsl Squeeze pipeline to fit 2022-11-29 17:23:12 -08:00
bbox_clear.wgsl Squeeze pipeline to fit 2022-11-29 17:23:12 -08:00
binning.wgsl Squeeze pipeline to fit 2022-11-29 17:23:12 -08:00
clip_leaf.wgsl Squeeze pipeline to fit 2022-11-29 17:23:12 -08:00
clip_reduce.wgsl Squeeze pipeline to fit 2022-11-29 17:23:12 -08:00
coarse.wgsl Squeeze pipeline to fit 2022-11-29 17:23:12 -08:00
draw_leaf.wgsl Squeeze pipeline to fit 2022-11-29 17:23:12 -08:00
draw_reduce.wgsl Squeeze pipeline to fit 2022-11-29 17:23:12 -08:00
fine.wgsl Squeeze pipeline to fit 2022-11-29 17:23:12 -08:00
path_coarse.wgsl Squeeze pipeline to fit 2022-11-29 17:23:12 -08:00
path_coarse_full.wgsl Squeeze pipeline to fit 2022-11-29 17:23:12 -08:00
pathseg.wgsl Squeeze pipeline to fit 2022-11-29 17:23:12 -08:00
pathtag_reduce.wgsl Squeeze pipeline to fit 2022-11-29 17:23:12 -08:00
pathtag_scan.wgsl Squeeze pipeline to fit 2022-11-29 17:23:12 -08:00
tile_alloc.wgsl Squeeze pipeline to fit 2022-11-29 17:23:12 -08:00