Skip to content

Real DRI3 suppoort

Latest
Compare
Choose a tag to compare
@foryoung2018 foryoung2018 released this 29 Nov 10:06
· 6 commits to fde_dev since this release
  • FDE append some code for real dri3 between linux app and this X11,
  • step 1. loriePixmapFromFds get drm fd
  • step 2. generate a texture by drm fd
  • step 3. dixSetPrivate set texture to pixmap
  • step 4. dixSetPrivate set texture to window in copy area, because of flip not support, use copy for every chanage
  • step 5. update texture when damage occurs

There might still be room for improvement