Re: [Mesa-dev] [PATCH 01/10] mesa: rename stencil/Z functions in format_unpack.c

2014-04-07 Thread Ian Romanick
The series is Reviewed-by: Ian Romanick On 04/05/2014 03:50 PM, Brian Paul wrote: > So the function names match the format names. > --- > src/mesa/main/format_unpack.c | 80 > - > 1 file changed, 40 insertions(+), 40 deletions(-) > > diff --git a/src/

[Mesa-dev] [PATCH 01/10] mesa: rename stencil/Z functions in format_unpack.c

2014-04-05 Thread Brian Paul
So the function names match the format names. --- src/mesa/main/format_unpack.c | 80 - 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/src/mesa/main/format_unpack.c b/src/mesa/main/format_unpack.c index 2ef2e31..cf96609 100644 --- a/src/me