Niklas Haas
Niklas Haas
Seems like we need to allow for an extra UINT correction scaling factor, like what `vo_gpu` does in `copy_image`.
@kasper93 can you submit it as a MR? Also maybe change the `(1
@kasper93 ```diff diff --git a/src/renderer.c b/src/renderer.c index e1f42f30..e05aca4c 100644 --- a/src/renderer.c +++ b/src/renderer.c @@ -1659,7 +1659,7 @@ static bool pass_read_image(struct pass_state *pass) did_merge = true; } - if (!did_merge) +...
> Couldn't @haasn's suggestion be implemented? Upon further reflection, this is already the case - we do disable the dither pattern the closer we get to true 0. The problem...
That's what `#pragma once` is for. As for the second change, `pl_cache` is exactly 8 characters. Both of these sound like compiler issues.
Hey, The idea has been effectively put on hold. I am too busy these days with other projects, and my personal life. I didn't even get around to upgrading my...
This was repeatedly enabled and disabled again in the past, because of other issues with nasty ringing artifacts around bright edges when scaling HDR sources in linear light. Maybe you...
Does `--target-contrast=inf` help at all?
Internally we work in IPT intensity units (I), so there's unfortunately very little correlation with sRGB values.
I agree that this is a kwin bug; I do not think the specification is ambiguous here - the Wayland-specific wording just states that "On Wayland, VK_COLOR_SPACE_PASS_THROUGH_EXT can be used...