Re: [Mesa-dev] [PATCH 1/3] swrast: remove _BLENDAPI

2015-03-11 Thread Ian Romanick
Series is Reviewed-by: Ian Romanick One humorous observation below... On 03/11/2015 09:49 AM, Brian Paul wrote: > _BLENDAPI boils down to __cdecl on Windows, but __cdecl is the default > calling convention so this serves no purpose. > --- > src/mesa/swrast/s_blend.c | 21 +---

[Mesa-dev] [PATCH 1/3] swrast: remove _BLENDAPI

2015-03-11 Thread Brian Paul
_BLENDAPI boils down to __cdecl on Windows, but __cdecl is the default calling convention so this serves no purpose. --- src/mesa/swrast/s_blend.c | 21 + src/mesa/swrast/s_context.h | 8 2 files changed, 13 insertions(+), 16 deletions(-) diff --git a/src/mesa/swra