[Mesa-dev] [RFC 1/5] wayland-drm: add a few lovely notes about future work.
Emil Velikov
emil.l.velikov at gmail.com
Thu Apr 21 12:24:43 UTC 2016
---
src/egl/wayland/wayland-drm/wayland-drm.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/egl/wayland/wayland-drm/wayland-drm.h b/src/egl/wayland/wayland-drm/wayland-drm.h
index 7892d56..33d7fd4 100644
--- a/src/egl/wayland/wayland-drm/wayland-drm.h
+++ b/src/egl/wayland/wayland-drm/wayland-drm.h
@@ -3,6 +3,10 @@
#include <wayland-server.h>
+// XXX: These formats should go. One should use the auto-generated ones.
+// XXX: Ensure that no-one but wayland-egl and/or wayland EGL platform codes
+// includes this. Doing so give us an ABI, which we don't check but perhaps we should.
+
#ifndef WL_DRM_FORMAT_ENUM
#define WL_DRM_FORMAT_ENUM
enum wl_drm_format {
--
2.8.0
More information about the mesa-dev
mailing list