Re: [Mesa-dev] [PATCH] mesa: Make Geom.UsesEndPrimitive a bool instead of a GLboolean

2014-06-20 Thread Kenneth Graunke
On Friday, June 20, 2014 10:01:40 AM Iago Toral Quiroga wrote: > --- > > Following Ian's comments on patch 9/23 of the multi-stream support series > about moving away from GL types in things that are not visible to the GL > API it makes sense to do the same for UsesEndPrimitive. > > src/mesa/mai

[Mesa-dev] [PATCH] mesa: Make Geom.UsesEndPrimitive a bool instead of a GLboolean

2014-06-20 Thread Iago Toral Quiroga
--- Following Ian's comments on patch 9/23 of the multi-stream support series about moving away from GL types in things that are not visible to the GL API it makes sense to do the same for UsesEndPrimitive. src/mesa/main/mtypes.h| 4 ++-- src/mesa/main/shaderobj.c | 2 +- 2 files changed, 3