<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:t_arceri@yahoo.com.au" title="Timothy Arceri <t_arceri@yahoo.com.au>"> <span class="fn">Timothy Arceri</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - texelFetch from GL_TEXTURE_2D_MULTISAMPLE with integer format fails"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=109057">bug 109057</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>FIXED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - texelFetch from GL_TEXTURE_2D_MULTISAMPLE with integer format fails"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=109057#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - texelFetch from GL_TEXTURE_2D_MULTISAMPLE with integer format fails"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=109057">bug 109057</a>
              from <span class="vcard"><a class="email" href="mailto:t_arceri@yahoo.com.au" title="Timothy Arceri <t_arceri@yahoo.com.au>"> <span class="fn">Timothy Arceri</span></a>
</span></b>
        <pre>Should be fixed by:

commit a113a42e7369a4e43a1db1c9a7a35a3f7175615e
Author: Illia Iorin <<a href="mailto:illia.iorin@globallogic.com">illia.iorin@globallogic.com</a>>
Date:   Thu Feb 28 12:33:50 2019 +0200

    mesa/main: Fix multisample texture initialize

    Sampler of Multisample textures wasn't initialized correct. So when
    texture object created as  multisample its sampler is initialized in a
    individual case. We change the initial state of TEXTURE_MIN_FILTER and
    TEXTURE_MAG_FILTER to NEAREST.
    These changes are approved by KhronosGroup.
    <a href="https://github.com/KhronosGroup/OpenGL-API/issues/45">https://github.com/KhronosGroup/OpenGL-API/issues/45</a>

    Signed-off-by: Sergii Romantsov <<a href="mailto:sergii.romantsov@globallogic.com">sergii.romantsov@globallogic.com</a>>
    Signed-off-by: Illia Iorin <<a href="mailto:illia.iorin@globallogic.com">illia.iorin@globallogic.com</a>>
    Reviewed-by: Eric Anholt <<a href="mailto:eric@anholt.net">eric@anholt.net</a>>
    Reviewed-by: Marek Olšák <<a href="mailto:marek.olsak@amd.com">marek.olsak@amd.com</a>>
    Bugzilla: <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - texelFetch from GL_TEXTURE_2D_MULTISAMPLE with integer format fails"
   href="show_bug.cgi?id=109057">https://bugs.freedesktop.org/show_bug.cgi?id=109057</a>

Illia can you please update the piglit test as per the review comments. Thanks.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>