<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - VA-API nouveau SIGSEGV and asserts"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=111213#c12">Comment # 12</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - VA-API nouveau SIGSEGV and asserts"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=111213">bug 111213</a>
              from <span class="vcard"><a class="email" href="mailto:imirkin@alum.mit.edu" title="Ilia Mirkin <imirkin@alum.mit.edu>"> <span class="fn">Ilia Mirkin</span></a>
</span></b>
        <pre>(In reply to KJ Liew from <a href="show_bug.cgi?id=111213#c11">comment #11</a>)
<span class="quote">> $ LIBVA_DRIVER_NAME=nouveau chromium
> nve4_set_surface_info:969 - unsupported surface format, try
> is_format_supported() !</span >

This means someone's trying to use an image format (i.e.
ARB_shader_image_load_store image) that's not supported by the backend. Guess
it works OK on AMD, so they just use it... sigh. Looks like it just takes the
fb's format and sticks it into an image. That's definitely not generically OK.

Maybe the compute pipeline just needs to check if it's running on radeonsi,
since it's not a generic gallium API usage.

Just noticed that mpv supports VA-API -- I'll try using that to test it later.</pre>
        </div>
      </p>


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

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