summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_rast.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-04-20 17:14:21 -0600
committerBrian Paul <brianp@vmware.com>2010-04-20 17:15:33 -0600
commitc668a97ad5779ff7e0077524529e812141b03fa7 (patch)
tree71253b544c143e440580705e159e143c21114486 /src/gallium/drivers/llvmpipe/lp_rast.c
parent71901594ed8bb2b47d492091f91c00c3e9da7c45 (diff)
llvmpipe: whitespace fix
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_rast.c')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_rast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_rast.c b/src/gallium/drivers/llvmpipe/lp_rast.c
index 527103c75c..4046701b85 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);
}