[Mesa-dev] [PATCH mesa 1/2] egl: turn boolean `int`s into `bool`s

Emil Velikov emil.l.velikov at gmail.com
Tue Jun 20 07:27:15 UTC 2017


On 19 June 2017 at 00:49, Eric Engestrom <eric at engestrom.ch> wrote:
> Signed-off-by: Eric Engestrom <eric at engestrom.ch>
Reviewed-by: Emil Velikov <emil.velikov at collabora.com>

Couple of random thoughts below.


> +   bool                      invalidate_available;
> +   bool                     swap_available;
These two could be nuked since X and all the xf86-video-foo drivers
have been supporting dri2_minor >= 3 for many years.
Need to check the exact dates/releases.


> +   bool                      authenticated;
IIRC platform_wayland was [attempting to] do double-auth, which we
might want to untangle or at least document.

-Emil


More information about the mesa-dev mailing list