diff options
author | Dave Airlie <[email protected]> | 2016-01-26 13:35:08 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2017-03-15 14:32:44 +1000 |
commit | cf2af021b9baf459edf522253f65aa4d4abc10f8 (patch) | |
tree | 946f522b0b535206cbef6d20fe50713fcf305baa /src/gallium/drivers/r600/r600_pipe.h | |
parent | d142c7436cfb23fcab5bb9a68ac46c883a758d86 (diff) |
r600g: make framebuffer atom rely on dual src blend state.
In order to make ARB_shader_image_load_store, we have to share
the CB space with RATs, so we should only steal the dual src
space if we have dual src enabled.
Signed-off-by: Dave Airlie <[email protected]>
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 cf8eba38fe2..1d65cb317d8 100644 --- a/src/gallium/drivers/r600/r600_pipe.h +++ b/src/gallium/drivers/r600/r600_pipe.h @@ -187,6 +187,7 @@ struct r600_framebuffer { bool export_16bpc; bool cb0_is_integer; bool is_msaa_resolve; + bool dual_src_blend; }; struct r600_sample_mask { |