Re: [Mesa-dev] [PATCH 4/4] radv: Return NULL for entrypoints when not supported.

2018-02-12 Thread Emil Velikov
Hi Bas, On 11 February 2018 at 15:29, Bas Nieuwenhuizen wrote: > This implements strict checking for the entrypoint ProcAddr > functions. > > - InstanceProcAddr with instance = NULL, only returns the 3 allowed >entrypoints. > - DeviceProcAddr does not return any instance entrypoints. > -

[Mesa-dev] [PATCH 4/4] radv: Return NULL for entrypoints when not supported.

2018-02-11 Thread Bas Nieuwenhuizen
This implements strict checking for the entrypoint ProcAddr functions. - InstanceProcAddr with instance = NULL, only returns the 3 allowed entrypoints. - DeviceProcAddr does not return any instance entrypoints. - InstanceProcAddr does not return non-supported or disabled instance entrypoi