aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
diff options
context:
space:
mode:
authorChia-I Wu <[email protected]>2015-02-13 03:59:45 +0800
committerChia-I Wu <[email protected]>2015-02-14 06:52:36 +0800
commit8b9446dbeb6bc146b92a17b8d44e39fcf2f96e97 (patch)
treef74624c1ba1ad5a0e1552bb748dedae829367876 /src/gallium
parentbaba8b2745e0036dbac0350a344bb86278fdb673 (diff)
ilo: fix rectlist length on Gen8
5 PIPE_CONTROLs, 2 3DSTATE_WM_HZ_OP, and depth buffer setup require 65 DWords.
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/drivers/ilo/ilo_render_gen8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/ilo/ilo_render_gen8.c b/src/gallium/drivers/ilo/ilo_render_gen8.c
index 4e2887e5bd3..6b14373911b 100644
--- a/src/gallium/drivers/ilo/ilo_render_gen8.c
+++ b/src/gallium/drivers/ilo/ilo_render_gen8.c
@@ -399,7 +399,7 @@ ilo_render_get_rectlist_commands_len_gen8(const struct ilo_render *render,
{
ILO_DEV_ASSERT(render->dev, 8, 8);
- return 64;
+ return 96;
}
void