freedreno/ir3: skip virtual outputs in standalone compiler
authorRob Clark <robclark@freedesktop.org>
Sat, 25 Oct 2014 14:23:47 +0000 (10:23 -0400)
committerRob Clark <robclark@freedesktop.org>
Sat, 25 Oct 2014 14:25:15 +0000 (10:25 -0400)
commitded5013c4cd953e67ab858d8c62d45be3fb4eebb
tree1e798324616254bf3b11bb9df797a8e6332087c1
parenta9c634dded0fb81d324f98b7e90077c59bf4d946
freedreno/ir3: skip virtual outputs in standalone compiler

Kills get added to the outputs list, to ensure they get scheduled.  But
they aren't *really* outputs so skip them in the header comment block.

Signed-off-by: Rob Clark <robclark@freedesktop.org>
src/gallium/drivers/freedreno/ir3/ir3_cmdline.c