vc4: Fix the mapping of the minification filter to HW values.
authorEric Anholt <eric@anholt.net>
Wed, 1 Oct 2014 18:58:22 +0000 (11:58 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 2 Oct 2014 00:03:36 +0000 (17:03 -0700)
commit4111b1d54b6c0ad0031506f81fb08d94b2db5a72
tree14d7389d1f7f90a6fda0a154e4255f7bd7adc922
parent75f8e0bc2ae03154038c3f17fec1bcad699856e0
vc4: Fix the mapping of the minification filter to HW values.

They're actually as documented in the HW specs and the GL mipmapping enums
order.  Fixes fbo-generatemipmap-filtering , and some other tests where we
were off by a few bits due to unexpected linear filtering.
src/gallium/drivers/vc4/vc4_program.c