Re: [Mesa-dev] [PATCH 01/11] util/u_rect: Make it C++ safe.

2012-11-07 Thread Brian Paul
On 11/07/2012 08:26 AM, jfons...@vmware.com wrote: From: José Fonseca --- src/gallium/auxiliary/util/u_rect.h | 15 +++ 1 file changed, 15 insertions(+) Except for my other comments the series looks good. Reviewed-by: Brian Paul ___

[Mesa-dev] [PATCH 01/11] util/u_rect: Make it C++ safe.

2012-11-07 Thread jfonseca
From: José Fonseca --- src/gallium/auxiliary/util/u_rect.h | 15 +++ 1 file changed, 15 insertions(+) diff --git a/src/gallium/auxiliary/util/u_rect.h b/src/gallium/auxiliary/util/u_rect.h index 4cb90d3..8fccae8 100644 --- a/src/gallium/auxiliary/util/u_rect.h +++ b/src/gallium/a