Module: Mesa Branch: mesa_7_5_branch Commit: 5276b049b46fd030d7b198a1ecb97248eb73299b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5276b049b46fd030d7b198a1ecb97248eb73299b
Author: José Fonseca <[email protected]> Date: Sun Jul 26 20:31:11 2009 +0100 util: fix typo. --- src/gallium/auxiliary/util/u_tile.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gallium/auxiliary/util/u_tile.c b/src/gallium/auxiliary/util/u_tile.c index a0c8ed8..422bc76 100644 --- a/src/gallium/auxiliary/util/u_tile.c +++ b/src/gallium/auxiliary/util/u_tile.c @@ -153,7 +153,7 @@ a8r8g8b8_put_tile_rgba(unsigned *dst, } -/*** PIPE_FORMAT_A8R8G8B8_UNORM ***/ +/*** PIPE_FORMAT_X8R8G8B8_UNORM ***/ static void x8r8g8b8_get_tile_rgba(const unsigned *src, _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
