diff options
author | Christoph Bumiller <[email protected]> | 2014-05-17 01:20:17 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2014-06-02 12:49:03 +0200 |
commit | 476aaf8b8ee77d84c295e1429035e92ecf3a7349 (patch) | |
tree | fbd90b301588ab980f0f14798e9cd314ab1ee899 /src/gallium/drivers/r600/r600_asm.h | |
parent | 6544a4a3425ffab6004918ee1299d4e63ed71755 (diff) |
r600g: HW bug workaround for TGSI_OPCODE_BREAKC
Signed-off-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600_asm.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_asm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_asm.h b/src/gallium/drivers/r600/r600_asm.h index 4fb0ef06956..48ea3c4bc43 100644 --- a/src/gallium/drivers/r600/r600_asm.h +++ b/src/gallium/drivers/r600/r600_asm.h @@ -196,6 +196,7 @@ struct r600_stack_info { struct r600_bytecode { enum chip_class chip_class; + enum radeon_family family; bool has_compressed_msaa_texturing; int type; struct list_head cf; |