gallium/util: do not use debug_print_format
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Wed, 19 Feb 2020 11:42:38 +0000 (12:42 +0100)
committerMarge Bot <eric+marge@anholt.net>
Mon, 24 Feb 2020 23:07:57 +0000 (23:07 +0000)
commitdfea933a2a09b169ff3753de764aa4662de7e4e7
treeb168e6e3becc4d6ccd612289657f501441076d15
parent5f0b984cb8fd424facc7b245e4649b38f4815e3c
gallium/util: do not use debug_print_format

These are the only two places we use this macro, and it's no longer very
gallium-specific. So let's get rid of this, and just use debug_printf
and util_format_name directly instead.

Reviewed-by: Eric Anholt <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3901>
src/gallium/auxiliary/util/u_debug_gallium.c
src/gallium/auxiliary/util/u_debug_gallium.h
src/gallium/auxiliary/util/u_pack_color.h