Re: [PATCH] FreeRDP based compositor, take 3

2013-03-26 Thread Jason Ekstrand
Hardening, First, as a disclaimer, I don't know weston backends all that well and I don't know FreeRDP at all. However, I'll review as best as I can. As a general comment, there's one thing that worries me about your design: You update the peers on every repaint. If you have a single peer with a

Re: [PATCH] FreeRDP based compositor, take 3

2013-03-13 Thread Kristian Høgsberg
On Tue, Mar 12, 2013 at 7:35 PM, Hardening wrote: > This is the third version for the FreeRDP based > compositor. New features: > * can specifying extra graphical modes > * supports mode_switching() > * supports SuppressOutput() to stop sending frames as requested >by the client > * no dou

[PATCH] FreeRDP based compositor, take 3

2013-03-12 Thread Hardening
This is the third version for the FreeRDP based compositor. New features: * can specifying extra graphical modes * supports mode_switching() * supports SuppressOutput() to stop sending frames as requested by the client * no double cursor, only weston draws it now --- configure.ac |