Re: [Mesa-dev] [PATCH 01/10] mesa: Introduce more symbolic VERT_{ATTRIB, BIT}* defines.

2011-11-23 Thread Brian Paul
On 11/11/2011 10:07 AM, Mathias Fröhlich wrote: Introduce a set of defines for VERT_ATTRIB_* and VERT_BIT_* that will be used in the followup patches. --- src/mesa/main/context.c | 29 ++ src/mesa/main/mtypes.h | 60 -- 2 f

[Mesa-dev] [PATCH 01/10] mesa: Introduce more symbolic VERT_{ATTRIB, BIT}* defines.

2011-11-11 Thread Mathias Fröhlich
Introduce a set of defines for VERT_ATTRIB_* and VERT_BIT_* that will be used in the followup patches. --- src/mesa/main/context.c | 29 ++ src/mesa/main/mtypes.h | 60 -- 2 files changed, 71 insertions(+), 18 deletions(-) diff