utils.[ch]: Add new format_name() function
authorSøren Sandmann Pedersen <ssp@redhat.com>
Sat, 19 Jan 2013 14:36:50 +0000 (09:36 -0500)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Wed, 23 Jan 2013 17:24:31 +0000 (12:24 -0500)
commit4eb9a24abae6cee7562c3ec8965dc4eaaba0e8ab
treedd4fa1799120e5a7536f88ebd0946a9006ba4ba2
parent1676b4938912bd140791c347aa4d08db255dd60f
utils.[ch]: Add new format_name() function

This function returns the name of the given format code, which is
useful for printing out debug information. The function is written as
a switch without a default value so that the compiler will warn if new
formats are added in the future. The fake formats used in the fast
path tables are also recognized.

The function is used in alpha_map.c, where it replaces an existing
format_name() function, and in blitters-test.c, affine-test.c, and
scaling-test.c.
test/affine-test.c
test/alphamap.c
test/blitters-test.c
test/scaling-test.c
test/utils.c
test/utils.h