commit | 740eb63aa78a48bae5248b72f023d725ed82d1b3 | [log] [tgz] |
---|---|---|
author | Ilia Mirkin <imirkin@alum.mit.edu> | Fri Nov 20 21:34:20 2015 -0500 |
committer | Ilia Mirkin <imirkin@alum.mit.edu> | Sat Nov 21 09:08:16 2015 -0500 |
tree | d38f58e5fbd2d2c177500aaadb49757e22c87354 | |
parent | ecb0dcd34c9bb31b240a213cd17c236b224cd290 [diff] |
freedreno/a4xx: fix 3d texture setup Same fix as on a3xx - set the second (tiny) layer size bitfield to the smallest level's size so that the hw knows not to minify beyond that. This fixes texelFetch sampler3D piglits. Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Cc: mesa-stable@lists.freedesktop.org