Module: Mesa Branch: master Commit: 5670b44f827fdc3d209e257c3de5673b2534ba96 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5670b44f827fdc3d209e257c3de5673b2534ba96
Author: Brian Paul <[email protected]> Date: Tue Feb 2 18:28:25 2010 -0700 tgsi: fix comment --- src/gallium/auxiliary/tgsi/tgsi_exec.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gallium/auxiliary/tgsi/tgsi_exec.c b/src/gallium/auxiliary/tgsi/tgsi_exec.c index fbb9aa0..256918b 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_exec.c +++ b/src/gallium/auxiliary/tgsi/tgsi_exec.c @@ -1478,7 +1478,7 @@ emit_primitive(struct tgsi_exec_machine *mach) } /* - * Fetch a four texture samples using STR texture coordinates. + * Fetch four texture samples using STR texture coordinates. */ static void fetch_texel( struct tgsi_sampler *sampler, _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
