efl/src/lib/ecore_drm2
Christopher Michael ead88ff2ad ecore-drm2: Add API to check if vblank is supported
This patch adds a small API that we can use to check if the current
video driver supports the usage of drmWaitVBlank. This check is
required for certain drivers (like vbox) which do not support
drmWaitVBlank and thus are causing our animators in ecore_evas to
freeze. We can now use this API from within Ecore_Evas to disable
vsync'd animators and fall back to timer based ones.

@feature
2019-05-22 07:44:00 -04:00
..
Ecore_Drm2.h ecore-drm2: Add API to check if vblank is supported 2019-05-22 07:44:00 -04:00
ecore_drm2.c ecore_drm2: Pass Ecore_Drm2_Device instead of fd to most functions 2017-08-09 14:56:58 -05:00
ecore_drm2_device.c ecore-drm2: Add API to check if vblank is supported 2019-05-22 07:44:00 -04:00
ecore_drm2_fb.c ecore drm2 - fix timeout in case case called from thread 2019-04-30 11:51:06 +01:00
ecore_drm2_outputs.c ecore-drm2: Fix API function parameters for background color set 2019-04-18 09:10:49 -04:00
ecore_drm2_plane.c ecore-drm2: Update plane state values based on FB 2019-03-22 12:41:08 -04:00
ecore_drm2_private.h ecore-drm2: Add background_color to crtc atomic properties 2019-04-18 07:21:39 -04:00
meson.build here comes meson 2018-10-02 17:22:50 +02:00