diff options
author | Marek Olšák <[email protected]> | 2012-07-28 13:55:59 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2012-08-04 13:53:07 +0200 |
commit | e2f623f1d6da9bc987582ff68d0471061ae44030 (patch) | |
tree | 2b22dadf098fe9c60e63ff14b4f2b1f3e447fd49 /src/gallium/drivers/r600/r600_pipe.h | |
parent | ea72351a919c594e7f40e901dca42aebb866f8a6 (diff) |
r600g: don't decompress depth or stencil if there isn't any
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_pipe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h index 724707e0fb8..7f50739506a 100644 --- a/src/gallium/drivers/r600/r600_pipe.h +++ b/src/gallium/drivers/r600/r600_pipe.h @@ -80,6 +80,7 @@ struct r600_db_misc_state { struct r600_atom atom; bool occlusion_query_enabled; bool flush_depthstencil_through_cb; + bool copy_depth, copy_stencil; }; struct r600_cb_misc_state { |