On 08/31/2010 11:05 AM, Gerd Hoffmann wrote:
+static inline int is_drawable_independent_from_surfaces(Drawable *drawable) +{ + int x; + + for (x = 0; x< 3; ++x) { + if (drawable->surfaces_dest[x] != -1) { + return FALSE; + } + } + return TRUE; +}What happens if this meets qemu without the surfaces init fix? Will it break or just work less efficient? cheers, Gerd
I think that if the server will decide to video stream an area, it can cause a delay in between frames if the pipe is busy.
Yonit. _______________________________________________ Spice-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/spice-devel
