Comment # 12 on bug 111213 from
(In reply to KJ Liew from comment #11)
> $ LIBVA_DRIVER_NAME=nouveau chromium
> nve4_set_surface_info:969 - unsupported surface format, try
> is_format_supported() !

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.


You are receiving this mail because: