[Bug 99349] Failed to build shader (translation from TGSI)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri May 26 20:24:10 UTC 2017


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

--- Comment #10 from Gert Wollny <gw.fossdev at gmail.com> ---
Well, it turns out that the shader simply uses too many registers, and since
this is only tested at the end, at one point the indices of the temporaries
used to store constants are beyond the GPR range, which makes translation from
TGSI fail because it tries to do use two or more cfile addresses in one
instruction, and this is not allowed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20170526/e511ebac/attachment-0001.html>


More information about the dri-devel mailing list