mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-18 00:20:27 +01:00
egl: added EGL_OPENVG_API case (allow all APIs)
This commit is contained in:
parent
b101890c15
commit
f5cdc657b2
1 changed files with 1 additions and 0 deletions
|
|
@ -350,6 +350,7 @@ xlib_eglCreateContext(_EGLDriver *drv, EGLDisplay dpy, EGLConfig config,
|
|||
|
||||
/* API-dependent context creation */
|
||||
switch (ctx->Base.ClientAPI) {
|
||||
case EGL_OPENVG_API:
|
||||
case EGL_OPENGL_ES_API:
|
||||
_eglLog(_EGL_DEBUG, "Create Context for ES version %d\n",
|
||||
ctx->Base.ClientVersion);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue