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 +---
_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