vc4: Fix fbo-generatemipmap-formats for NPOT.
authorEric Anholt <eric@anholt.net>
Mon, 18 Apr 2016 21:03:39 +0000 (14:03 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 18 Apr 2016 23:55:36 +0000 (16:55 -0700)
commit802b9292aae724b8ac210fdb43681b05697a76bf
treee76759cb088d3c1609026c08cb998c037c679a28
parent2402bb60955b56f915e49f6648eb6c6221fe0862
vc4: Fix fbo-generatemipmap-formats for NPOT.

Single-sampled texture miplevels > 1 are stored in POT-aligned areas, but
we only get one value to control the stride of the src and dst for single
sampled buffers.  A RCL tile blit from level != 1 to level == 0 would
therefore load from the wrong stride.
src/gallium/drivers/vc4/vc4_blit.c