projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f39bae8
)
gallium/util: update comment: s/src_pitch/src_stride
author
Brian Paul
<brianp@vmware.com>
Thu, 7 Jan 2010 15:49:05 +0000
(08:49 -0700)
committer
Brian Paul
<brianp@vmware.com>
Thu, 7 Jan 2010 16:20:48 +0000
(09:20 -0700)
src/gallium/auxiliary/util/u_rect.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/util/u_rect.c
b/src/gallium/auxiliary/util/u_rect.c
index 85ca058b665efce294cb86d5f2269a9d3d976244..10c8bd748bf69c027426aba0cd96dc42f7f0066d 100644
(file)
--- 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,