Displaying 1 result from an estimated 1 matches for "f1ffcba".
Did you mean:
7effcba
2016 Jan 06
1
[PATCH] nv50/ir: don't touch degree on physreg RIG nodes
...9;t regress the few additional things that I tried.
src/gallium/drivers/nouveau/codegen/nv50_ir_ra.cpp | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_ra.cpp b/src/gallium/drivers/nouveau/codegen/nv50_ir_ra.cpp
index cd8c42c..f1ffcba 100644
--- a/src/gallium/drivers/nouveau/codegen/nv50_ir_ra.cpp
+++ b/src/gallium/drivers/nouveau/codegen/nv50_ir_ra.cpp
@@ -1129,9 +1129,11 @@ GCRA::doCoalesce(ArrayList& insns, unsigned int mask)
void
GCRA::RIG_Node::addInterference(RIG_Node *node)
{
- this->degree += relDegree[node-&...