<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [llvmpipe] piglit depth-tex-compare regression"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=103265#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [llvmpipe] piglit depth-tex-compare regression"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=103265">bug 103265</a>
              from <span class="vcard"><a class="email" href="mailto:sroland@vmware.com" title="Roland Scheidegger <sroland@vmware.com>"> <span class="fn">Roland Scheidegger</span></a>
</span></b>
        <pre>(In reply to Vinson Lee from <a href="show_bug.cgi?id=103265#c0">comment #0</a>)
<span class="quote">> commit be3ab867bd444594f9d9e0f8e59d305d15769afd
> Author: Marek Olšák <<a href="mailto:marek.olsak@amd.com">marek.olsak@amd.com</a>>
> Date:   Mon Oct 2 22:30:55 2017 +0200

>     tgsi: implement tgsi_util_get_inst_usage_mask properly
>     
>     All opcodes are handled.
>     
>     Reviewed-by: Nicolai Hähnle <<a href="mailto:nicolai.haehnle@amd.com">nicolai.haehnle@amd.com</a>></span >


Looks buggy indeed - for texture opcodes it tries to subtract the shadow coord
from dimension for dim_layer however the value from
tgsi_util_get_texture_coord_dim() never includes that in the first place. And
therefore dim_layer_shadow (which is used to determine the mask in this case)
would be wrong too (just XY instead of XYZ for 2d shadow texture).</pre>
        </div>
      </p>


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

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