Displaying 2 results from an estimated 2 matches for "83079".
Did you mean:
3079
2014 Aug 26
21
[Bug 83079] New: Dota 2 under Wine freezes with Nouveau Drivers
https://bugs.freedesktop.org/show_bug.cgi?id=83079
Priority: medium
Bug ID: 83079
Assignee: nouveau at lists.freedesktop.org
Summary: Dota 2 under Wine freezes with Nouveau Drivers
Severity: normal
Classification: Unclassified
OS: All
Reporter: lukebenes at hotmail....
2014 Aug 30
2
[PATCH 1/2] nvc0/ir: avoid infinite recursion when finding first uses of tex
In certain circumstances, findFirstUses could end up doubling back on
instructions it had already processed, resulting in an infinite
recursion. Avoid this by keeping track of already-visited instructions.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=83079
Tested-by: Tobias Klausmann <tobias.johannes.klausmann at mni.thm.de>
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
Cc: "10.2 10.3" <mesa-stable at lists.freedesktop.org>
---
.../nouveau/codegen/nv50_ir_lowering_nvc0.cpp | 32 +++++++++++++++++-----
.../nouv...