<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [BDW] GL45-CTS.texture_cube_map_array.sampling asserts inside brw_fs.cpp"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=97267#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [BDW] GL45-CTS.texture_cube_map_array.sampling asserts inside brw_fs.cpp"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=97267">bug 97267</a>
              from <span class="vcard"><a class="email" href="mailto:currojerez@riseup.net" title="Francisco Jerez <currojerez@riseup.net>"> <span class="fn">Francisco Jerez</span></a>
</span></b>
        <pre>(In reply to Ian Romanick from <a href="show_bug.cgi?id=97267#c3">comment #3</a>)
<span class="quote">> (In reply to Francisco Jerez from <a href="show_bug.cgi?id=97267#c2">comment #2</a>)
> > (In reply to Ian Romanick from <a href="show_bug.cgi?id=97267#c1">comment #1</a>)
> > > Curro: git-blame says you wrote the assertion.  Could you take a look at
> > > this?
> > 
> > I've been trying to reproduce this today, but the test passes for me...  Are
> > you running this on mesa master or do you have additional changes applied?

> I started looking at this one because Mark had already observed a crash in
> this test on the CI.  Were you perhaps running a release build without
> assertions? :)  What platform are you on?  I and the CI saw this on BDW.  It
> looks like the CI does not encounter this on SKL.  Not sure about other
> platforms.

> <a href="https://github.com/janesma/mesa_jenkins/blob/master/cts-test/bdw.conf">https://github.com/janesma/mesa_jenkins/blob/master/cts-test/bdw.conf</a>
> <a href="https://github.com/janesma/mesa_jenkins/blob/master/cts-test/skl.conf">https://github.com/janesma/mesa_jenkins/blob/master/cts-test/skl.conf</a></span >

Right, I was testing on SKL which doesn't crash at that point, I can reproduce
the crash by running it on BDW.  I believe the reason why it works on SKL is
that it now uses the TXL_LZ message instead of TXL, which reduces the payload
size by two preventing it from exceeding the sampler payload limit.  I believe
on Gen7-8 platforms sampling from a cubemap array with shadow comparitor on a
non-FS stage has been broken since the FS back-end supports non-FS stages... 
I'll send a patch.</pre>
        </div>
      </p>


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

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