Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(258)

Unified Diff: third_party/wayland-protocols/include/protocol/explicit-fencing-unstable-v1-server-protocol.h

Issue 2404513002: exo: Implement zcr_linux_explicit_synchronization_v1
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/wayland-protocols/include/protocol/explicit-fencing-unstable-v1-server-protocol.h
diff --git a/third_party/wayland-protocols/include/protocol/explicit-fencing-unstable-v1-server-protocol.h b/third_party/wayland-protocols/include/protocol/explicit-fencing-unstable-v1-server-protocol.h
new file mode 100644
index 0000000000000000000000000000000000000000..ad6e4e44e2754141cd0c463a92c5bc8510d65090
--- /dev/null
+++ b/third_party/wayland-protocols/include/protocol/explicit-fencing-unstable-v1-server-protocol.h
@@ -0,0 +1,188 @@
+/* Generated by wayland-scanner 1.11.90 */
+
+#ifndef LINUX_EXPLICIT_SYNCHRONIZATION_UNSTABLE_V1_SERVER_PROTOCOL_H
+#define LINUX_EXPLICIT_SYNCHRONIZATION_UNSTABLE_V1_SERVER_PROTOCOL_H
+
+#include <stdint.h>
+#include <stddef.h>
+#include "wayland-server.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+struct wl_client;
+struct wl_resource;
+
+/**
+ * @page page_linux_explicit_synchronization_unstable_v1 The linux_explicit_synchronization_unstable_v1 protocol
+ * Protocol for explicit synchronization
+ *
+ * @section page_desc_linux_explicit_synchronization_unstable_v1 Description
+ *
+ * This protocol specifies a set of interfaces used to provide explicit
+ * synchronization of buffers to the the client.
+ *
+ * Warning! The protocol described in this file is experimental and backward
+ * incompatible changes may be made. Backward compatible changes may be added
+ * together with the corresponding interface version bump. Backward
+ * incompatible changes are done by bumping the version number in the protocol
+ * and interface names and resetting the interface version. Once the protocol
+ * is to be declared stable, the version number in the protocol is removed and
+ * the interface version number is reset.
+ *
+ * @section page_ifaces_linux_explicit_synchronization_unstable_v1 Interfaces
+ * - @subpage page_iface_zcr_linux_explicit_fencing_v1 - Protocol for providing explicit fencing support
+ * - @subpage page_iface_zcr_explicit_fenced_surface_v1 -
+ * @section page_copyright_linux_explicit_synchronization_unstable_v1 Copyright
+ * <pre>
+ *
+ * Copyright 2016 The Chromium Authors.
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a
+ * copy of this software and associated documentation files (the "Software"),
+ * to deal in the Software without restriction, including without limitation
+ * the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ * and/or sell copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice (including the next
+ * paragraph) shall be included in all copies or substantial portions of the
+ * Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+ * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ * DEALINGS IN THE SOFTWARE.
+ * </pre>
+ */
+struct wl_surface;
+struct zcr_explicit_fenced_surface_v1;
+struct zcr_linux_explicit_fencing_v1;
+
+/**
+ * @page page_iface_zcr_linux_explicit_fencing_v1 zcr_linux_explicit_fencing_v1
+ * @section page_iface_zcr_linux_explicit_fencing_v1_desc Description
+ *
+ * The global interface that allows clients to subscribe for explicit
+ * synchronization fences for given wl_surface.
+ * @section page_iface_zcr_linux_explicit_fencing_v1_api API
+ * See @ref iface_zcr_linux_explicit_fencing_v1.
+ */
+/**
+ * @defgroup iface_zcr_linux_explicit_fencing_v1 The zcr_linux_explicit_fencing_v1 interface
+ *
+ * The global interface that allows clients to subscribe for explicit
+ * synchronization fences for given wl_surface.
+ */
+extern const struct wl_interface zcr_linux_explicit_fencing_v1_interface;
+/**
+ * @page page_iface_zcr_explicit_fenced_surface_v1 zcr_explicit_fenced_surface_v1
+ * @section page_iface_zcr_explicit_fenced_surface_v1_api API
+ * See @ref iface_zcr_explicit_fenced_surface_v1.
+ */
+/**
+ * @defgroup iface_zcr_explicit_fenced_surface_v1 The zcr_explicit_fenced_surface_v1 interface
+ */
+extern const struct wl_interface zcr_explicit_fenced_surface_v1_interface;
+
+#ifndef ZCR_LINUX_EXPLICIT_FENCING_V1_ERROR_ENUM
+#define ZCR_LINUX_EXPLICIT_FENCING_V1_ERROR_ENUM
+enum zcr_linux_explicit_fencing_v1_error {
+ /**
+ * the surface already has an fencing object associated
+ */
+ ZCR_LINUX_EXPLICIT_FENCING_V1_ERROR_FENCING_EXISTS = 0,
+};
+#endif /* ZCR_LINUX_EXPLICIT_FENCING_V1_ERROR_ENUM */
+
+/**
+ * @ingroup iface_zcr_linux_explicit_fencing_v1
+ * @struct zcr_linux_explicit_fencing_v1_interface
+ */
+struct zcr_linux_explicit_fencing_v1_interface {
+ /**
+ * destroy explicit fencing object
+ *
+ * Destroy this explicit synchronization object. Existing
+ * explicit synchronization objects shall not be affected by this
+ * request.
+ */
+ void (*destroy)(struct wl_client *client,
+ struct wl_resource *resource);
+ /**
+ * extend surface interface for explicit fencing
+ *
+ * Instantiate an interface extension for the given wl_surface to
+ * provide explicit fencing. If the given wl_surface already has an
+ * explicit fencing object associated, the fencing_exists protocol
+ * error is raised.
+ *
+ * Please see the zcr_explicit_fenced_surface_v1 protocol
+ * description for details of how this affects the behaviour of the
+ * wl_surface it is created against.
+ * @param id the new surface-fencing interface id
+ * @param surface the surface
+ */
+ void (*get_fencing)(struct wl_client *client,
+ struct wl_resource *resource,
+ uint32_t id,
+ struct wl_resource *surface);
+};
+
+
+/**
+ * @ingroup iface_zcr_explicit_fenced_surface_v1
+ * @struct zcr_explicit_fenced_surface_v1_interface
+ */
+struct zcr_explicit_fenced_surface_v1_interface {
+ /**
+ * destroy synchronization object
+ *
+ * Destroy this explicit synchronization object.
+ */
+ void (*destroy)(struct wl_client *client,
+ struct wl_resource *resource);
+ /**
+ * set the acquire fence
+ *
+ * Set the acquire fence that must be signaled before the
+ * compositor is allowed to read the pixels in the pending
+ * wl_buffer.
+ *
+ * The acquire state is double-buffered state, and will be applied
+ * on the next wl_surface.commit.
+ * @param fd fence fd
+ */
+ void (*set_acquire_fence)(struct wl_client *client,
+ struct wl_resource *resource,
+ int32_t fd);
+};
+
+#define ZCR_EXPLICIT_FENCED_SURFACE_V1_PRESENT 0
+
+/**
+ * @ingroup iface_zcr_explicit_fenced_surface_v1
+ */
+#define ZCR_EXPLICIT_FENCED_SURFACE_V1_PRESENT_SINCE_VERSION 1
+
+/**
+ * @ingroup iface_zcr_explicit_fenced_surface_v1
+ * Sends an present event to the client owning the resource.
+ * @param resource_ The client's resource
+ * @param fd fence fd
+ */
+static inline void
+zcr_explicit_fenced_surface_v1_send_present(struct wl_resource *resource_, int32_t fd)
+{
+ wl_resource_post_event(resource_, ZCR_EXPLICIT_FENCED_SURFACE_V1_PRESENT, fd);
+}
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif

Powered by Google App Engine
This is Rietveld 408576698