[Bug 97169] xmgrace graphical issues with Intel gen4

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Aug 3 03:19:16 UTC 2016


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

--- Comment #7 from Kenneth Graunke <kenneth at whitecape.org> ---
Note that Gen4-5 don't expose GLSL 1.30, so many of Glamor's integer code paths
will be disabled (as GLSL 1.10-1.20 allow integers to be represented as floats,
so e.g. bitfield tricks may not work).

Gen4-5 of course use real integers, so we really ought to find a way to get
Glamor using integer paths properly.  I believe those paths are faster, as well
as better tested.  Ian has a couple of GL_MESA_* extensions in progress we
might be able to leverage...

(I don't know that this is actually the problem, it's just a difference between
Gen4-5 and Gen6+ that could be relevant.  We'll have to look into it properly.)

-- 
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/20160803/e4d6daa3/attachment-0001.html>


More information about the intel-3d-bugs mailing list