Reviewed-by: Marek Olšák
Marek
On Fri, May 13, 2016 at 8:19 AM, Nicolai Hähnle wrote:
> From: Nicolai Hähnle
>
> The format_desc swizzle describes where in the array each color channel
> comes from - but the existing code was written as if each entry in the
> swizzle described the meaning of a
From: Nicolai Hähnle
The format_desc swizzle describes where in the array each color channel
comes from - but the existing code was written as if each entry in the
swizzle described the meaning of an array element.
Fixes piglit's arb_copy_image-format-swizzle.
Cc: "11.1 11.2"
---
src/mesa/sta