mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
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:
parent
4303d26f93
commit
14b85e3a47
1 changed files with 2 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue