From: José Fonseca Date: Thu, 8 Oct 2009 18:18:35 +0000 (+0100) Subject: llvmpipe: Fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=07ee87e6645318a34a395a50f4e8d554d118d24f;p=mesa.git llvmpipe: Fix typo. --- diff --git a/src/gallium/drivers/llvmpipe/lp_rast.c b/src/gallium/drivers/llvmpipe/lp_rast.c index 9d1861d2464..170684c1b23 100644 --- a/src/gallium/drivers/llvmpipe/lp_rast.c +++ b/src/gallium/drivers/llvmpipe/lp_rast.c @@ -214,7 +214,7 @@ void lp_rast_end_tile( struct lp_rasterizer *rast, if(x + w > surface->width) w = surface->width - x; if(y + h > surface->height) - h = surface->height - x; + h = surface->height - y; transfer = screen->get_tex_transfer(screen, surface->texture,