summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/ilo_shader.c
diff options
context:
space:
mode:
authorChia-I Wu <[email protected]>2013-10-07 01:21:08 +0800
committerChia-I Wu <[email protected]>2013-09-08 01:22:52 +0800
commite67f99bd292e2d3b083207fb806dc9a42105ce72 (patch)
tree669b572b4adbb1ba54feab0a274577ce1b2b06d7 /src/gallium/drivers/ilo/ilo_shader.c
parent18805b16c8a86ad9de4b5bb9afdce576f528f745 (diff)
ilo: preliminary GEN 7.5 support
This is based on grepping for brw->is_haswell in i965 to see how GEN 7.5 differs from GEN 7. Slightly tested with Xonotic and some Mesa demos.
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_shader.c')
-rw-r--r--src/gallium/drivers/ilo/ilo_shader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/ilo/ilo_shader.c b/src/gallium/drivers/ilo/ilo_shader.c
index 0c785201d1a..480b4771816 100644
--- a/src/gallium/drivers/ilo/ilo_shader.c
+++ b/src/gallium/drivers/ilo/ilo_shader.c
@@ -903,7 +903,7 @@ ilo_shader_select_kernel_routing(struct ilo_shader_state *shader,
/* we are constructing 3DSTATE_SBE here */
assert(shader->info.dev->gen >= ILO_GEN(6) &&
- shader->info.dev->gen <= ILO_GEN(7));
+ shader->info.dev->gen <= ILO_GEN(7.5));
assert(kernel);