projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fdaebc
)
cell: Fix added whitespace errors.
author
Ian Romanick
<idr@us.ibm.com>
Tue, 18 Mar 2008 17:29:14 +0000
(10:29 -0700)
committer
Ian Romanick
<idr@us.ibm.com>
Tue, 18 Mar 2008 17:29:14 +0000
(10:29 -0700)
src/gallium/drivers/cell/ppu/cell_state_per_fragment.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/cell/ppu/cell_state_per_fragment.c
b/src/gallium/drivers/cell/ppu/cell_state_per_fragment.c
index 0ad9344cd4090a95312d713d8747baa70c4e6353..11c0aa5b23cd181463b2f9d21f9d5e5c2519d682 100644
(file)
--- a/
src/gallium/drivers/cell/ppu/cell_state_per_fragment.c
+++ b/
src/gallium/drivers/cell/ppu/cell_state_per_fragment.c
@@
-532,12
+532,12
@@
cell_generate_depth_stencil_test(struct cell_depth_stencil_alpha_state *cdsa)
const uint32_t *p = f->store;
unsigned i;
- printf("# alpha (%sabled)\n",
+ printf("# alpha (%sabled)\n",
(dsa->alpha.enabled) ? "en" : "dis");
printf("# func: %u\n", dsa->alpha.func);
printf("# ref: %.2f\n", dsa->alpha.ref);
- printf("# depth (%sabled)\n",
+ printf("# depth (%sabled)\n",
(dsa->depth.enabled) ? "en" : "dis");
printf("# func: %u\n", dsa->depth.func);