pathfinder/resources/shaders/metal
Patrick Walton a9003fe69b Add missing `tile_clip` shader to `resources`.
Closes #301.
2020-04-22 09:13:42 -07:00
..
blit.fs.metal Composite render targets using tiles, taking the Z-buffer into account. 2020-03-02 20:10:10 -08:00
blit.vs.metal Replace the individual tile shaders with an ubershader 2020-03-25 21:59:51 -07:00
debug_solid.fs.metal Add Metal support. 2019-06-20 11:47:22 -07:00
debug_solid.vs.metal Add Metal support. 2019-06-20 11:47:22 -07:00
debug_texture.fs.metal Update `spirv-cross` to upstream master. 2019-06-21 07:24:24 -07:00
debug_texture.vs.metal Add Metal support. 2019-06-20 11:47:22 -07:00
demo_ground.fs.metal Rename "postprocessing" to "effects" and start initial work on composite ops 2020-02-20 14:22:07 -08:00
demo_ground.vs.metal Add Metal support. 2019-06-20 11:47:22 -07:00
fill.fs.metal Rename "postprocessing" to "effects" and start initial work on composite ops 2020-02-20 14:22:07 -08:00
fill.vs.metal Add Metal support. 2019-06-20 11:47:22 -07:00
reproject.fs.metal Add Metal support. 2019-06-20 11:47:22 -07:00
reproject.vs.metal Add Metal support. 2019-06-20 11:47:22 -07:00
stencil.fs.metal Add Metal support. 2019-06-20 11:47:22 -07:00
stencil.vs.metal Add Metal support. 2019-06-20 11:47:22 -07:00
tile.fs.metal Implement the infrastructure needed to support multiple clip paths. 2020-04-21 18:25:20 -07:00
tile.vs.metal Implement the infrastructure needed to support multiple clip paths. 2020-04-21 18:25:20 -07:00
tile_clip.fs.metal Add missing `tile_clip` shader to `resources`. 2020-04-22 09:13:42 -07:00
tile_clip.vs.metal Add missing `tile_clip` shader to `resources`. 2020-04-22 09:13:42 -07:00
tile_copy.fs.metal Implement the HSL filters (called "non-separable blend modes" in the spec). 2020-02-24 15:37:44 -08:00
tile_copy.vs.metal Implement the HSL filters (called "non-separable blend modes" in the spec). 2020-02-24 15:37:44 -08:00