<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [regression bisected] About 700 piglit regressions is what could go wrong"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=92900#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [regression bisected] About 700 piglit regressions is what could go wrong"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=92900">bug 92900</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>Oops, my bad...
This commit was based on code analysis (and some reports that things don't
quite work on big endian) - texturing and backend doing completely different
things wrt le/be. But for the LE case I don't really see any actual
differences. Except maybe the missing case for MESA_FORMAT_B8G8R8X8_UNORM in
blitter setup - the tx_table doesn't contain it because it's never chosen by
the texture format chooser (albeit the same blit code still tries to handle it
for backend setup, and we don't skip it above, so that's slightly buggy). Maybe
we still get this by the winsys buffers? If so adding it to the tx_table might
be necessary. I can't actually test this, though...</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>