summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_state.h
diff options
context:
space:
mode:
authorMarek Olšák <marek.olsak@amd.com>2015-11-07 15:39:39 +0100
committerMarek Olšák <marek.olsak@amd.com>2015-11-13 19:54:42 +0100
commit12596cfd4cea4cff2bc067876d5ff25c54cdc874 (patch)
tree1c863c6472f024afa2cab7dd964408c4e95d54bd /src/gallium/drivers/radeonsi/si_state.h
parent35219076227e83ad2a406942c8b009337a4746d8 (diff)
downloadexternal_mesa3d-12596cfd4cea4cff2bc067876d5ff25c54cdc874.zip
external_mesa3d-12596cfd4cea4cff2bc067876d5ff25c54cdc874.tar.gz
external_mesa3d-12596cfd4cea4cff2bc067876d5ff25c54cdc874.tar.bz2
gallium/radeon: atomize render condition (SET_PREDICATION)
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_state.h')
-rw-r--r--src/gallium/drivers/radeonsi/si_state.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeonsi/si_state.h b/src/gallium/drivers/radeonsi/si_state.h
index 8b9a311..f5ca661 100644
--- a/src/gallium/drivers/radeonsi/si_state.h
+++ b/src/gallium/drivers/radeonsi/si_state.h
@@ -110,6 +110,7 @@ union si_state_atoms {
struct {
/* The order matters. */
struct r600_atom *cache_flush;
+ struct r600_atom *render_cond;
struct r600_atom *streamout_begin;
struct r600_atom *streamout_enable; /* must be after streamout_begin */
struct r600_atom *framebuffer;