[Bug 110783] Mesa 19.1 rc crashing MPV with VAAPI

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Jun 13 07:35:35 UTC 2019


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

--- Comment #12 from Gert Wollny <gw.fossdev at gmail.com> ---
I might add that the DIV is lowered in glsl to RCP+MUL before it is translated
to TGSI, so no need for it there. 

When I look at the bicubic shader with the offending opcodes, I have to say
that using DIV there is a bit lazy, because the DIVs act on constants or
uniforms or combinations of these, and it would probably be better to pass them
reciprocal value in (I just don't know (yet) where the constants are actually
passed in to change this).

Anyway, since there is already a CAP for TEX_LZ I was able to create a simple
fix: 
   https://gitlab.freedesktop.org/mesa/mesa/merge_requests/1084

-- 
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/20190613/9e5d5397/attachment-0001.html>


More information about the dri-devel mailing list