util: added comment/question about blit clipping

This commit is contained in:
Brian Paul
2009-08-05 13:22:26 -06:00
parent 727b2d747e
commit 2cd33afa00
+1
View 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