mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
Revert "r300g: remove L8_UNORM from colorbuffer formats"
This reverts commit fc427d2343.
At least xorg uses this, and just because something is not used in
OpenGL is *never* a valid reason to remove functionality from Gallium.
If something lacks a test, go add a test, don't remove features.
This commit is contained in:
parent
e95948ea03
commit
71214c640c
1 changed files with 1 additions and 0 deletions
|
|
@ -230,6 +230,7 @@ static boolean r300_is_format_supported(struct pipe_screen* screen,
|
|||
/* Supported formats. */
|
||||
/* Colorbuffer */
|
||||
case PIPE_FORMAT_A8_UNORM:
|
||||
case PIPE_FORMAT_L8_UNORM:
|
||||
case PIPE_FORMAT_R5G6B5_UNORM:
|
||||
case PIPE_FORMAT_A1R5G5B5_UNORM:
|
||||
case PIPE_FORMAT_A4R4G4B4_UNORM:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue