mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
st/egl: Fix debug line
Acked-by: Jakob Bornecrantz <jakob@vmware.com>
This commit is contained in:
parent
3cef6c42bc
commit
c88fc26ac9
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ egl_g3d_create_image(_EGLDriver *drv, _EGLDisplay *dpy, _EGLContext *ctx,
|
|||
|
||||
gimg = CALLOC_STRUCT(egl_g3d_image);
|
||||
if (!gimg) {
|
||||
_eglError(EGL_BAD_ALLOC, "eglCreatePbufferSurface");
|
||||
_eglError(EGL_BAD_ALLOC, "eglCreateEGLImageKHR");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue