diff options
author | José Fonseca <[email protected]> | 2010-02-14 15:20:34 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-02-14 15:20:34 +0000 |
commit | c16a8e0dd552dc7a5f95169da983e6164fc1492e (patch) | |
tree | 28d0bc6a42afbe7a1f5f5df79269e53dc12ca40c /src/gallium/auxiliary/Makefile | |
parent | db18996d3da4009a7a031e3444b5cd688e12dc22 (diff) |
util: Rename u_debug_dump.[ch] -> u_dump.[ch].
I have more plans for this than mere debugging -- it will be an helper
to provide human readible representations of all gallium state for
the python state tracker.
Diffstat (limited to 'src/gallium/auxiliary/Makefile')
-rw-r--r-- | src/gallium/auxiliary/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile index 507ca6e6aaa..3f96da61aec 100644 --- a/src/gallium/auxiliary/Makefile +++ b/src/gallium/auxiliary/Makefile @@ -91,9 +91,9 @@ C_SOURCES = \ translate/translate.c \ translate/translate_cache.c \ util/u_debug.c \ - util/u_debug_dump.c \ util/u_debug_symbol.c \ util/u_debug_stack.c \ + util/u_dump_defines.c \ util/u_bitmask.c \ util/u_blit.c \ util/u_blitter.c \ |