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

2011-12-06 Thread Brian Paul
On 12/06/2011 12:27 PM, Eric Anholt wrote: On Mon, 5 Dec 2011 20:41:25 -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] mesa: rewrite accum buffer support

2011-12-06 Thread Eric Anholt
On Mon, 5 Dec 2011 20:41:25 -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. > > v2: don't use memc

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

2011-12-05 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. v2: don't use memcpy() in _mesa_clear_accum_buffer() v3: don't allocate MAX_WIDTH array

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

2011-12-05 Thread Jose Fonseca
- Original Message - > On 12/05/2011 09:27 AM, Jose Fonseca wrote: > > - Original Message - > >> Implemented in terms of renderbuffer mapping/unmapping and format > >> packing/unpacking functions. > >> > >> The swrast and state tracker code for implementing accumulation > >> are > >

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

2011-12-05 Thread Brian Paul
On 12/05/2011 09:27 AM, Jose Fonseca wrote: - Original Message - 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. v2: don't u

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

2011-12-05 Thread Jose Fonseca
- Original Message - > 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. > > v2: don't use memcpy() in _mesa_clear_accum_

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

2011-12-04 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. v2: don't use memcpy() in _mesa_clear_accum_buffer() --- src/mesa/SConscript