summaryrefslogtreecommitdiff
path: root/src/mesa/main/texstore.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-01-17 15:48:39 -0800
committerVinson Lee <vlee@vmware.com>2010-01-17 15:48:39 -0800
commit6b6ac9aca08603fb0e3f91bf53fd6d49a1701e2a (patch)
treed3e8fd7c2eaaee60abb6baa5c6969b7fe444e9c7 /src/mesa/main/texstore.c
parentae943f8e202fc3791bd56ac863e5493cd17bb44c (diff)
mesa: Use preprocessor to comment out code.
Diffstat (limited to 'src/mesa/main/texstore.c')
-rw-r--r--src/mesa/main/texstore.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/texstore.c b/src/mesa/main/texstore.c
index 792c83141e..fcd0a56d76 100644
--- a/src/mesa/main/texstore.c
+++ b/src/mesa/main/texstore.c
@@ -263,7 +263,7 @@ compute_component_mapping(GLenum inFormat, GLenum outFormat,
map[ZERO] = ZERO;
map[ONE] = ONE;
-/*
+#if 0
_mesa_printf("from %x/%s to %x/%s map %d %d %d %d %d %d\n",
inFormat, _mesa_lookup_enum_by_nr(inFormat),
outFormat, _mesa_lookup_enum_by_nr(outFormat),
@@ -273,7 +273,7 @@ compute_component_mapping(GLenum inFormat, GLenum outFormat,
map[3],
map[4],
map[5]);
-*/
+#endif
}