diff options
Diffstat (limited to 'src/gallium/drivers/r600/sb/sb_bc.h')
-rw-r--r-- | src/gallium/drivers/r600/sb/sb_bc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/sb/sb_bc.h b/src/gallium/drivers/r600/sb/sb_bc.h index d03da98..6d3dc4d 100644 --- a/src/gallium/drivers/r600/sb/sb_bc.h +++ b/src/gallium/drivers/r600/sb/sb_bc.h @@ -616,6 +616,8 @@ public: unsigned num_slots; bool uses_mova_gpr; + bool r6xx_gpr_index_workaround; + bool stack_workaround_8xx; bool stack_workaround_9xx; |