projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7190159
)
llvmpipe: whitespace fix
author
Brian Paul
<brianp@vmware.com>
Tue, 20 Apr 2010 23:14:21 +0000
(17:14 -0600)
committer
Brian Paul
<brianp@vmware.com>
Tue, 20 Apr 2010 23:15:33 +0000
(17:15 -0600)
src/gallium/drivers/llvmpipe/lp_rast.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/lp_rast.c
b/src/gallium/drivers/llvmpipe/lp_rast.c
index 527103c75cff7abff7ff7257062c4a7da790e18c..4046701b85a2a24f7c252235351dd4e7b1d9d9b9 100644
(file)
--- 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);
}