Re: [Mesa-dev] [PATCH 2/3] mesa: Simplify the update_array_format() tests some more

2015-03-05 Thread Ian Romanick
This patch is Reviewed-by: Ian Romanick On 03/05/2015 10:56 AM, Fredrik Höglund wrote: > Use the typeBit instead of the type when comparing against multiple > data types. > --- > src/mesa/main/varray.c | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git a/src/mesa

[Mesa-dev] [PATCH 2/3] mesa: Simplify the update_array_format() tests some more

2015-03-05 Thread Fredrik Höglund
Use the typeBit instead of the type when comparing against multiple data types. --- src/mesa/main/varray.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/mesa/main/varray.c b/src/mesa/main/varray.c index efc1431..3571f7d 100644 --- a/src/mesa/main/varray.c +++ b