diff options
author | Chia-I Wu <[email protected]> | 2015-01-23 15:44:53 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2015-02-12 07:56:10 +0800 |
commit | 0066c22c40f9cca572e34ec618f7a7ae4e723d2e (patch) | |
tree | fdc2f15fdb1d988445aa6e8a5349c06f8625ca3b /src/gallium/drivers/ilo/ilo_shader.c | |
parent | 5933d84ad6e0815438dcd55ca802fa70d4401e19 (diff) |
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.
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_shader.c')
-rw-r--r-- | src/gallium/drivers/ilo/ilo_shader.c | 2 |
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 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++; } |