diff options
author | Dave Airlie <airlied@redhat.com> | 2014-03-10 12:21:07 +1000 |
---|---|---|
committer | Pavel Grunt <pgrunt@redhat.com> | 2015-08-26 11:14:39 +0200 |
commit | 81929b85023c67338ece515df69716031d43794d (patch) | |
tree | ab0207903b18dd008dab9ba4f969f2c5a5dd9b60 | |
parent | 7bee4c26760021b19ee1ae83ed93d947aba05d2c (diff) |
start adding egl protocolvirgil
-rw-r--r-- | spice.proto | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/spice.proto b/spice.proto index 3bca900..1996496 100644 --- a/spice.proto +++ b/spice.proto @@ -915,6 +915,15 @@ channel DisplayChannel : BaseChannel { uint32 timeout_ms; } stream_activate_report; + message { + uint32 name_size; + uint8 *name[name_size] @zero_terminated @marshall @nonnull; + } egl_socket_path; + + message { + uint32 egl_heads_mask; + } egl_state; + client: message { uint8 pixmap_cache_id; @@ -937,6 +946,10 @@ channel DisplayChannel : BaseChannel { message { image_compression image_compression; } preferred_compression; + + message { + uint32 egl_heads_mask; + } egl_state_ack; }; flags16 keyboard_modifier_flags { |