Re: [Mesa-dev] [PATCH 06/11] gbm: Check harder for supported formats

2017-06-28 Thread Lucas Stach
Am Freitag, den 16.06.2017, 18:14 +0100 schrieb Daniel Stone: > Luckily no-one really used the is_format_supported() call, because it > only supported three formats. > > Also, since buffers with alpha can be displayed on planes, stop banning > them from use. > > Signed-off-by: Daniel Stone > ---

[Mesa-dev] [PATCH 06/11] gbm: Check harder for supported formats

2017-06-16 Thread Daniel Stone
Luckily no-one really used the is_format_supported() call, because it only supported three formats. Also, since buffers with alpha can be displayed on planes, stop banning them from use. Signed-off-by: Daniel Stone --- src/gbm/backends/dri/gbm_dri.c | 40