Module: Mesa Branch: mesa_7_7_branch Commit: 6b6ac9aca08603fb0e3f91bf53fd6d49a1701e2a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6b6ac9aca08603fb0e3f91bf53fd6d49a1701e2a
Author: Vinson Lee <[email protected]> Date: Sun Jan 17 15:48:39 2010 -0800 mesa: Use preprocessor to comment out code. --- src/mesa/main/texstore.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mesa/main/texstore.c b/src/mesa/main/texstore.c index 792c831..fcd0a56 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 } _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
