Re: [Spice-devel] [PATCH 02/12] qxl-wddm-dod: Use rendering offload thread

2017-03-21 Thread Christophe de Dinechin
> On 20 Mar 2017, at 17:37, Christophe de Dinechin > wrote: > > Side note: the .gitattribute in that project seems all wrong. It makes source > files a pain to edit under Linux or macOS. Why not mark the source files as > text? > > >> On

Re: [Spice-devel] [PATCH 02/12] qxl-wddm-dod: Use rendering offload thread

2017-03-21 Thread Christophe de Dinechin
> On 21 Mar 2017, at 14:52, Christophe de Dinechin wrote: > >> >> On 21 Mar 2017, at 13:59, Yuri Benditovich > > wrote: >> >> >> >> On Mon, Mar 20, 2017 at 2:08 PM, Frediano Ziglio

Re: [Spice-devel] [PATCH 02/12] qxl-wddm-dod: Use rendering offload thread

2017-03-21 Thread Christophe de Dinechin
> On 21 Mar 2017, at 13:59, Yuri Benditovich > wrote: > > > > On Mon, Mar 20, 2017 at 2:08 PM, Frediano Ziglio > wrote: > > > > Instead of sending drawable commands down from presentation > > callback, collect

Re: [Spice-devel] [PATCH 02/12] qxl-wddm-dod: Use rendering offload thread

2017-03-21 Thread Yuri Benditovich
On Mon, Mar 20, 2017 at 2:08 PM, Frediano Ziglio wrote: > > > > Instead of sending drawable commands down from presentation > > callback, collect drawables objects and pass them to dedicated > > thread for processing. This reduce peak load of presentation > > callback. > > >

Re: [Spice-devel] [PATCH 02/12] qxl-wddm-dod: Use rendering offload thread

2017-03-21 Thread Christophe de Dinechin
> On 21 Mar 2017, at 11:51, Frediano Ziglio > wrote: > So does Emacs, but it shows additional ^M within the file if CR/LF is > inconsistent throughout the file, as it the case here, presumably because the > .gitattributes was added in the middle

Re: [Spice-devel] [PATCH 02/12] qxl-wddm-dod: Use rendering offload thread

2017-03-21 Thread Frediano Ziglio
> > On 20 Mar 2017, at 19:03, Frediano Ziglio < fzig...@redhat.com > wrote: > > > > Side note: the .gitattribute in that project seems all wrong. It makes > > > source > > > files a pain to edit under Linux or macOS. Why not mark the source files > > > as > > > text? > > > > > To avoid cr/lf

Re: [Spice-devel] [PATCH 02/12] qxl-wddm-dod: Use rendering offload thread

2017-03-21 Thread Christophe de Dinechin
> On 20 Mar 2017, at 19:03, Frediano Ziglio > wrote: > > > Side note: the .gitattribute in that project seems all wrong. It makes source > files a pain to edit under Linux or macOS. Why not mark the source files as > text? > To avoid cr/lf

Re: [Spice-devel] [PATCH 02/12] qxl-wddm-dod: Use rendering offload thread

2017-03-20 Thread Frediano Ziglio
> Side note: the .gitattribute in that project seems all wrong. It makes source > files a pain to edit under Linux or macOS. Why not mark the source files as > text? To avoid cr/lf conversions. If you can find good flags to make git Windows and git Unix to work you are welcome. Got mad to try,

Re: [Spice-devel] [PATCH 02/12] qxl-wddm-dod: Use rendering offload thread

2017-03-20 Thread Christophe de Dinechin
Side note: the .gitattribute in that project seems all wrong. It makes source files a pain to edit under Linux or macOS. Why not mark the source files as text? > On 20 Mar 2017, at 13:08, Frediano Ziglio > wrote: > >> >> Instead of sending

Re: [Spice-devel] [PATCH 02/12] qxl-wddm-dod: Use rendering offload thread

2017-03-20 Thread Frediano Ziglio
> > Instead of sending drawable commands down from presentation > callback, collect drawables objects and pass them to dedicated > thread for processing. This reduce peak load of presentation > callback. > > Signed-off-by: Javier Celaya > Signed-off-by: Yuri

[Spice-devel] [PATCH 02/12] qxl-wddm-dod: Use rendering offload thread

2017-03-12 Thread Yuri Benditovich
Instead of sending drawable commands down from presentation callback, collect drawables objects and pass them to dedicated thread for processing. This reduce peak load of presentation callback. Signed-off-by: Javier Celaya Signed-off-by: Yuri Benditovich