diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2008-09-05 10:10:18 -0600 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-09-05 10:10:18 -0600 |
commit | 2877727c9bb5496caf3c01625513900b03953fcc (patch) | |
tree | 45fd037ab2f66cde0ae1dd9830bdf72415433158 /src/gallium | |
parent | 7071e774e49f0e7b5997ab634f5523efb2666952 (diff) |
gallium: remove debug code from prev commit
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/auxiliary/util/u_pack_color.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/util/u_pack_color.h b/src/gallium/auxiliary/util/u_pack_color.h index 43cb7e56ec..e0e8aa8e9f 100644 --- a/src/gallium/auxiliary/util/u_pack_color.h +++ b/src/gallium/auxiliary/util/u_pack_color.h @@ -312,8 +312,6 @@ util_pack_color(const float rgba[4], enum pipe_format format, void *dest) a = float_to_ubyte(rgba[3]); } - printf("%s %s\n", __FUNCTION__, pf_name(format)); - switch (format) { case PIPE_FORMAT_R8G8B8A8_UNORM: { |