commit | 1ca2358d6b4de7c432ee873ba5674ba70eacf3e3 | [log] [tgz] |
---|---|---|
author | Alyssa Rosenzweig <alyssa@collabora.com> | Wed Feb 02 19:39:23 2022 -0500 |
committer | Marge Bot <emma+marge@anholt.net> | Wed Feb 16 22:05:55 2022 +0000 |
tree | 2ef855551570d2732a1d8ee4d5d0c297c114e752 | |
parent | 6d5ddf69e2658d5c62747d4b4c4b3bc524196665 [diff] |
panfrost: Flesh out compute jobs Valhall has a new twist on Mali's task splitting voodoo, plus compute offset support. On Bifrost + Vulkan, compute offsets needed lowering on Bifrost (gl_GlobalID). Valhall saves a few instructions here. Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15047>