Re: [Mesa-dev] [PATCH 21/22] wsi: swap srgb/unorm around.

2016-10-18 Thread Dave Airlie
On 19 October 2016 at 06:33, Jason Ekstrand wrote: > NAKish... I specifically put them in that order to *cause* talos to break. > If we're going to support both UNORM and sRGB, then applications need to > look at the formats they're getting and pick one intelligently rather than > just using the f

Re: [Mesa-dev] [PATCH 21/22] wsi: swap srgb/unorm around.

2016-10-18 Thread Jason Ekstrand
NAKish... I specifically put them in that order to *cause* talos to break. If we're going to support both UNORM and sRGB, then applications need to look at the formats they're getting and pick one intelligently rather than just using the first thing they find (which Talos does) especially if that a

[Mesa-dev] [PATCH 21/22] wsi: swap srgb/unorm around.

2016-10-16 Thread Dave Airlie
From: Dave Airlie This prevents a Talos regression before radv starts using shared WSI. --- src/vulkan/wsi/wsi_common_x11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vulkan/wsi/wsi_common_x11.c b/src/vulkan/wsi/wsi_common_x11.c index b5832c6..241ef42 100644 --- a/sr