<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [IVB/BDW Bisected] Firefox-fishbowl.trace and Firefox-fishtank.trace performance reduced ~96%"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=87438#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [IVB/BDW Bisected] Firefox-fishbowl.trace and Firefox-fishtank.trace performance reduced ~96%"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=87438">bug 87438</a>
              from <span class="vcard"><a class="email" href="mailto:spitzak@gmail.com" title="Bill Spitzak <spitzak@gmail.com>"> <span class="fn">Bill Spitzak</span></a>
</span></b>
        <pre>If the filter is left at the default of CAIRO_FILTER_GOOD this is to be
expected. Changing the filter to CAIRO_FILTER_BILINEAR should restore the
speed.

An actual fix will require adding code to pixman so that the filtering can be
done in the X server. Otherwise making images into pixmaps in an attempt to
speed things up actually make it slower as they just have to be read back into
the client program to do the transform.

It may also be necessary to implement 2-pass filtering.</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>