diff options
author | Marek Olšák <[email protected]> | 2011-11-10 17:41:44 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2011-11-10 18:09:10 +0100 |
commit | 5222e16e2b611064c0add9eef7f56488c9b8fbe6 (patch) | |
tree | fb692d44d082a6bb1059697d118266cc519561f0 /src/gallium/drivers/r600/r600.h | |
parent | 30a570e450da30fa73546c0ff54b4757678a5663 (diff) |
r600g: put the rest of CS overflow checks in r600_need_cs_space
Diffstat (limited to 'src/gallium/drivers/r600/r600.h')
-rw-r--r-- | src/gallium/drivers/r600/r600.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600.h b/src/gallium/drivers/r600/r600.h index f41828b5ab3..5bd808ace4d 100644 --- a/src/gallium/drivers/r600/r600.h +++ b/src/gallium/drivers/r600/r600.h @@ -199,7 +199,6 @@ struct r600_context { struct list_head dirty; struct list_head resource_dirty; struct list_head enable_list; - unsigned pm4_ndwords; unsigned pm4_dirty_cdwords; unsigned ctx_pm4_ndwords; unsigned init_dwords; |