Re: [Mesa-dev] [PATCH 2/4] mesa: rewrite accum buffer support

2011-12-04 Thread Brian Paul
On 12/04/2011 03:45 PM, Eric Anholt wrote: On Sat, 3 Dec 2011 10:07:36 -0700, Brian Paul wrote: Implemented in terms of renderbuffer mapping/unmapping and format packing/unpacking functions. The swrast and state tracker code for implementing accumulation are unused and will be removed in the

Re: [Mesa-dev] [PATCH 2/4] mesa: rewrite accum buffer support

2011-12-04 Thread Eric Anholt
On Sat, 3 Dec 2011 10:07:36 -0700, Brian Paul wrote: > Implemented in terms of renderbuffer mapping/unmapping and format > packing/unpacking functions. > > The swrast and state tracker code for implementing accumulation are > unused and will be removed in the next commit. > + ctx->Driver.MapR

[Mesa-dev] [PATCH 2/4] mesa: rewrite accum buffer support

2011-12-03 Thread Brian Paul
Implemented in terms of renderbuffer mapping/unmapping and format packing/unpacking functions. The swrast and state tracker code for implementing accumulation are unused and will be removed in the next commit. --- src/mesa/SConscript |2 - src/mesa/drivers/common/driverfu