diff options
author | Dave Airlie <[email protected]> | 2010-10-05 16:00:23 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2010-10-05 16:00:23 +1000 |
commit | d2c06b5037fe9282cbbc0c7acd84a1b286716507 (patch) | |
tree | 55f9e23f48be24413f80213b177fdfcc6b144e75 /src/gallium/drivers/r600/r600_asm.h | |
parent | 46997d4fc27e62a1c479f25f5f441b95e6d5cb64 (diff) |
r600g: drop use_mem_constant.
since we plan on using dx10 constant buffers everywhere.
Diffstat (limited to 'src/gallium/drivers/r600/r600_asm.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_asm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_asm.h b/src/gallium/drivers/r600/r600_asm.h index dba60afc528..bebc7c15b00 100644 --- a/src/gallium/drivers/r600/r600_asm.h +++ b/src/gallium/drivers/r600/r600_asm.h @@ -165,7 +165,6 @@ struct r600_cf_callstack { struct r600_bc { enum radeon_family family; int chiprev; /* 0 - r600, 1 - r700, 2 - evergreen */ - unsigned use_mem_constant; struct list_head cf; struct r600_bc_cf *cf_last; unsigned ndw; |