[Spice-devel] [PATCH v4 0/2] protocol: add gl scanout support

Marc-André Lureau marcandre.lureau at gmail.com
Tue Dec 22 07:08:07 PST 2015


v3->v4:
 - add drm_dma_buf prefix to some fields (Frediano Ziglio)
 - explicit in commit message that sending a message with no fd (or
   invalid fd) must be done with the extra byte appended
v2->v3:
 - change flags8 for flags32 (Frediano Ziglio)
v1->v2:
 - modify draw message to require a draw_done reply
 - use exisiting MonitorConfig to identify monitor position in
   the scanout

Marc-André Lureau (2):
  protocol: learn to describe fd passing in messages
  protocol: add unix GL scanout messages

 python_modules/demarshal.py    |  4 ++++
 python_modules/ptypes.py       |  9 +++++++++
 python_modules/spice_parser.py |  3 ++-
 spice.proto                    | 26 +++++++++++++++++++++++++-
 spice/enums.h                  |  9 +++++++++
 spice/protocol.h               |  1 +
 6 files changed, 50 insertions(+), 2 deletions(-)

-- 
2.5.0



More information about the Spice-devel mailing list