i965: move the group field from fs_inst to backend_instruction.
authorIago Toral Quiroga <itoral@igalia.com>
Thu, 25 Aug 2016 10:02:43 +0000 (12:02 +0200)
committerSamuel Iglesias Gonsálvez <siglesias@igalia.com>
Tue, 3 Jan 2017 10:26:51 +0000 (11:26 +0100)
commit945269ab7280b772807e573dfefc0b4f967ec522
tree861fb89d5c8f9c96dcc1620cffeae84c0dcefa2a
parent07cadc306ec161fdf566918175f8d8fc618d9c1b
i965: move the group field from fs_inst to backend_instruction.

Just like the exec_size, we are going to need this in the vec4 backend
when we implement a simd splitting pass.

Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/drivers/dri/i965/brw_ir_fs.h
src/mesa/drivers/dri/i965/brw_shader.h
src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp