r600: Fix texture buffer offset alignment
authorGert Wollny <gert.wollny@collabora.com>
Sun, 28 Mar 2021 09:03:35 +0000 (11:03 +0200)
committerMarge Bot <eric+marge@anholt.net>
Mon, 29 Mar 2021 17:42:12 +0000 (17:42 +0000)
commit244048867757b93910387d5f2ccef91266c13166
tree05e12c9bbe36cb03adcd6ef022b5a25e0e27b738
parenta5d5cbdf080d7c1bb6a81ee838f06694eeb6ea0c
r600: Fix texture buffer offset alignment

It seems that this has to be 4 (radeonsi also sets this value to 4)

Fixes deqp-gles31:
 functional.texture.texture_buffer.modify.bufferdata.offset_1_alignments
 functional.texture.texture_buffer.modify.bufferdata.offset_7_alignments

Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9877>
src/gallium/drivers/r600/r600_pipe.c