Revert "gallium/dri2: Enable {GLX_ARB,EGL_KHR}_context_flush_control"
authorAdam Jackson <ajax@redhat.com>
Mon, 15 Jan 2018 18:47:13 +0000 (13:47 -0500)
committerAdam Jackson <ajax@redhat.com>
Mon, 15 Jan 2018 18:48:39 +0000 (13:48 -0500)
This reverts commit 0d044351b7043cd0bc94c1cb9b7a2213f8054414.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=104490
Signed-off-by: Adam Jackson <ajax@redhat.com>
src/gallium/state_trackers/dri/dri2.c

index d0731419522d5954f0089f3087f3187e0fa73c45..415002d2cd0020d31a9edfe321814cbadd8129ea 100644 (file)
@@ -2003,7 +2003,6 @@ static const __DRIextension *dri_screen_extensions[] = {
    &dri2FenceExtension.base,
    &dri2InteropExtension.base,
    &dri2NoErrorExtension.base,
-   &dri2FlushControlExtension.base,
    NULL
 };
 
@@ -2018,7 +2017,6 @@ static const __DRIextension *dri_robust_screen_extensions[] = {
    &dri2InteropExtension.base,
    &dri2Robustness.base,
    &dri2NoErrorExtension.base,
-   &dri2FlushControlExtension.base,
    NULL
 };