[Nouveau] [Bug 95190] Tomb Raider with PostProcessing enable and Depth of Field set to Ultra has white stuff in the foreground

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Apr 28 21:54:49 UTC 2016


https://bugs.freedesktop.org/show_bug.cgi?id=95190

--- Comment #2 from Ilia Mirkin <imirkin at alum.mit.edu> ---
The issue is in the const-to-uniform lowering... which affects all drivers.
Basically it has

const uvec4 int foo[200] = ...

foo[indirect]
foo[indirect]
foo[indirect]

which in turn leads that pass to do sad things. Samuel is looking at it now.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20160428/3f6b29cd/attachment.html>


More information about the Nouveau mailing list