mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-05 05:50:29 +01:00
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:
parent
a94fb781c2
commit
b233012d44
1 changed files with 0 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue