Skip to content

broadcom/compiler: do not run lowering I/O for FS

Juan A. Suárez requested to merge jasuarez/mesa:review/v3d-lower-io into main

What does this MR do and why?

broadcom/compiler: do not run lowering I/O for FS

This lowering is applied only for vertex and geometry shaders. So detect
earlier this situation and do not go ahead with other shader.

Merge request reports