Browse Source

wayland: add some info about wayland and weston

Alexandre Janniaux 6 years ago
parent
commit
d043c5f954
1 changed files with 11 additions and 0 deletions
  1. 11 0
      wayland.md

+ 11 - 0
wayland.md

@@ -67,11 +67,22 @@ https://www.khronos.org/registry/EGL/extensions/KHR/EGL_KHR_image_pixmap.txt
 
 
 + look at media/msm_vpu.h
 + look at media/msm_vpu.h
 
 
++ https://bugaevc.gitbooks.io/writing-wayland-clients/content/black-square/global-objects.html
+
++ WAYLAND_DEBUG=1 so as to inspect gdm-buffer-backend
+
++ subsurfaces in wayland
+https://ppaalanen.blogspot.com/2013/11/sub-surfaces-now.html
+
 ## other links found
 ## other links found
 
 
 + https://01.org/chromium/blogs/zero-copy-texture-uploads-chrome-os
 + https://01.org/chromium/blogs/zero-copy-texture-uploads-chrome-os
 + https://airlied.livejournal.com/78704.html
 + https://airlied.livejournal.com/78704.html
 
 
++ use weston-info to get supported format and global objects (extensions)
+
++ https://ppaalanen.blogspot.com/2016/02/a-programmers-view-on-digital-images.html
+pixel format and digital images
 
 
 # Implementation
 # Implementation