render/pixman: implement render pass API

This commit is contained in:
Simon Ser 2022-12-07 14:30:23 +01:00
parent 6ce371a317
commit 6830bfc17f
4 changed files with 212 additions and 1 deletions

View file

@ -3,6 +3,7 @@ pixman = dependency('pixman-1')
wlr_deps += pixman
wlr_files += files(
'pass.c',
'pixel_format.c',
'renderer.c',
)