Displaying 1 result from an estimated 1 matches for "autosport".
Did you mean:
autoport
2016 May 30
1
[Bug 96274] New: [NVC0] Failure when compiling compute shader: Assertion `bb->getFirst()->serial <= bb->getExit()->serial' failed
...u
Assignee: nouveau at lists.freedesktop.org
Reporter: imirkin at alum.mit.edu
QA Contact: nouveau at lists.freedesktop.org
Created attachment 124171
--> https://bugs.freedesktop.org/attachment.cgi?id=124171&action=edit
failing tgsi shader
This happens in GRID Autosport, when selecting one of the advanced graphics
options (global illumination or the one right next to it). The issue appears to
be squarely in nouveau's optimizations.
It looks like we end up deciding that the first while loop can be removed? Or
somehow lose track of those BBs? Unclear. This in t...