diff options
author | Marek Olšák <[email protected]> | 2012-01-29 17:17:08 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2012-01-31 02:18:30 +0100 |
commit | 85db52025189c88437f82369716ffe88429dc08b (patch) | |
tree | 98e7632ffe424db98126632dd936f577093a91a2 /src/gallium/drivers/r600/r600.h | |
parent | b1b969f670c50a15110fd41527ccbc7e885e1cdd (diff) |
r600g: don't use r600_context_reg on r6xx-r7xx
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600.h b/src/gallium/drivers/r600/r600.h index c3de51f8373..515d122ce35 100644 --- a/src/gallium/drivers/r600/r600.h +++ b/src/gallium/drivers/r600/r600.h @@ -257,6 +257,7 @@ struct r600_draw { u32 vgt_draw_initiator; u32 indices_bo_offset; unsigned db_render_override; + unsigned db_render_control; struct r600_resource *indices; }; |