cogl: Remove support for GLESv1

We have no need for it in mutters cogl variant.
This commit is contained in:
Jonas Ådahl
2018-05-04 23:14:19 +02:00
parent 00a5523667
commit 7b2eaa76a4
29 changed files with 78 additions and 394 deletions

View File

@ -50,7 +50,6 @@ get_x11_cogl_winsys_vtable (CoglRenderer *renderer)
switch (renderer->driver)
{
case COGL_DRIVER_GLES1:
case COGL_DRIVER_GLES2:
return _cogl_winsys_egl_xlib_get_vtable ();
case COGL_DRIVER_GL: