i965/compaction: Support compaction of control flow instructions.
authorMatt Turner <mattst88@gmail.com>
Thu, 28 Aug 2014 01:57:55 +0000 (18:57 -0700)
committerMatt Turner <mattst88@gmail.com>
Thu, 25 Sep 2014 18:02:36 +0000 (11:02 -0700)
commit6a4e84edfaa34ff776f9b15cd263ddd616119bb8
treee6dca405ccb64548cb435e5aa8f18a95b3642b22
parent14e44f896f10f9ce1533e149d634137a3b6b807d
i965/compaction: Support compaction of control flow instructions.

We're currently emitting compactable control flow instruction the wrong
types, preventing their compaction. The next patch will fix this and
actually enable compaction.

On chips that cannot compact control flow instructions, attempts to find
a match in the datatype table will fail.

Acked-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
src/mesa/drivers/dri/i965/brw_eu_compact.c