diff options
author | Corbin Simpson <[email protected]> | 2009-03-06 09:44:21 -0800 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-03-06 10:30:15 -0800 |
commit | d965c15777727fec34b11c253f2a0f50c4e8e89a (patch) | |
tree | 68698db5af6307531ff816356927a893cc942f54 /src/gallium/drivers/r300/r300_surface.h | |
parent | 0bbcb47901c16661e39a1c586c19b58e5eb73d45 (diff) |
r300-gallium: Pick up a few more bits of rs_state.
Including two registers that already should have been covered...huh...
Diffstat (limited to 'src/gallium/drivers/r300/r300_surface.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_surface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_surface.h b/src/gallium/drivers/r300/r300_surface.h index 616d56dd04b..be3105f8ce4 100644 --- a/src/gallium/drivers/r300/r300_surface.h +++ b/src/gallium/drivers/r300/r300_surface.h @@ -58,6 +58,7 @@ const struct r300_dsa_state dsa_clear_state = { }; const struct r300_rs_state rs_clear_state = { + .point_minmax = 0x36000006, .line_control = 0x00030006, .depth_scale_front = 0x0, .depth_offset_front = 0x0, |