Re: [Mesa-dev] [PATCH 03/17] swrast: Factor out texture slice counting.

2013-04-30 Thread Brian Paul
On 04/22/2013 10:14 AM, Eric Anholt wrote: This function going to get used a lot more in upcoming patches. --- src/mesa/swrast/s_texture.c | 16 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/src/mesa/swrast/s_texture.c b/src/mesa/swrast/s_texture.c index 510

Re: [Mesa-dev] [PATCH 03/17] swrast: Factor out texture slice counting.

2013-04-22 Thread Eric Anholt
Patrick Baggett writes: > On Mon, Apr 22, 2013 at 11:14 AM, Eric Anholt wrote: > >> This function going to get used a lot more in upcoming patches. >> --- >> src/mesa/swrast/s_texture.c | 16 >> 1 file changed, 12 insertions(+), 4 deletions(-) >> >> diff --git a/src/mesa/swra

Re: [Mesa-dev] [PATCH 03/17] swrast: Factor out texture slice counting.

2013-04-22 Thread Patrick Baggett
On Mon, Apr 22, 2013 at 11:14 AM, Eric Anholt wrote: > This function going to get used a lot more in upcoming patches. > --- > src/mesa/swrast/s_texture.c | 16 > 1 file changed, 12 insertions(+), 4 deletions(-) > > diff --git a/src/mesa/swrast/s_texture.c b/src/mesa/swrast/s_

[Mesa-dev] [PATCH 03/17] swrast: Factor out texture slice counting.

2013-04-22 Thread Eric Anholt
This function going to get used a lot more in upcoming patches. --- src/mesa/swrast/s_texture.c | 16 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/src/mesa/swrast/s_texture.c b/src/mesa/swrast/s_texture.c index 51048be..36a90dd 100644 --- a/src/mesa/swrast/s_te