Re: [Mesa-dev] [PATCH] mesa: add missing switch case for EXTRA_VERSION_40 in check_extra()

2018-02-13 Thread Eric Engestrom
On Tuesday, 2018-02-13 09:29:26 -0700, Brian Paul wrote: > The EXTRA_VERSION_40 predicate is tested as part of > extra_gl40_ARB_sample_shading but there was no switch case for it. Fixes: 77b440e42d8e7247c2295 "mesa: Add new functions and enums required by GL_ARB_sampl

[Mesa-dev] [PATCH] mesa: add missing switch case for EXTRA_VERSION_40 in check_extra()

2018-02-13 Thread Brian Paul
The EXTRA_VERSION_40 predicate is tested as part of extra_gl40_ARB_sample_shading but there was no switch case for it. --- src/mesa/main/get.c | 5 + 1 file changed, 5 insertions(+) diff --git a/src/mesa/main/get.c b/src/mesa/main/get.c index 2188017..57a2118 100644 --- a/src/mesa/main/get.c