aux/trace: dump clear colors as uints
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Tue, 8 Feb 2022 14:41:05 +0000 (09:41 -0500)
committerMarge Bot <emma+marge@anholt.net>
Wed, 9 Mar 2022 03:54:37 +0000 (03:54 +0000)
commit296e26eec84a36a7c512eb333a1a98248fe0da25
tree28f45022f05745bc5974ae009396cb8e6e5394a1
parent8142fc5a455e010abf2ce55d0ad938f7ae88bb32
aux/trace: dump clear colors as uints

dumping as float is nice if the clear color is a float, but if it isn't
then the value is useless

Reviewed-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14854>
src/gallium/auxiliary/driver_trace/tr_context.c