Skip to content

report: add a couple cmdline args

Rob Clark requested to merge robclark/shader-db:wip/report-args into master

Add --stage to filter by shader stage (for example, to see how a shader change effects FRAG shaders in particular), and a --ignore-loops to ignore changes in loops count. (I have some tools to run .shader_test files against blob and generate shader-db style traces from the OES_get_program_binary program binary.. but I cannot generate accurate loop count.)

Merge request reports