util: better comment for util_is_format_compatible()
authorBrian Paul <brianp@vmware.com>
Tue, 28 Feb 2012 14:45:17 +0000 (07:45 -0700)
committerBrian Paul <brianp@vmware.com>
Wed, 29 Feb 2012 15:40:37 +0000 (08:40 -0700)
src/gallium/auxiliary/util/u_format.h

index 874ea7eb12aa7bdaa372ef3a717cb4d66caf7ee4..b9ae7c190307288b26813e3a6f0d82850a0b9733 100644 (file)
@@ -578,8 +578,9 @@ boolean
 util_format_is_pure_uint(enum pipe_format format);
 
 /**
- * Whether the src format can be blitted to destation format with a simple
- * memcpy.
+ * Check if the src format can be blitted to the destination format with
+ * a simple memcpy.  For example, blitting from RGBA to RGBx is OK, but not
+ * the reverse.
  */
 boolean
 util_is_format_compatible(const struct util_format_description *src_desc,