commit | cf9f8d1ea2044effc35e15e1ee91a528b8d9e487 | [log] [tgz] |
---|---|---|
author | Marek Olšák <marek.olsak@amd.com> | Thu Dec 05 20:46:30 2019 -0500 |
committer | Marek Olšák <marek.olsak@amd.com> | Mon Jan 20 16:16:11 2020 -0500 |
tree | 7e09b5f19a24a485d865a677f721a853820b20d5 | |
parent | b2326a7549b237669d4aeb8a733eb13d15467093 [diff] |
radeonsi/gfx10: correct VS PrimitiveID implementation for NGG We didn't use the correct LDS pointer, though it probably doesn't matter, because I think that nothing else is using LDS here. This commit makes it consistent with all other esgs_ring use. Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>