panfrost/decode: Futureproof texture dumping
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>
Tue, 14 May 2019 22:21:39 +0000 (22:21 +0000)
committerAlyssa Rosenzweig <alyssa@rosenzweig.io>
Thu, 16 May 2019 01:15:37 +0000 (01:15 +0000)
commitd699ffbf0e889980fcbfb8f39bc5ed9add90310a
treec98e5668ac803304c3d0dd5cf8f902628cc3f8ea
parentccfcb9d818b40564001b3cf2516367526de26c1d
panfrost/decode: Futureproof texture dumping

One field was not dumped for some reason. It's observed to be 0, but
it's still good to have it available.

Also, extra fields might be snuck in the bitmaps array (it's
variable-lengthed at the end), and we want to guard against that
possibility, so we dump a little more.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
src/gallium/drivers/panfrost/pandecode/decode.c