Re: [Mesa-dev] [PATCH v2] mesa: add KHR_no_error support for glActiveTexture()

2017-05-25 Thread Ian Romanick
Much better. Reviewed-by: Ian Romanick On 05/25/2017 03:18 AM, Samuel Pitoiset wrote: > v2: add active_texture() with ALWAYS_INLINE and no_error param > > Signed-off-by: Samuel Pitoiset > --- > src/mapi/glapi/gen/gl_API.xml | 2 +- > src/mesa/main/texstate.c | 36 +++

[Mesa-dev] [PATCH v2] mesa: add KHR_no_error support for glActiveTexture()

2017-05-25 Thread Samuel Pitoiset
v2: add active_texture() with ALWAYS_INLINE and no_error param Signed-off-by: Samuel Pitoiset --- src/mapi/glapi/gen/gl_API.xml | 2 +- src/mesa/main/texstate.c | 36 +--- src/mesa/main/texstate.h | 3 +++ 3 files changed, 29 insertions(+), 12 deletion