mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 20:08:06 +02:00
egl_dri2: Enable KHR_gl_texture_2D_image
Forgot to set the enabled bit when I implemented the extension.
This commit is contained in:
parent
5a27e8e2ae
commit
59cee11522
1 changed files with 1 additions and 0 deletions
|
|
@ -777,6 +777,7 @@ dri2_initialize(_EGLDriver *drv, _EGLDisplay *disp,
|
|||
disp->Extensions.KHR_image_base = EGL_TRUE;
|
||||
disp->Extensions.KHR_image_pixmap = EGL_TRUE;
|
||||
disp->Extensions.KHR_gl_renderbuffer_image = EGL_TRUE;
|
||||
disp->Extensions.KHR_gl_texture_2D_image = EGL_TRUE;
|
||||
|
||||
/* we're supporting EGL 1.4 */
|
||||
*major = 1;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue