Re: [Mesa-dev] [PATCH 13/17] swrast: Drop the global mapping of buffers across glReadPixels().

2011-11-11 Thread Eric Anholt
On Thu, 10 Nov 2011 15:13:48 +, Dave Airlie airl...@gmail.com wrote: On Tue, Nov 1, 2011 at 11:17 PM, Eric Anholt e...@anholt.net wrote: Reviewed-by: Brian Paul bri...@vmware.com Just as an aside and maybe some way to help me figure out why this break piglit windowoverlap test on

Re: [Mesa-dev] [PATCH 13/17] swrast: Drop the global mapping of buffers across glReadPixels().

2011-11-10 Thread Dave Airlie
On Tue, Nov 1, 2011 at 11:17 PM, Eric Anholt e...@anholt.net wrote: Reviewed-by: Brian Paul bri...@vmware.com Just as an aside and maybe some way to help me figure out why this break piglit windowoverlap test on r100, specifically the sub window drawing stops working. I bisected to this and

[Mesa-dev] [PATCH 13/17] swrast: Drop the global mapping of buffers across glReadPixels().

2011-11-01 Thread Eric Anholt
Reviewed-by: Brian Paul bri...@vmware.com --- src/mesa/swrast/s_readpix.c |8 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/src/mesa/swrast/s_readpix.c b/src/mesa/swrast/s_readpix.c index 5e7e8ba..7ecc6bf 100644 --- a/src/mesa/swrast/s_readpix.c +++