Mesa (master): i965: Drop nir_inputs from fs_visitor.

Kenneth Graunke kwg at kemper.freedesktop.org
Mon Oct 24 21:34:24 UTC 2016


Module: Mesa
Branch: master
Commit: 41034abfe63012784c9e9e36856d878928cecd99
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=41034abfe63012784c9e9e36856d878928cecd99

Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Mon Oct 24 11:25:25 2016 -0700

i965: Drop nir_inputs from fs_visitor.

It's unused.

Cc: mesa-stable at lists.freedesktop.org
Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
Reviewed-by: Timothy Arceri <timothy.arceri at collabora.com>

---

 src/mesa/drivers/dri/i965/brw_fs.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/mesa/drivers/dri/i965/brw_fs.h b/src/mesa/drivers/dri/i965/brw_fs.h
index aad2160..da01174 100644
--- a/src/mesa/drivers/dri/i965/brw_fs.h
+++ b/src/mesa/drivers/dri/i965/brw_fs.h
@@ -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;




More information about the mesa-commit mailing list