projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e6646d
)
util: remove stray debug code
author
Brian Paul
<brianp@vmware.com>
Wed, 21 Sep 2011 14:26:29 +0000
(08:26 -0600)
committer
Brian Paul
<brianp@vmware.com>
Wed, 21 Sep 2011 14:26:29 +0000
(08:26 -0600)
src/gallium/auxiliary/util/u_format_latc.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/util/u_format_latc.c
b/src/gallium/auxiliary/util/u_format_latc.c
index 2b34c719aaffacad6f33e6ee9df89e6c2e36ad47..113a793e2cd3b8aa3b47cce32feacddb6fed13ef 100644
(file)
--- a/
src/gallium/auxiliary/util/u_format_latc.c
+++ b/
src/gallium/auxiliary/util/u_format_latc.c
@@
-172,8
+172,6
@@
util_format_latc1_snorm_fetch_rgba_float(float *dst, const uint8_t *src, unsigne
void
util_format_latc2_unorm_fetch_rgba_8unorm(uint8_t *dst, const uint8_t *src, unsigned i, unsigned j)
{
- puts(__func__);
-
u_format_unsigned_fetch_texel_rgtc(0, src, i, j, dst, 2);
u_format_unsigned_fetch_texel_rgtc(0, src + 8, i, j, dst + 1, 2);
}