commit | a02d8e040fb6cbf43a75932104e2b49807723280 | [log] [tgz] |
---|---|---|
author | Timothy Arceri <tarceri@itsqueeze.com> | Tue Feb 04 10:00:39 2020 +1100 |
committer | Marge Bot <eric+marge@anholt.net> | Fri Mar 06 23:22:14 2020 +0000 |
tree | b68d8e40ba73649d011482225b752e2dc35e8d28 | |
parent | 10b816d27e2e9f744a29beec294774c1d24f4f54 [diff] |
glsl: correctly find block index when linking glsl with nir linker The existing code for spirv expects all vars to have explicit bindings set which is not true for glsl. Reviewed-by: Alejandro PiƱeiro <apinheiro@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4050>