diff options
Diffstat (limited to 'src/glx')
-rw-r--r-- | src/glx/Makefile.am | 2 | ||||
-rw-r--r-- | src/glx/glxext.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/glx/Makefile.am b/src/glx/Makefile.am index ae296b92236..f66c4bd59ad 100644 --- a/src/glx/Makefile.am +++ b/src/glx/Makefile.am @@ -94,8 +94,6 @@ libglx_la_SOURCES = \ dri2_glx.c \ dri2.c \ dri2_query_renderer.c \ - dri3_glx.c \ - dri3_common.c \ applegl_glx.c GL_LIBS = \ diff --git a/src/glx/glxext.c b/src/glx/glxext.c index c6e4d9f5738..b31d8fe93ba 100644 --- a/src/glx/glxext.c +++ b/src/glx/glxext.c @@ -865,8 +865,6 @@ __glXInitialize(Display * dpy) ** (e.g., those called in AllocAndFetchScreenConfigs). */ if (glx_direct && glx_accel) { - if (!getenv("LIBGL_DRI3_DISABLE")) - dpyPriv->dri3Display = dri3_create_display(dpy); dpyPriv->dri2Display = dri2CreateDisplay(dpy); dpyPriv->driDisplay = driCreateDisplay(dpy); } |