From 0066c22c40f9cca572e34ec618f7a7ae4e723d2e Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Fri, 23 Jan 2015 15:44:53 +0800 Subject: ilo: update genhw headers Accumulated changes for various renames and additions, including Gen8 definitions. Some of the dynamic state __SIZE no longer means the size of an element, but the size of an array of elements. The changes can be seen in ilo_render_dynamic.c. --- src/gallium/drivers/ilo/ilo_shader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/drivers/ilo/ilo_shader.c') diff --git a/src/gallium/drivers/ilo/ilo_shader.c b/src/gallium/drivers/ilo/ilo_shader.c index 7177b8c50cc..9f21b00047c 100644 --- a/src/gallium/drivers/ilo/ilo_shader.c +++ b/src/gallium/drivers/ilo/ilo_shader.c @@ -931,7 +931,7 @@ ilo_shader_select_kernel_routing(struct ilo_shader_state *shader, src_slot + 1 < routing->source_len && src_semantics[src_slot + 1] == TGSI_SEMANTIC_BCOLOR && src_indices[src_slot + 1] == index) { - routing->swizzles[dst_slot] |= GEN7_SBE_ATTR_INPUTATTR_FACING; + routing->swizzles[dst_slot] |= GEN8_SBE_SWIZ_INPUTATTR_FACING; src_slot++; } -- cgit v1.2.3