pan/mdg: Remove uppercase write masks
authorAlyssa Rosenzweig <alyssa@collabora.com>
Thu, 19 May 2022 16:08:46 +0000 (12:08 -0400)
committerAlyssa Rosenzweig <alyssa@collabora.com>
Wed, 1 Jun 2022 18:24:10 +0000 (14:24 -0400)
commit8c11f4809b8c766902ad5ac36d2dd5c0536ce682
tree16e7a431fcdf8abe1fc5f8b80198a631fb25b428
parent9e4b45795866547a5debecd122d6e72af6a9c603
pan/mdg: Remove uppercase write masks

These do not convey any additional information, and fail to account for
shrinking. In particular, a 64-bit writemask with .keephi would fail to
disassemble and instead trip the assertion, since that would be the ZW
components. Just delete the broken code.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Cc: mesa-stable
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16798>
src/panfrost/midgard/disassemble.c