Skip to content

broadcom/compiler: clarify PIPE_SHADER_CAP_INDIRECT_INPUT_ADDR setting

Iago Toral requested to merge itoral/mesa:v3d_clarify_indirect_input into main

We enabled this in the past to fix some register allocation issues we faced with geometry shaders but we didn't document why it is safe for us to do this, which is not immediately obvious.

Merge request reports