summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStéphane Marchesin <marcheu@chromium.org>2011-09-24 12:56:22 -0700
committerStéphane Marchesin <marcheu@chromium.org>2011-10-05 22:53:48 -0700
commit527235223abd8b64908b0c21311567e6c7d9920d (patch)
tree09c063bbcda5283e2e0ac8a470018fc63fbad404
parent0214712c3074dfef5569d032a00276182c4185bf (diff)
i915g: Fix comment.
-rw-r--r--src/gallium/drivers/i915/i915_fpc_translate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/i915/i915_fpc_translate.c b/src/gallium/drivers/i915/i915_fpc_translate.c
index b383a7476b8..887721574fa 100644
--- a/src/gallium/drivers/i915/i915_fpc_translate.c
+++ b/src/gallium/drivers/i915/i915_fpc_translate.c
@@ -373,7 +373,7 @@ translate_tex_src_target(struct i915_fp_compile *p, uint tex)
}
/**
- * Convert TGSI_TEXTURE_x token to DO_SAMPLE_TYPE_x token
+ * Return the number of coords needed to access a given TGSI_TEXTURE_*
*/
static uint
texture_num_coords(struct i915_fp_compile *p, uint tex)