Skip to content

mchalain/dma-buf-texture-sharing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example of inter-process texture sharing with DMA-BUF

Note: This version share the server's window with the client and not the texture used by the server.

An example of how to share a GL/GLES texture in EGL context between different processes by using DMA-BUF.

Detailed explanation is in this blog post.

Prerequisites:

Build:

$ make

Run:

# Terminal 1
$ ./dmabufshare server

# Terminal 2
$ ./dmabufshare client

Releases

No releases published

Packages

 
 
 

Contributors