[Bug 110200] [Regression][bisected] with SSBO access optimization

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Mar 19 19:30:06 UTC 2019


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

            Bug ID: 110200
           Summary: [Regression][bisected]  with SSBO access optimization
           Product: Mesa
           Version: git
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/DRI/i965
          Assignee: intel-3d-bugs at lists.freedesktop.org
          Reporter: gw.fossdev at gmail.com
        QA Contact: intel-3d-bugs at lists.freedesktop.org

Created attachment 143735
  --> https://bugs.freedesktop.org/attachment.cgi?id=143735&action=edit
Diff between fs logs

With commit be2990d8fbcd5b4b450e7bfd2053b62d66153b8d 
   i965: Stop setting LowerBuferInterfaceBlocks

dEQP-GLES31.functional.synchronization.in_invocation.ssbo_alias_overwrite fails
when run through virglrenderer with i965 as GL host.

In the created NIR shaders block 19 a load_ssbo that is present in the nir
created before applying the patch is missing in the version with the patch, and
to me it seems that this is not the result of a proper optimization, because
the value that is read from the ssbo in the older version is replaced by a
literal constant, so I would guess that the real bug is actually in
gl_nior_lower_buffers.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20190319/c8d17cb8/attachment.html>


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