i965/fs: Add a couple more global special regs to special[]

Nothing bad came of this because they weren't used after visitor running,
but leaving them in a bad state seems like a recipe for pain later.

Suggested-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Eric Anholt
2014-03-31 16:52:56 -07:00
parent 4303d26f93
commit 14b85e3a47

View File

@@ -1736,6 +1736,8 @@ fs_visitor::compact_virtual_grfs()
{ outputs, ARRAY_SIZE(outputs) },
{ delta_x, ARRAY_SIZE(delta_x) },
{ delta_y, ARRAY_SIZE(delta_y) },
{ &sample_mask, 1 },
{ &shader_start_time, 1 },
};
/* Treat all special values as used, to be conservative */