dispatch_sanity: print names of functions that shouldnt be in dispatch table.
authorPaul Berry <stereotype441@gmail.com>
Tue, 23 Oct 2012 17:59:44 +0000 (10:59 -0700)
committerPaul Berry <stereotype441@gmail.com>
Thu, 25 Oct 2012 21:23:01 +0000 (14:23 -0700)
commit1cf6360f8955b4191c81be24c5b5fb950ff1b21f
tree53bffa9fd226a3fcb0cac6d0666555ed51ea124d
parent03984b26c4855efb64824cb42ea5bad579b48334
dispatch_sanity: print names of functions that shouldnt be in dispatch table.

Previously we just printed the dispatch table index and the user had
to convert it to a function name.  That was a pain because when
FEATURE_remap_table is defined, the assignment of functions to
dispatch table entries is done at run time.

Acked-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/main/tests/dispatch_sanity.cpp