projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
727b2d7
)
util: added comment/question about blit clipping
author
Brian Paul
<brianp@vmware.com>
Wed, 5 Aug 2009 19:22:26 +0000
(13:22 -0600)
committer
Brian Paul
<brianp@vmware.com>
Wed, 5 Aug 2009 19:22:26 +0000
(13:22 -0600)
src/gallium/auxiliary/util/u_blit.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/util/u_blit.c
b/src/gallium/auxiliary/util/u_blit.c
index 77573bc0b5eac118d61bcd86cfe8ec0336eab4ea..f7cc7dd3759bdc8f003380709f6f1e0149a27e5f 100644
(file)
--- a/
src/gallium/auxiliary/util/u_blit.c
+++ b/
src/gallium/auxiliary/util/u_blit.c
@@
-294,6
+294,7
@@
regions_overlap(int srcX0, int srcY0,
* Copy pixel block from src surface to dst surface.
* Overlapping regions are acceptable.
* Flipping and stretching are supported.
+ * XXX what about clipping???
* XXX need some control over blitting Z and/or stencil.
*/
void