Re: [Mesa-dev] [PATCH 05/20] mesa: Use bool in _mesa_is_ helpers instead of GLboolean

2015-04-29 Thread Dylan Baker
For what it's worth, patches 1-5 are: Reviewed-by: Dylan Baker On Wed, Apr 29, 2015 at 04:25:56PM -0700, Ian Romanick wrote: > From: Ian Romanick > > Signed-off-by: Ian Romanick > --- > src/mesa/main/context.h | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/s

[Mesa-dev] [PATCH 05/20] mesa: Use bool in _mesa_is_ helpers instead of GLboolean

2015-04-29 Thread Ian Romanick
From: Ian Romanick Signed-off-by: Ian Romanick --- src/mesa/main/context.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mesa/main/context.h b/src/mesa/main/context.h index 1cd89a8..d11027d 100644 --- a/src/mesa/main/context.h +++ b/src/mesa/main/context.h @@ -