aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/ilo_render_gen7.c
diff options
context:
space:
mode:
authorChia-I Wu <[email protected]>2014-11-11 10:50:31 +0800
committerChia-I Wu <[email protected]>2014-11-11 13:51:31 +0800
commit9087239df8bb01c35429ea0e438b382a964f6d89 (patch)
tree397187fcb51d3d31669745f20728127d9a70bbf7 /src/gallium/drivers/ilo/ilo_render_gen7.c
parent8ebb86325b567ae6dacdefdcc79d30bf93927c79 (diff)
ilo: add variants of 3DSTATE_PS
Add gen7_disable_3DSTATE_PS() to disable PS. Signed-off-by: Chia-I Wu <[email protected]>
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 ab27a3d0b62..34a881aa067 100644
--- a/src/gallium/drivers/ilo/ilo_render_gen7.c
+++ b/src/gallium/drivers/ilo/ilo_render_gen7.c
@@ -770,7 +770,7 @@ gen7_rectlist_wm(struct ilo_render *r,
gen7_3DSTATE_CONSTANT_PS(r->builder, NULL, NULL, 0);
gen7_wa_pre_3dstate_ps_max_threads(r);
- gen7_3DSTATE_PS(r->builder, NULL, false);
+ gen7_disable_3DSTATE_PS(r->builder);
}
static void