summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_state_shader.h
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2009-02-12 23:36:21 -0800
committerCorbin Simpson <MostAwesomeDude@gmail.com>2009-02-12 23:36:21 -0800
commit8a2d0005af34cfaf88b2d70168fdfb2c91e79045 (patch)
tree6e81bd8c09292c7cc0bebd7a006d07d355ef7a9e /src/gallium/drivers/r300/r300_state_shader.h
parentfe7863f3f82cda290334cecfde816e21a0e9f5d3 (diff)
r300-gallium: Take care of various bad dereferences in shader setup.
Unbreaks glxinfo.
Diffstat (limited to 'src/gallium/drivers/r300/r300_state_shader.h')
-rw-r--r--src/gallium/drivers/r300/r300_state_shader.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_state_shader.h b/src/gallium/drivers/r300/r300_state_shader.h
index a5f03b967b..108f5ec085 100644
--- a/src/gallium/drivers/r300/r300_state_shader.h
+++ b/src/gallium/drivers/r300/r300_state_shader.h
@@ -83,7 +83,6 @@ static const struct r500_fragment_shader r500_passthrough_fragment_shader = {
R500_ALU_RGBA_OP_CMP | R500_ALU_RGBA_R_SWIZ_0 |
R500_ALU_RGBA_G_SWIZ_0 | R500_ALU_RGBA_B_SWIZ_0 |
R500_ALU_RGBA_A_SWIZ_0,
- .shader.translated = TRUE,
};
#endif /* R300_STATE_SHADER_H */