diff options
author | Dave Airlie <airlied@redhat.com> | 2013-12-17 09:32:36 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2013-12-17 09:32:36 +1000 |
commit | 193c8e8f84f4a6e7b6536c7633bcaf1342297ae6 (patch) | |
tree | 3d8e3f5afcc47fbc53912a1afc2afbd01a09c3d3 /README |
add README
Diffstat (limited to 'README')
-rw-r--r-- | README | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -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 |