Skip to content

aux/trace: fix dumping of pipe_texture_target

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

I had missed a int -> enum conversion in one recently added function and it's probably nice to also dump the target value also in trace_dump_resource_template() so let's do just that.

Signed-off-by: Matti Hamalainen ccr@tnsp.org

Merge request reports