Skip to content

anv-report: Improve data logging

Ian Romanick requested to merge idr/shader-db:review/anv-report-logging into master

Makes the logging capabilities of anv-report-fossil.py a little closer to that of report.py. Specifically:

  • Add logging of lost and gained shaders.
  • Add a -s option to only log a summary of changes instead of listing the name of every shader that changed.
  • Add a -c option to only log the data that changed or "No changes."

Merge request reports