mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-09 15:50:16 +01:00
glamor_egl: Drop unnecessary check for KHR_gl_renderbuffer_image.
I couldn't find it being used anywhere in the history of the code. Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
40a153ee45
commit
a6a751e5d8
1 changed files with 0 additions and 1 deletions
|
|
@ -742,7 +742,6 @@ glamor_egl_init(ScrnInfoPtr scrn, int fd)
|
|||
}
|
||||
|
||||
GLAMOR_CHECK_EGL_EXTENSION(MESA_drm_image);
|
||||
GLAMOR_CHECK_EGL_EXTENSION(KHR_gl_renderbuffer_image);
|
||||
GLAMOR_CHECK_EGL_EXTENSION(KHR_gl_texture_2D_image);
|
||||
#ifdef GLAMOR_GLES2
|
||||
GLAMOR_CHECK_EGL_EXTENSIONS(KHR_surfaceless_context, KHR_surfaceless_gles2);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue