Until now, it's been off implicitly: we never call the compactor
function. When we merge the generators, we'll start calling it, so we
should make it do nothing.
Matt will enable instruction compaction properly later.
Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>
Reviewed-by: Matt Turner <mattst88@gmail.com>
*/
int old_ip[(p->next_insn_offset - start_offset) / 8];
- if (brw->gen < 6)
+ if (brw->gen < 6 || brw->gen >= 8)
return;
int src_offset;