Skip to content

broadcom: add "cl_nobinaries" and "noloopunroll" debug options

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

This adds a couple of options for V3D_DEBUG:

  • noloopunroll: disables loop unrolling optimization.
  • cl_nobinaries: similar to cl, dumps the command list but it not the binary resources.
Edited by Juan A. Suárez

Merge request reports