etnaviv: fix texture_format_needs_swiz
authorLucas Stach <l.stach@pengutronix.de>
Fri, 20 Apr 2018 12:34:45 +0000 (14:34 +0200)
committerLucas Stach <l.stach@pengutronix.de>
Fri, 20 Apr 2018 16:54:10 +0000 (18:54 +0200)
commit52e93e309f34972dfd5b84075c13ae8d6b9f63df
tree7944482c2c00b8268702da60047c18931fc29917
parent8f13975713a7a7b8d625e3561a7fc9ce202ac64b
etnaviv: fix texture_format_needs_swiz

memcmp returns 0 when both swizzles are the same, which means we don't
need any hardware swizzling. texture_format_needs_swiz should return
true when the return value of the memcmp is non-zero.

Fixes: 751ae6afbefd ("etnaviv: add support for swizzled texture formats")
Cc: mesa-stable@lists.freedesktop.org
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Tested-by: Marek Vasut <marex@denx.de>
Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Reviewed-by: Wladimir J. van der Laan <laanwj@gmail.com>
src/gallium/drivers/etnaviv/etnaviv_format.c