broadcom/vc5: Fix mipmap filtering enums.
authorEric Anholt <eric@anholt.net>
Thu, 2 Nov 2017 19:19:10 +0000 (12:19 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 7 Nov 2017 17:40:25 +0000 (09:40 -0800)
commita266f78741bfdf6802b49df77d4611d6084408e9
treec2dacd7f259b047844e25468ad7865b436ce5b91
parent73ec70bf13a939e687ddf9c2a7e08962042a09eb
broadcom/vc5: Fix mipmap filtering enums.

The ordering of the values was even less obvious than I thought, with both
the mip filter and the min filter being in different bits depending on
whether the mip filter is none.

Fixes piglit fs-textureLod-miplevels.shader_test
src/broadcom/cle/v3d_packet_v33.xml
src/gallium/drivers/vc5/vc5_emit.c