Summary: Signed-off-by: kabeer khan <kabeer.khan@samsung.com>
Reviewers: devilhorns
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D1871
if ((e_comp_gl_get()) &&
(e_comp_config_get()->engine == E_COMP_ENGINE_GL))
{
- /* TOOD: create ecore_evas for new drm gl backend */
- /* NB: If that fails, call e_comp_gl_set(EINA_FALSE) */
+ comp->ee == ecore_evas_gl_drm_new(NULL, 0, 0, 0, 1, 1);
+ if(!comp->ee)
+ e_comp_gl_set(EINA_FALSE);
}
/* fallback to framebuffer drm (non-accel) */