summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2012-01-29 16:56:02 +0100
committerMarek Olšák <[email protected]>2012-01-31 02:18:27 +0100
commitb1b969f670c50a15110fd41527ccbc7e885e1cdd (patch)
tree31b0629a02ad49c85a119fe7a77063bfae0dada0 /src/gallium/drivers/r600/r600.h
parent9344ab382a1765c1a7c2560e771485edf4954fe2 (diff)
r600g: don't use r600_context_reg on evergreen
Just getting rid of things which use the register mask. Reviewed-by: Dave Airlie <[email protected]> Reviewed-by: Alex Deucher <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600.h')
-rw-r--r--src/gallium/drivers/r600/r600.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600.h b/src/gallium/drivers/r600/r600.h
index a51e6af36c1..c3de51f8373 100644
--- a/src/gallium/drivers/r600/r600.h
+++ b/src/gallium/drivers/r600/r600.h
@@ -256,6 +256,7 @@ struct r600_draw {
u32 vgt_index_type;
u32 vgt_draw_initiator;
u32 indices_bo_offset;
+ unsigned db_render_override;
struct r600_resource *indices;
};