From fcae8ca57512f84c51b7445456aab7ec92a21254 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Fri, 10 Sep 2010 22:41:00 +1000 Subject: 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. --- src/gallium/drivers/r600/radeon.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/drivers/r600/radeon.h') diff --git a/src/gallium/drivers/r600/radeon.h b/src/gallium/drivers/r600/radeon.h index cd063e4a94..7991821dda 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" -- cgit v1.2.3