Skip to content

r600: handle indirect access to kcache 14 and 15

Gert Wollny requested to merge gerddie/mesa:r600-legalize-indirect-kcache into main

r600: handle indirect access to kcache 14 and 15

as pointed out in #10112 (closed) r600 can't handle indirect access to kcache 14 and 15, so if the shader has more than 14 UBOs (including the default UBO that contains the uniforms) and there is indirect UBO access load the values from kcache 14 (and 15) directly and do a bcsel based on the buffer id to return the right value.

@Triang3l

Merge request reports