i965/eu: Explicitly disable instruction compaction on Broadwell for now.
authorKenneth Graunke <kenneth@whitecape.org>
Sat, 28 Jun 2014 22:30:58 +0000 (15:30 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 11 Aug 2014 02:32:33 +0000 (19:32 -0700)
commit49519a1b63f41ddd5adc5ef4d98d384ecd26f283
tree0e50cad57301eb466d52613c865033ee92e5bc61
parent8609df97a087d025ad40efad8d71e2a56450ef8f
i965/eu: Explicitly disable instruction compaction on Broadwell for now.

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>
src/mesa/drivers/dri/i965/brw_eu_compact.c