diff options
author | José Fonseca <[email protected]> | 2010-03-01 18:09:40 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-03-01 18:53:31 +0000 |
commit | 712ba6e6b049c050af3ac1992aba009ebbe56ca5 (patch) | |
tree | 6f31655b521288e62e17de6bb506907d87caefa6 /src/gallium/auxiliary/util/u_debug.c | |
parent | 3843548a67da4ad484eadfd9e65d56d581a49a82 (diff) |
util: Rename pipe formats.
Diffstat (limited to 'src/gallium/auxiliary/util/u_debug.c')
-rw-r--r-- | src/gallium/auxiliary/util/u_debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/u_debug.c b/src/gallium/auxiliary/util/u_debug.c index 858d52c6efb..94be682c4b1 100644 --- a/src/gallium/auxiliary/util/u_debug.c +++ b/src/gallium/auxiliary/util/u_debug.c @@ -387,7 +387,7 @@ void debug_dump_image(const char *prefix, /* XXX this is a hack */ switch (format) { - case PIPE_FORMAT_A8R8G8B8_UNORM: + case PIPE_FORMAT_B8G8R8A8_UNORM: r = 2; g = 1; b = 0; |