summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/freedreno_context.h
diff options
context:
space:
mode:
authorIlia Mirkin <[email protected]>2015-09-13 19:50:45 -0400
committerIlia Mirkin <[email protected]>2015-09-16 15:42:54 -0400
commitee6b95c82c3dbfad07e75ecdfd993e60fec2ac4f (patch)
tree54d951f375f0ad3bbd3c24dd57f96357b3c69df1 /src/gallium/drivers/freedreno/freedreno_context.h
parentcfa980f49356eb2d94178f8cc9d67d01b4e3d695 (diff)
freedreno/a3xx: add support for dual-source blending
Signed-off-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/gallium/drivers/freedreno/freedreno_context.h')
-rw-r--r--src/gallium/drivers/freedreno/freedreno_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/freedreno/freedreno_context.h b/src/gallium/drivers/freedreno/freedreno_context.h
index 3486c2fd1b7..61c4c6d6e24 100644
--- a/src/gallium/drivers/freedreno/freedreno_context.h
+++ b/src/gallium/drivers/freedreno/freedreno_context.h
@@ -335,6 +335,7 @@ struct fd_context {
FD_DIRTY_SCISSOR = (1 << 17),
FD_DIRTY_STREAMOUT = (1 << 18),
FD_DIRTY_UCP = (1 << 19),
+ FD_DIRTY_BLEND_DUAL = (1 << 20),
} dirty;
struct pipe_blend_state *blend;