commit | fea6446b302a57d5c6b5f38b83bdcf64f16f0e65 | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Wed Jan 13 16:30:15 2021 -0800 |
committer | Eric Anholt <eric@anholt.net> | Thu Jan 14 15:59:22 2021 -0800 |
tree | fe28f4ba2c2c3e0053b188b925a45e7fbba0904d | |
parent | 37363ef66369d1108c6215e8f0bdbba8b9f317fd [diff] |
gallium/ntt: Avoid referencing undefined channels of system values. Fixes failure to compile the shader on the host with gl_NumWorkGroups (for example) on virgl. Reviewed-by: Gert Wollny <gert.wollny@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8488>