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

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Aug 22 01:30:52 UTC 2018


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

--- Comment #15 from Timothy Arceri <t_arceri at yahoo.com.au> ---
Created attachment 141230
  --> https://bugs.freedesktop.org/attachment.cgi?id=141230&action=edit
hack around layout qualifiers

The next shader compilation problem is that they are applying layout qualifiers
to function params. e.g

void WriteTextureCacheFeedback(
    vec2 lCacheCoords,
    ivec2 lResolution,
    float lfDesiredMip,
    layout( r32i ) iimage2D lFeedbackMap,      < --------
    uint liFeedbackIndex )

layout( r32i ) can only be applied to uniforms.

I've attached another hack that together with the other hack makes the game
playable for me.

-- 
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/20180822/02fd311c/attachment-0001.html>


More information about the dri-devel mailing list