pan/decode: Treat RESERVED swizzles as errors

We've never seen them, so if they come up in trace, we want to draw
attention to that.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
This commit is contained in:
Alyssa Rosenzweig 2019-08-20 13:58:55 -07:00
parent a94fb781c2
commit b233012d44

View file

@ -442,8 +442,6 @@ pandecode_channel(enum mali_channel channel)
DEFINE_CASE(ALPHA);
DEFINE_CASE(ZERO);
DEFINE_CASE(ONE);
DEFINE_CASE(RESERVED_0);
DEFINE_CASE(RESERVED_1);
default:
pandecode_msg("XXX: invalid channel %X\n", channel);