summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_pack_color.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-09-05 10:10:18 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-09-05 10:10:18 -0600
commit2877727c9bb5496caf3c01625513900b03953fcc (patch)
tree45fd037ab2f66cde0ae1dd9830bdf72415433158 /src/gallium/auxiliary/util/u_pack_color.h
parent7071e774e49f0e7b5997ab634f5523efb2666952 (diff)
gallium: remove debug code from prev commit
Diffstat (limited to 'src/gallium/auxiliary/util/u_pack_color.h')
-rw-r--r--src/gallium/auxiliary/util/u_pack_color.h2
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:
{