Re: [Mesa-dev] [PATCH 1/6] glx: Simplify some dummy vtable interactions

2017-11-30 Thread Emil Velikov
On 14 November 2017 at 20:13, Adam Jackson wrote: > The dummy vtable has these slots as NULL already, no need to check for > the dummy context explicitly. > Looks good, but make sure that `make check' still passes. With that Reviewed-by: Emil Velikov -Emil ___

[Mesa-dev] [PATCH 1/6] glx: Simplify some dummy vtable interactions

2017-11-14 Thread Adam Jackson
The dummy vtable has these slots as NULL already, no need to check for the dummy context explicitly. Signed-off-by: Adam Jackson --- src/glx/glxcmds.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/glx/glxcmds.c b/src/glx/glxcmds.c index c707d0cedf..bc93d62510