<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [osmesa] Crash on postprocessing if z buffer is NULL"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=88962#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [osmesa] Crash on postprocessing if z buffer is NULL"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=88962">bug 88962</a>
              from <span class="vcard"><a class="email" href="mailto:pjm0616@gmail.com" title="Park, Jeongmin <pjm0616@gmail.com>"> <span class="fn">Park, Jeongmin</span></a>
</span></b>
        <pre>Sorry about the first patch. I didn't see that.

In dri_sw.c, it checks for z/s buffer:
<span class="quote">>      if (ctx->pp && drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL])
>         pp_run(ctx->pp, ptex, ptex, drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL]);</span >
and in dri_drawable.c:
<span class="quote">>   if (ctx->pp && src && zsbuf)
>      pp_run(ctx->pp, src, src, zsbuf);</span >

Should I remove these checks and add the checks in pp_mlaa.cc instead?</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>