Merge pull request #740 from emersion/egl-debug

render/egl: use EGL_KHR_debug
This commit is contained in:
Drew DeVault 2018-03-22 18:54:21 -04:00 committed by GitHub
commit ef3769851f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 49 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);