[Bug 107581] Graphics Not Rendered Due to Missing 4.5 COMPAT Profile

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Aug 21 07:27:17 UTC 2018


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

Timothy Arceri <t_arceri at yahoo.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |t_arceri at yahoo.com.au

--- Comment #8 from Timothy Arceri <t_arceri at yahoo.com.au> ---
Created attachment 141209
  --> https://bugs.freedesktop.org/attachment.cgi?id=141209&action=edit
hack around preprocessor stringification

Ok I've taken a closer look and there is indeed new issues with this game
besides the existing ones.

Shaders include preprocessor stringification which is legal in C by not
specified in the GLSL spec e.g.

#define DOMAIN_PARAMS(dmn)         ROOT_SIG(DS) [domain(#dmn)]

I've hacked around that with the following patch but then hit further shaders
that fail to compile "unexpected LAYOUT_TOK"

-- 
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/20180821/7e014d53/attachment-0001.html>


More information about the dri-devel mailing list