summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_state_shader.h
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2009-02-12 20:35:17 -0800
committerCorbin Simpson <MostAwesomeDude@gmail.com>2009-02-12 20:35:17 -0800
commit1d2c31df41d2a52b306fd65bbb6c800e993a2798 (patch)
treea7845c305822988dd5cc7e0800118b991f339892 /src/gallium/drivers/r300/r300_state_shader.h
parent92661bcbad13c8750f63e3a30b6c616d2f1094d3 (diff)
r300-gallium: Fix build errors.
Diffstat (limited to 'src/gallium/drivers/r300/r300_state_shader.h')
-rw-r--r--src/gallium/drivers/r300/r300_state_shader.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/gallium/drivers/r300/r300_state_shader.h b/src/gallium/drivers/r300/r300_state_shader.h
index 8e9ed5d59e..a5f03b967b 100644
--- a/src/gallium/drivers/r300/r300_state_shader.h
+++ b/src/gallium/drivers/r300/r300_state_shader.h
@@ -47,16 +47,16 @@ static const struct r300_fragment_shader r300_passthrough_fragment_shader = {
OUT_CS(R300_US_OUT_FMT_UNUSED);
OUT_CS(R300_US_OUT_FMT_UNUSED);
OUT_CS_REG(R300_US_W_FMT, R300_W_FMT_W0); */
- .alu_instruction_count = 1;
- .tex_instruction_count = 0;
- .indirections = 1;
- .shader.stack_size = 2;
+ .alu_instruction_count = 1,
+ .tex_instruction_count = 0,
+ .indirections = 1,
+ .shader.stack_size = 2,
/* XXX decode these */
- .instructions[0].alu_rgb_inst = 0x50A80;
- .instructions[0].alu_rgb_inst = 0x1C000000;
- .instructions[0].alu_alpha_inst = 0x40889;
- .instructions[0].alu_alpha_inst = 0x1000000;
+ .instructions[0].alu_rgb_inst = 0x50A80,
+ .instructions[0].alu_rgb_inst = 0x1C000000,
+ .instructions[0].alu_alpha_inst = 0x40889,
+ .instructions[0].alu_alpha_inst = 0x1000000,
};
static const struct r500_fragment_shader r500_passthrough_fragment_shader = {