diff options
author | Dave Airlie <[email protected]> | 2010-09-10 22:41:00 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2010-09-10 22:41:00 +1000 |
commit | fcae8ca57512f84c51b7445456aab7ec92a21254 (patch) | |
tree | 238b9b1af10697b14c721f65c6e756969954a277 /src/gallium/drivers | |
parent | f61b241ebabf2d8db9b96f7860afe79bec980df7 (diff) |
r600g: fixup state calculations for picking states.
for evergreen I ended up using a non-contig array of states, but
this code needs a bit of fixing up to deal with that.
Diffstat (limited to 'src/gallium/drivers')
-rw-r--r-- | src/gallium/drivers/r600/radeon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/radeon.h b/src/gallium/drivers/r600/radeon.h index cd063e4a94c..7991821ddab 100644 --- a/src/gallium/drivers/r600/radeon.h +++ b/src/gallium/drivers/r600/radeon.h @@ -214,6 +214,7 @@ enum r600_stype { R600_STATE_DRAW, R600_STATE_CB_FLUSH, R600_STATE_DB_FLUSH, + R600_STATE_MAX, }; #include "r600_states_inc.h" |