Module: Mesa Branch: master Commit: f36d0121915ca724fd0843b978e7ff224980d929 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f36d0121915ca724fd0843b978e7ff224980d929
Author: Brian Paul <[email protected]> Date: Thu Aug 6 14:54:25 2009 -0600 util: include u_surface.h, added comment --- src/gallium/auxiliary/util/u_blit.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/gallium/auxiliary/util/u_blit.c b/src/gallium/auxiliary/util/u_blit.c index 739aa51..ebf3f14 100644 --- a/src/gallium/auxiliary/util/u_blit.c +++ b/src/gallium/auxiliary/util/u_blit.c @@ -45,6 +45,7 @@ #include "util/u_math.h" #include "util/u_memory.h" #include "util/u_simple_shaders.h" +#include "util/u_surface.h" #include "cso_cache/cso_context.h" @@ -335,6 +336,7 @@ util_blit_pixels(struct blit_state *ctx, /* * Check for simple case: no format conversion, no flipping, no stretching, * no overlapping. + * Filter mode should not matter since there's no stretching. */ if (dst->format == src->format && srcX0 < srcX1 && _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
