Skip to content

gallium/tools: improve handling of pointer arrays

Matti Hämäläinen requested to merge ccrtnsp/mesa:trace-script into main

Extend the special handling of return types to also include pointer type array list elements, so we ignore the initial "name" of the element until we know a better type for them. This improves the type "detection" of such pointer array elements when parsing the logs with dump.py / tracediff.sh

Related to Mesa issue #4609

Merge request reports