Merge branch 'master' into gles2-renderer-redesign

This commit is contained in:
emersion 2018-03-23 00:55:55 +01:00
commit a854c2f246
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
15 changed files with 121 additions and 58 deletions

View file

@ -94,11 +94,6 @@ int wlr_egl_get_dmabuf_modifiers(struct wlr_egl *egl, int format,
*/
bool wlr_egl_destroy_image(struct wlr_egl *egl, EGLImageKHR image);
/**
* Returns a string for the last error ocurred with egl.
*/
const char *egl_error(void);
bool wlr_egl_make_current(struct wlr_egl *egl, EGLSurface surface,
int *buffer_age);