Skip to content

Commit

Permalink
libobs-opengl: Introduce the EGL/X11 winsys
Browse files Browse the repository at this point in the history
Introduce the EGL/X11 winsys, and use it when the OBS_USE_EGL environment
variable is defined.

All the EGL/X11 code is authored by Ivan Avdeev <[email protected]>.
  • Loading branch information
GeorgesStavracas committed Mar 9, 2020
1 parent 7f7a435 commit e731726
Show file tree
Hide file tree
Showing 4 changed files with 720 additions and 2 deletions.
3 changes: 2 additions & 1 deletion libobs-opengl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ else() #This needs to change to be more specific to get ready for Wayland

set(libobs-opengl_PLATFORM_SOURCES
gl-nix.c
gl-nix-glx.c)
gl-nix-glx.c
gl-nix-egl-x11.c)
endif()

set(libobs-opengl_SOURCES
Expand Down
Loading

0 comments on commit e731726

Please sign in to comment.