About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/src/util/bitset.h
diff options
context:
space:
mode:
authorTimothy Arceri <tarceri@itsqueeze.com>2020-05-06 14:01:41 +1000
committerMarge Bot <eric+marge@anholt.net>2020-06-03 10:34:22 +0000
commitf518508a817aa5af1eee988439f73ecf6279e9c5 (patch)
tree253680c25dc4b50392f72d27fbb4cc96df8cd655 /src/util/bitset.h
parent907bacea13fff7939edf67fba5b3a6eaf9f1f5dc (diff)
i965: call brw_nir_lower_uniforms() after uniform linking is complete
i965 currently uses the NIR uniform linker for spirv support. Until now the only reason there has been no issue with calling the lowering pass before the linker is because no garbage collection is done between the calls. An upcoming change to the linker will add an optimisation to resize unform arrays where possible. Because lowering causes the array defs to no longer be used the new optimisation ends up resizing the arrays to 0. To fix this we move the lowering call after the linking calls. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4910>
Diffstat (limited to 'src/util/bitset.h')
0 files changed, 0 insertions, 0 deletions