[Bug 94395] [ES3.1CTS,BDW,SKL,BSW,SKL,KBL] gpu_shader5 prevents GEN8+ from passing CTS
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sat Mar 5 00:15:16 UTC 2016
- Previous message: [Bug 94395] [ES3.1CTS,BDW,SKL,BSW,SKL,KBL] gpu_shader5 prevents GEN8+ from passing CTS
- Next message: [Bug 94395] [ES3.1CTS,BDW,SKL,BSW,SKL,KBL] gpu_shader5 prevents GEN8+ from passing CTS
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
https://bugs.freedesktop.org/show_bug.cgi?id=94395
--- Comment #1 from Kenneth Graunke <kenneth at whitecape.org> ---
Here's a stab in the dark - we set nir_compiler_options::lower_ffma to true, to
try and allow for better CSE of MULs and ADDs. But this causes ffmas that came
from the actual fma() GLSL built-in, where the point is increased precision, to
be split up as well.
We probably want to avoid *creating* new ffmas, but avoid *splitting* ones that
come in from GLSL IR.
--
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20160305/5599eded/attachment.html>
- Previous message: [Bug 94395] [ES3.1CTS,BDW,SKL,BSW,SKL,KBL] gpu_shader5 prevents GEN8+ from passing CTS
- Next message: [Bug 94395] [ES3.1CTS,BDW,SKL,BSW,SKL,KBL] gpu_shader5 prevents GEN8+ from passing CTS
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the intel-3d-bugs
mailing list