set ELM_ACCEL=gl upon successfully creating a gl wayland compositor

This commit is contained in:
Mike Blumenkrantz 2016-04-01 15:14:46 -04:00
parent 3cb11abb25
commit 4aecb7ad14
1 changed files with 1 additions and 0 deletions

View File

@ -2465,6 +2465,7 @@ _e_comp_wl_gl_init(void *d EINA_UNUSED)
{
e_comp_wl->wl.gl = evas_gl_new(e_comp->evas);
if (!e_comp_wl->wl.gl) return;
e_util_env_set("ELM_ACCEL", "gl");
e_comp_wl->wl.glctx = evas_gl_context_create(e_comp_wl->wl.gl, NULL);
e_comp_wl->wl.glcfg = evas_gl_config_new();
e_comp_wl->wl.glsfc = evas_gl_surface_create(e_comp_wl->wl.gl, e_comp_wl->wl.glcfg, 1, 1);