Re: [Mesa-dev] [PATCH 0/7] i965/blorp: Improvements to the blorp engine for Gen7.

2012-07-20 Thread Paul Berry
On 19 July 2012 18:17, Anuj Phogat wrote: > On Thu, Jul 12, 2012 at 10:43 AM, Paul Berry > wrote: > > This patch series makes three improvements to the blorp engine (which > > does MSAA resolves and other blits) for Gen7: > > > > Patches 1-3 fix downsampling of integer format framebuffers on Gen

Re: [Mesa-dev] [PATCH 0/7] i965/blorp: Improvements to the blorp engine for Gen7.

2012-07-19 Thread Anuj Phogat
On Thu, Jul 12, 2012 at 10:43 AM, Paul Berry wrote: > This patch series makes three improvements to the blorp engine (which > does MSAA resolves and other blits) for Gen7: > > Patches 1-3 fix downsampling of integer format framebuffers on Gen7, > by using the "AVG" instruction to average the sampl

[Mesa-dev] [PATCH 0/7] i965/blorp: Improvements to the blorp engine for Gen7.

2012-07-12 Thread Paul Berry
This patch series makes three improvements to the blorp engine (which does MSAA resolves and other blits) for Gen7: Patches 1-3 fix downsampling of integer format framebuffers on Gen7, by using the "AVG" instruction to average the samples, rather than adding the samples and performing a division.