i915g: Fix comment.
authorStéphane Marchesin <marcheu@chromium.org>
Sat, 24 Sep 2011 19:56:22 +0000 (12:56 -0700)
committerStéphane Marchesin <marcheu@chromium.org>
Thu, 6 Oct 2011 05:53:48 +0000 (22:53 -0700)
src/gallium/drivers/i915/i915_fpc_translate.c

index b383a7476b8164fe7e2a0e23b638394fc1553c6d..887721574fa93b4941804e8c2bcb6d7cf424dce6 100644 (file)
@@ -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)