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
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
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.