projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59864e8
)
i965: Drop nir_inputs from fs_visitor.
author
Kenneth Graunke
<kenneth@whitecape.org>
Mon, 24 Oct 2016 18:25:25 +0000
(11:25 -0700)
committer
Kenneth Graunke
<kenneth@whitecape.org>
Mon, 24 Oct 2016 21:33:38 +0000
(14:33 -0700)
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>
src/mesa/drivers/dri/i965/brw_fs.h
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/brw_fs.h
b/src/mesa/drivers/dri/i965/brw_fs.h
index aad21602a4c7193b06fa35386fcb17f0d24407f2..da011744c09ade8a0ccf670e89ba112d673d330d 100644
(file)
--- 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;