Re: [Mesa-dev] [PATCH] gallium/swrast: fix front buffer blitting. (v2)

2015-11-10 Thread Martin Peres
On 09/10/15 08:55, Dave Airlie wrote: On 9 October 2015 at 13:30, Boyan Ding wrote: 2015-10-09 8:38 GMT+08:00 Dave Airlie : From: Dave Airlie So I've known this was broken before, cogl has a workaround for it from what I know, but with the gallium based swrast drivers BlitFramebuffer from ba

Re: [Mesa-dev] [PATCH] gallium/swrast: fix front buffer blitting. (v2)

2015-11-08 Thread Emil Velikov
On 7 November 2015 at 21:57, Dave Airlie wrote: > On 8 November 2015 at 02:47, Emil Velikov wrote: >> Hi Dave, >> >> On 9 October 2015 at 01:38, Dave Airlie wrote: >>> From: Dave Airlie >>> >>> So I've known this was broken before, cogl has a workaround >>> for it from what I know, but with the

Re: [Mesa-dev] [PATCH] gallium/swrast: fix front buffer blitting. (v2)

2015-11-07 Thread Dave Airlie
On 8 November 2015 at 02:47, Emil Velikov wrote: > Hi Dave, > > On 9 October 2015 at 01:38, Dave Airlie wrote: >> From: Dave Airlie >> >> So I've known this was broken before, cogl has a workaround >> for it from what I know, but with the gallium based swrast >> drivers BlitFramebuffer from back

Re: [Mesa-dev] [PATCH] gallium/swrast: fix front buffer blitting. (v2)

2015-11-07 Thread Emil Velikov
Hi Dave, On 9 October 2015 at 01:38, Dave Airlie wrote: > From: Dave Airlie > > So I've known this was broken before, cogl has a workaround > for it from what I know, but with the gallium based swrast > drivers BlitFramebuffer from back to front or vice-versa > was pretty broken. > > The legacy

Re: [Mesa-dev] [PATCH] gallium/swrast: fix front buffer blitting. (v2)

2015-10-18 Thread Dave Airlie
ping? On 9 October 2015 at 10:38, Dave Airlie wrote: > From: Dave Airlie > > So I've known this was broken before, cogl has a workaround > for it from what I know, but with the gallium based swrast > drivers BlitFramebuffer from back to front or vice-versa > was pretty broken. > > The legacy swr

Re: [Mesa-dev] [PATCH] gallium/swrast: fix front buffer blitting. (v2)

2015-10-08 Thread Dave Airlie
On 9 October 2015 at 13:30, Boyan Ding wrote: > 2015-10-09 8:38 GMT+08:00 Dave Airlie : >> From: Dave Airlie >> >> So I've known this was broken before, cogl has a workaround >> for it from what I know, but with the gallium based swrast >> drivers BlitFramebuffer from back to front or vice-versa

Re: [Mesa-dev] [PATCH] gallium/swrast: fix front buffer blitting. (v2)

2015-10-08 Thread Boyan Ding
2015-10-09 8:38 GMT+08:00 Dave Airlie : > From: Dave Airlie > > So I've known this was broken before, cogl has a workaround > for it from what I know, but with the gallium based swrast > drivers BlitFramebuffer from back to front or vice-versa > was pretty broken. > > The legacy swrast driver trac

[Mesa-dev] [PATCH] gallium/swrast: fix front buffer blitting. (v2)

2015-10-08 Thread Dave Airlie
From: Dave Airlie So I've known this was broken before, cogl has a workaround for it from what I know, but with the gallium based swrast drivers BlitFramebuffer from back to front or vice-versa was pretty broken. The legacy swrast driver tracks when a front buffer is used and does the get/put im