Re: [Mesa-dev] [PATCH 11/22] swrast: use _swrast_pixel_address() helper function

2011-12-22 Thread Brian Paul
On Wed, Dec 21, 2011 at 1:12 PM, Eric Anholt wrote: > On Sun, 18 Dec 2011 20:08:16 -0700, Brian Paul wrote: >> --- >>  src/mesa/swrast/s_context.h |   12 >>  src/mesa/swrast/s_depth.c   |   18 -- >>  src/mesa/swrast/s_stencil.c |   18 +++--- >>  3 files ch

Re: [Mesa-dev] [PATCH 11/22] swrast: use _swrast_pixel_address() helper function

2011-12-21 Thread Eric Anholt
On Sun, 18 Dec 2011 20:08:16 -0700, Brian Paul wrote: > --- > src/mesa/swrast/s_context.h | 12 > src/mesa/swrast/s_depth.c | 18 -- > src/mesa/swrast/s_stencil.c | 18 +++--- > 3 files changed, 19 insertions(+), 29 deletions(-) I was thinking of

[Mesa-dev] [PATCH 11/22] swrast: use _swrast_pixel_address() helper function

2011-12-18 Thread Brian Paul
--- src/mesa/swrast/s_context.h | 12 src/mesa/swrast/s_depth.c | 18 -- src/mesa/swrast/s_stencil.c | 18 +++--- 3 files changed, 19 insertions(+), 29 deletions(-) diff --git a/src/mesa/swrast/s_context.h b/src/mesa/swrast/s_context.h index 446b99