mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
lima: drop support for R8G8B8 format
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. Reviewed-by: Qiang Yu <yuq825@gmail.com> Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
This commit is contained in:
parent
9b71171442
commit
438c677859
1 changed files with 0 additions and 1 deletions
|
|
@ -69,7 +69,6 @@ static const struct lima_format lima_format_table[] = {
|
|||
LIMA_FORMAT(B8G8R8A8_SRGB, RGBA_8888, B8G8R8A8, false),
|
||||
LIMA_FORMAT(R8G8B8X8_UNORM, RGBX_8888, B8G8R8A8, true),
|
||||
LIMA_FORMAT(B8G8R8X8_UNORM, RGBX_8888, B8G8R8A8, false),
|
||||
LIMA_FORMAT(R8G8B8_UNORM, RGB_888, NONE, true),
|
||||
LIMA_FORMAT(B5G6R5_UNORM, BGR_565, B5G6R5, false),
|
||||
LIMA_FORMAT(Z24_UNORM_S8_UINT, Z24S8, Z24S8, false),
|
||||
LIMA_FORMAT(Z24X8_UNORM, Z24S8, Z24S8, false),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue