nv50,nvc0: bump minimum texture buffer offset alignment
authorIlia Mirkin <imirkin@alum.mit.edu>
Sat, 27 Feb 2016 20:30:34 +0000 (15:30 -0500)
committerIlia Mirkin <imirkin@alum.mit.edu>
Sat, 27 Feb 2016 21:26:34 +0000 (16:26 -0500)
commitaa3b85fd18d32a49f2e0051ef434d6c16d4a5d18
tree07f71236a8ac47969ee2a27bbdaeb662467154b6
parente2dce1a340c89d8c910eb7a632160097389c9735
nv50,nvc0: bump minimum texture buffer offset alignment

It appears that it actually needs to be aligned to the datum size, so it
was 1 when testing with R8, but it can be as high as 16 with RGBA32.

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Cc: "11.1 11.2" <mesa-stable@lists.freedesktop.org>
src/gallium/drivers/nouveau/nv50/nv50_screen.c
src/gallium/drivers/nouveau/nvc0/nvc0_screen.c