util: added comment/question about blit clipping
authorBrian Paul <brianp@vmware.com>
Wed, 5 Aug 2009 19:22:26 +0000 (13:22 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 5 Aug 2009 19:22:26 +0000 (13:22 -0600)
src/gallium/auxiliary/util/u_blit.c

index 77573bc0b5eac118d61bcd86cfe8ec0336eab4ea..f7cc7dd3759bdc8f003380709f6f1e0149a27e5f 100644 (file)
@@ -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