<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Tonga unreal elemental segfault since radeonsi: put image, fmask, and sampler descriptors into one array"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94091">94091</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Tonga unreal elemental segfault since radeonsi: put image, fmask, and sampler descriptors into one array
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Mesa
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>git
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86-64 (AMD64)
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Drivers/Gallium/radeonsi
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>dri-devel@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>adf.lists@gmail.com
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>dri-devel@lists.freedesktop.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=121675" name="attach_121675" title="gdb bt">attachment 121675</a> <a href="attachment.cgi?id=121675&action=edit" title="gdb bt">[details]</a></span>
gdb bt

R9285 since mesa commit below Unreal ElementalDemo quits at start with a
segfault.

gdb from demo generated core attached

commit 7aedbbacae6d3ec3d06735fff2eb662964773ad2
Author: Marek Olšák <<a href="mailto:marek.olsak@amd.com">marek.olsak@amd.com</a>>
Date:   Sat Feb 6 22:09:45 2016 +0100

    radeonsi: put image, fmask, and sampler descriptors into one array

    The texture slot is expanded to 16 dwords containing 2 descriptors.
    Those can be:
    - Image and fmask, or
    - Image and sampler state

    By carefully choosing the locations, we can put all three into one slot,
    with the fmask and sampler state being mutually exclusive.

    This improves shaders in 2 ways:
    - 2 user SGPRs are unused, shaders can use them as temporary registers now
    - each pair of descriptors is always on the same cache line

    v2: cosmetic changes: add back v8i32, don't load a sampler state & fmask
        at the same time</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>