Mesa (master): gallium/util: update comment: s/src_pitch/src_stride

Brian Paul brianp at kemper.freedesktop.org
Thu Jan 7 16:20:59 UTC 2010


Module: Mesa
Branch: master
Commit: c3e846af30a3791a4bf80ac53c2e2d3cd6882d8f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c3e846af30a3791a4bf80ac53c2e2d3cd6882d8f

Author: Brian Paul <brianp at vmware.com>
Date:   Thu Jan  7 08:49:05 2010 -0700

gallium/util: update comment: s/src_pitch/src_stride

---

 src/gallium/auxiliary/util/u_rect.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/auxiliary/util/u_rect.c b/src/gallium/auxiliary/util/u_rect.c
index 85ca058..10c8bd7 100644
--- a/src/gallium/auxiliary/util/u_rect.c
+++ b/src/gallium/auxiliary/util/u_rect.c
@@ -41,7 +41,7 @@
 /**
  * Copy 2D rect from one place to another.
  * Position and sizes are in pixels.
- * src_pitch may be negative to do vertical flip of pixels from source.
+ * src_stride may be negative to do vertical flip of pixels from source.
  */
 void
 util_copy_rect(ubyte * dst,




More information about the mesa-commit mailing list