mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-25 06:47:03 -04:00
add NOOPTIMIZE flag
This commit is contained in:
parent
1c0643d800
commit
bf14824281
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ static struct lut *load_lut(struct wlr_color_config *input, struct wlr_color_con
|
||||||
inp, TYPE_RGB_16,
|
inp, TYPE_RGB_16,
|
||||||
outp, TYPE_RGB_16,
|
outp, TYPE_RGB_16,
|
||||||
INTENT_PERCEPTUAL,
|
INTENT_PERCEPTUAL,
|
||||||
cmsFLAGS_HIGHRESPRECALC | cmsFLAGS_NOCACHE);
|
cmsFLAGS_HIGHRESPRECALC | cmsFLAGS_NOCACHE | cmsFLAGS_NOOPTIMIZE);
|
||||||
|
|
||||||
cmsCloseProfile(inp);
|
cmsCloseProfile(inp);
|
||||||
cmsCloseProfile(outp);
|
cmsCloseProfile(outp);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue