From: Brian Paul Date: Tue, 20 Apr 2010 23:14:21 +0000 (-0600) Subject: llvmpipe: whitespace fix X-Git-Tag: android-x86-2.2~3896^2~209 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=c668a97ad5779ff7e0077524529e812141b03fa7;p=android-x86%2Fexternal-mesa.git llvmpipe: whitespace fix --- diff --git a/src/gallium/drivers/llvmpipe/lp_rast.c b/src/gallium/drivers/llvmpipe/lp_rast.c index 527103c75cf..4046701b85a 100644 --- a/src/gallium/drivers/llvmpipe/lp_rast.c +++ b/src/gallium/drivers/llvmpipe/lp_rast.c @@ -376,7 +376,7 @@ lp_rast_store_color( struct lp_rasterizer_task *task, const unsigned face = cbuf->face, level = cbuf->level; struct llvmpipe_resource *lpt = llvmpipe_resource(cbuf->texture); /* this will convert the tiled data to linear if needed */ - (void) llvmpipe_get_texture_tile_linear(lpt, face,level, + (void) llvmpipe_get_texture_tile_linear(lpt, face, level, LP_TEX_USAGE_READ, task->x, task->y); }