[Spice-devel] [PATCH 0/5] Split patch 11/16

Jonathon Jongsma jjongsma at redhat.com
Tue Nov 10 12:41:15 PST 2015


This is a split version of the patch "worker: move surfaces". The last patch in
the series is still quite large, but I don't think it would be easy or
worthwhile to split it up much further.

Jonathon Jongsma (4):
  worker: Move stream functions to stream.c
  worker: Move drawable utility functions to display channel
  worker: Move is_opaque_item() to tree.h
  worker: Remove duplicate DISPLAY_CLIENT_TIMEOUT define

Marc-André Lureau (1):
  worker: move surfaces to DisplayChannel

 server/display-channel.c |   79 +++
 server/display-channel.h |  145 ++++-
 server/red_worker.c      | 1324 +++++++++++++++++-----------------------------
 server/red_worker.h      |    2 +
 server/stream.c          |   70 +++
 server/stream.h          |   12 +-
 server/tree.h            |    6 +
 7 files changed, 794 insertions(+), 844 deletions(-)

-- 
2.4.3



More information about the Spice-devel mailing list