picom/src/backend
Yuxuan Shui 198dcdb987
gl_common: fix coordinate mismatch
Xorg uses top left as origin, OpenGL uses lower left. So we need to flip
the y axis, and make sure we are using the right points as origin of
windows.

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
2019-01-28 01:14:41 +00:00
..
gl gl_common: fix coordinate mismatch 2019-01-28 01:14:41 +00:00
backend.c Make backend_info_t::buffer_age optional 2019-01-27 19:32:07 +00:00
backend.h Add backend_info_t::max_buffer_age 2019-01-27 19:45:40 +00:00
backend_common.c Fix handling of region == NULL in paint_all_new 2019-01-27 18:21:42 +00:00
backend_common.h Move paint_all_new to backend.c 2019-01-02 20:36:33 +00:00
meson.build Reuse some code from the new gl backend 2019-01-27 18:16:28 +00:00
xrender.c Add backend_info_t::max_buffer_age 2019-01-27 19:45:40 +00:00