diff options
author | Marek Olšák <[email protected]> | 2012-01-30 09:11:01 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2012-01-31 23:12:30 +0100 |
commit | 6d0a011acbea90537d142c86b8dd5aecd1e14390 (patch) | |
tree | da3c7a2d227361def9202a465b05c32ffe23a8bb /src/gallium/drivers/r600/r600.h | |
parent | 1c5625cdb96332a746c9eebe042a3a9dbe844351 (diff) |
r600g: fix computation of how many dwords is needed for a flush at the end of CS
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 d0f0b399b41..229fa7068b2 100644 --- a/src/gallium/drivers/r600/r600.h +++ b/src/gallium/drivers/r600/r600.h @@ -144,7 +144,6 @@ struct r600_block { unsigned flags; unsigned start_offset; unsigned pm4_ndwords; - unsigned pm4_flush_ndwords; unsigned nbo; uint16_t nreg; uint16_t nreg_dirty; |