freedreno/a5xx: don't align height for PIPE_BUFFER
authorRob Clark <robdclark@gmail.com>
Sun, 1 Apr 2018 15:26:01 +0000 (11:26 -0400)
committerRob Clark <robdclark@gmail.com>
Sun, 1 Apr 2018 15:26:01 +0000 (11:26 -0400)
commit2f175bfe5d8ca59a8a68b6d6d072cd7bf2f8baa9
tree7dbae1e07fca44fdfc2929d13fb7b5a35e0185ee
parent1866f76f7bc3ec54b4e91eb7d329b2e6f7b6277c
freedreno/a5xx: don't align height for PIPE_BUFFER

Buffers can be large, so we probably don't want to make them all 32x
bigger.  But they can't be rendered to (at least in GL) so we don't
need this workaround to prevent page faults on mem<->gmem.

Cc: "18.0" <mesa-stable@lists.freedesktop.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
src/gallium/drivers/freedreno/a5xx/fd5_resource.c