[Spice-devel] [PATCH v2 spice-protocol 0/2] Add OpenGL scanout messages

Marc-André Lureau marcandre.lureau at gmail.com
Wed Dec 9 15:28:00 PST 2015


Hi,

This is an updated version of the protocol change proposed earlier to
support virgl display locally.

v1->v2:
- drop the scanout region and reuse MONITOR_CONFIG instead
- rename GL_SCANOUT_UPDATE -> GL_DRAW
- add GL_DRAW_DONE reply message, necessary to synchronize the
  renderer and the client drawing to avoid extra copies

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

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

-- 
2.5.0



More information about the Spice-devel mailing list