Re: [Mesa-dev] [PATCH 04/17] swrast: Clean up and explain the mapping process.

2013-04-30 Thread Brian Paul
On 04/22/2013 10:14 AM, Eric Anholt wrote: --- src/mesa/swrast/s_texture.c | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/src/mesa/swrast/s_texture.c b/src/mesa/swrast/s_texture.c index 36a90dd..b6dd8cb 100644 --- a/src/mesa/swrast/s_texture.c +++ b/src

[Mesa-dev] [PATCH 04/17] swrast: Clean up and explain the mapping process.

2013-04-22 Thread Eric Anholt
--- src/mesa/swrast/s_texture.c | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/src/mesa/swrast/s_texture.c b/src/mesa/swrast/s_texture.c index 36a90dd..b6dd8cb 100644 --- a/src/mesa/swrast/s_texture.c +++ b/src/mesa/swrast/s_texture.c @@ -218,18 +218,17 @@