render/color: introduce wlr_color_transform

Co-authored-by: Manuel Stoeckl <code@mstoeckl.com>
This commit is contained in:
Simon Ser 2023-09-09 20:04:45 -04:00
parent ee0007c0f2
commit 895e3d18b9
11 changed files with 266 additions and 0 deletions

View file

@ -2,6 +2,7 @@ image: alpine/edge
packages:
- eudev-dev
- glslang
- lcms2-dev
- libdisplay-info-dev
- libinput-dev
- libliftoff-dev

View file

@ -1,6 +1,7 @@
image: archlinux
packages:
- clang
- lcms2
- libinput
- libdisplay-info
- libliftoff

View file

@ -5,6 +5,7 @@ packages:
- devel/meson # implies ninja
- devel/pkgconf
- graphics/glslang
- graphics/lcms2
- graphics/libdrm
- graphics/libliftoff
- graphics/mesa-libs