radeonsi/gfx10: enable the workaround for unaligned vertex fetch
authorNicolai Hähnle <nicolai.haehnle@amd.com>
Mon, 1 Apr 2019 13:58:31 +0000 (15:58 +0200)
committerMarek Olšák <marek.olsak@amd.com>
Wed, 3 Jul 2019 19:51:13 +0000 (15:51 -0400)
commitbcd2d2e1942ab7158dd46a5223130498cb0a8f44
treeca89a578a428b4be8cc6becb0c39823dd892007b
parent22b85bfc02ca474b4cc2e5a27f4da052f5539492
radeonsi/gfx10: enable the workaround for unaligned vertex fetch

Yes, really. Note that non-format buffer loads are unaffected and work
just fine with unaligned pointers (as long as SH_MEM_CONFIG is setup
correctly, which amdgpu ensures).

Fixes e.g. KHR-GL45.vertex_attrib_64bit.vao

Acked-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
src/gallium/drivers/radeonsi/si_state.c