diff options
author | Marek Olšák <[email protected]> | 2017-03-24 03:16:41 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2017-03-31 20:57:53 +0200 |
commit | 7d2fa8dc105158e7d2d28763cb9ed020ae64b67f (patch) | |
tree | 1a89a5c0de718896ca6b5cfb79be8a9615caf9ec /src/gallium/drivers/radeonsi/si_pipe.h | |
parent | 8c7d1ded1919dcfe41ab38b92557713b3f904106 (diff) |
radeonsi: decompress DCC in set_sampler_view instead of create_sampler_view (v2)
v2: don't add a new decompress helper function
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_pipe.h')
-rw-r--r-- | src/gallium/drivers/radeonsi/si_pipe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeonsi/si_pipe.h b/src/gallium/drivers/radeonsi/si_pipe.h index e1df3b65261..3a6503a7a44 100644 --- a/src/gallium/drivers/radeonsi/si_pipe.h +++ b/src/gallium/drivers/radeonsi/si_pipe.h @@ -127,6 +127,7 @@ struct si_sampler_view { unsigned base_level; unsigned block_width; bool is_stencil_sampler; + bool dcc_incompatible; }; #define SI_SAMPLER_STATE_MAGIC 0x34f1c35a |