aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/ilo_render_gen7.c
diff options
context:
space:
mode:
authorChia-I Wu <[email protected]>2015-01-25 18:20:43 +0800
committerChia-I Wu <[email protected]>2015-02-12 07:56:12 +0800
commit47dc2ae6e283423bad6286287b870dff63c7954c (patch)
tree24a5ca43e21517a8173dbdc9469c382f2a1f44d3 /src/gallium/drivers/ilo/ilo_render_gen7.c
parente8455128aacb470bef1c5b18c88eac556dffb3ba (diff)
ilo: update ilo_blend_state and related functions for Gen8
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_render_gen7.c')
-rw-r--r--src/gallium/drivers/ilo/ilo_render_gen7.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/ilo/ilo_render_gen7.c b/src/gallium/drivers/ilo/ilo_render_gen7.c
index 5fe6995ef8c..1de6e2b2202 100644
--- a/src/gallium/drivers/ilo/ilo_render_gen7.c
+++ b/src/gallium/drivers/ilo/ilo_render_gen7.c
@@ -516,7 +516,7 @@ gen7_draw_wm(struct ilo_render *r,
{
/* 3DSTATE_WM */
if (DIRTY(FS) || DIRTY(BLEND) || DIRTY(DSA) || DIRTY(RASTERIZER)) {
- const bool cc_may_kill = (vec->dsa->dw_alpha ||
+ const bool cc_may_kill = (vec->dsa->dw_blend_alpha ||
vec->blend->alpha_to_coverage);
gen7_3DSTATE_WM(r->builder, vec->fs, vec->rasterizer, cc_may_kill);