summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2013-12-17 09:32:36 +1000
committerDave Airlie <airlied@redhat.com>2013-12-17 09:32:36 +1000
commit193c8e8f84f4a6e7b6536c7633bcaf1342297ae6 (patch)
tree3d8e3f5afcc47fbc53912a1afc2afbd01a09c3d3
add README
-rw-r--r--README21
1 files changed, 21 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..10a8252
--- /dev/null
+++ b/README
@@ -0,0 +1,21 @@
+experiment with EGL dri images and unix socket fd passing with dirty
+
+server process -
+
+listen to UNIX socket,
+
+init EGL
+
+create multiple resources - 2-3 textures
+
+create buffers from the EGL resources
+
+convert to file descriptors -
+
+client process - initially one process
+
+create an EGL context,
+
+import fds into images,
+
+read from unix socket for flushes and updates, update screen