mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 07:08:04 +02:00
i965: Drop nir_inputs from fs_visitor.
It's unused.
Cc: mesa-stable@lists.freedesktop.org
Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Timothy Arceri <timothy.arceri@collabora.com>
(cherry picked from commit 41034abfe6)
This commit is contained in:
parent
f17450ff7e
commit
04bd51d7d0
1 changed files with 0 additions and 1 deletions
|
|
@ -324,7 +324,6 @@ public:
|
|||
|
||||
fs_reg *nir_locals;
|
||||
fs_reg *nir_ssa_values;
|
||||
fs_reg nir_inputs;
|
||||
fs_reg *nir_system_values;
|
||||
|
||||
bool failed;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue