diff options
author | Marek Olšák <[email protected]> | 2012-01-30 09:02:30 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2012-01-31 23:12:30 +0100 |
commit | 1c5625cdb96332a746c9eebe042a3a9dbe844351 (patch) | |
tree | 6a7ea3560d59da76f7e50595280e9af8f412b191 /src/gallium/drivers/r600/r600_hw_context_priv.h | |
parent | 0671400dcc72553b5f9719639e86069a1734dbe5 (diff) |
r600g: remove unused r600_reg::flush_mask
Diffstat (limited to 'src/gallium/drivers/r600/r600_hw_context_priv.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_hw_context_priv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_hw_context_priv.h b/src/gallium/drivers/r600/r600_hw_context_priv.h index 55df6e991b7..ed566230982 100644 --- a/src/gallium/drivers/r600/r600_hw_context_priv.h +++ b/src/gallium/drivers/r600/r600_hw_context_priv.h @@ -48,7 +48,6 @@ struct r600_reg { unsigned offset; unsigned flags; unsigned flush_flags; - unsigned flush_mask; }; /* |