Skip to content

lima: drop support for R8G8B8 format

Vasily Khoruzhick requested to merge anarsoul/mesa:lima-formats into master

We can only sample from 24-bit packed format and can't render into it and it causes chromium-based browsers to fail when they create FBO with GL_RGB format. Drop R8G8B8 alltogether so mesa can promote it to RGBX format.

Signed-off-by: Vasily Khoruzhick anarsoul@gmail.com

Merge request reports