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

_______________________________________________
Spice-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to