projects
/
profile
/
ivi
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db58192
)
llvmpipe: indentation fixes
author
Brian Paul
<brianp@vmware.com>
Wed, 13 Jan 2010 22:03:42 +0000
(15:03 -0700)
committer
Brian Paul
<brianp@vmware.com>
Wed, 13 Jan 2010 22:10:57 +0000
(15:10 -0700)
src/gallium/drivers/llvmpipe/lp_setup.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/lp_setup.c
b/src/gallium/drivers/llvmpipe/lp_setup.c
index
4f77d04
..
11b1b5f
100644
(file)
--- a/
src/gallium/drivers/llvmpipe/lp_setup.c
+++ b/
src/gallium/drivers/llvmpipe/lp_setup.c
@@
-292,13
+292,13
@@
lp_setup_clear( struct setup_context *setup,
*/
if (flags & PIPE_CLEAR_COLOR)
lp_scene_bin_everywhere( scene,
- lp_rast_clear_color,
- setup->clear.color );
+ lp_rast_clear_color,
+
setup->clear.color );
if (setup->clear.flags & PIPE_CLEAR_DEPTHSTENCIL)
lp_scene_bin_everywhere( scene,
- lp_rast_clear_zstencil,
- setup->clear.zstencil );
+ lp_rast_clear_zstencil,
+
setup->clear.zstencil );
}
else {
/* Put ourselves into the 'pre-clear' state, specifically to try