1
0
Fork 0
mirror of https://github.com/yshui/picom.git synced 2025-02-17 15:56:21 -05:00
picom/src/backend
Yuxuan Shui 7e9d1c6442
Condense GLX extension lookup
Put them all into one function, and move the function pointers out of
glx_session_t, making them global variables (because them don't change
after initialized). Remove the function pointer typedefs and replace
them with the ones in glxext.h

We also only lookup the functions once per a lifetime of compton.

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
2019-02-09 00:14:32 +00:00
..
gl Condense GLX extension lookup 2019-02-09 00:14:32 +00:00
backend.c Add copyright notice to backend/** 2019-02-03 18:47:36 +00:00
backend.h Add backend_info_t::max_buffer_age 2019-01-27 19:45:40 +00:00
backend_common.c Add copyright notice to backend/** 2019-02-03 18:47:36 +00:00
backend_common.h Add copyright notice to backend/** 2019-02-03 18:47:36 +00:00
meson.build Refactor FBConfig lookup 2019-02-03 18:41:47 +00:00
xrender.c Add copyright notice to backend/** 2019-02-03 18:47:36 +00:00