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

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

i965: Drop nir_inputs from fs_visitor.

It's unused.

Cc: mesa-sta...@lists.freedesktop.org
Signed-off-by: Kenneth Graunke <kenn...@whitecape.org>
Reviewed-by: Timothy Arceri <timothy.arc...@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;

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to