Re: [Mesa-dev] [PATCH mesa] gbm: give a name to rgba fields

2018-03-05 Thread Daniel Stone
On 5 March 2018 at 14:40, Eric Engestrom wrote: > Note: `gbm_dri_visuals_table` doesn't need any modification, as the > channel order doesn't change, so `rgba_mask = { r, g, b, a }` still > works. Yeah, this is a very definite and obvious improvement. Thanks Eric!

[Mesa-dev] [PATCH mesa] gbm: give a name to rgba fields

2018-03-05 Thread Eric Engestrom
Signed-off-by: Eric Engestrom --- Note: `gbm_dri_visuals_table` doesn't need any modification, as the channel order doesn't change, so `rgba_mask = { r, g, b, a }` still works. --- src/egl/drivers/dri2/platform_drm.c | 16