Skip to content

gallium/tools: fixes to option handling

Matti Hämäläinen requested to merge ccrtnsp/mesa:tracefix into main

Not all options in the options object are set by all tools. Instead of using argparse result objects directly, use separate with default settings and copy relevant attributes there.

Merge request reports