Re: [Mesa-dev] [PATCH v2 2/7] mesa: add api check macros

2012-07-27 Thread Brian Paul
On 07/27/2012 12:43 AM, Jordan Justen wrote: These macros make it easier to check for multiple API types. Signed-off-by: Jordan Justen --- src/mesa/main/mtypes.h |4 1 file changed, 4 insertions(+) diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 7d77956..7a715b3 1

[Mesa-dev] [PATCH v2 2/7] mesa: add api check macros

2012-07-27 Thread Jordan Justen
These macros make it easier to check for multiple API types. Signed-off-by: Jordan Justen --- src/mesa/main/mtypes.h |4 1 file changed, 4 insertions(+) diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 7d77956..7a715b3 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mes