On 5 May 2017 at 01:46, Bas Nieuwenhuizen wrote:
> Can't we just use a non-SRGB image view into the destination image?
> That should save some operations.
We could possibly here, but not in the subpass path, which a later
patch enables.
I wasn't sure it was worth the effort.
Dave.
_
This series is
Reviewed-by: Bas Nieuwenhuizen
On Thu, May 4, 2017 at 5:27 AM, Dave Airlie wrote:
> From: Dave Airlie
>
> If we are resolving into an srgb dest, we need to convert
> to linear so the store does the conversion back.
>
> This should fix some wierdness seen when we subresolves
> hi
Can't we just use a non-SRGB image view into the destination image?
That should save some operations.
On Thu, May 4, 2017 at 5:27 AM, Dave Airlie wrote:
> From: Dave Airlie
>
> If we are resolving into an srgb dest, we need to convert
> to linear so the store does the conversion back.
>
> This s
From: Dave Airlie
If we are resolving into an srgb dest, we need to convert
to linear so the store does the conversion back.
This should fix some wierdness seen when we subresolves
hit the compute path.
Signed-off-by: Dave Airlie
---
src/amd/vulkan/radv_meta_resolve_cs.c | 58