Module: Mesa
Branch: master
Commit: 0d044351b7043cd0bc94c1cb9b7a2213f8054414
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=0d044351b7043cd0bc94c1cb9b7a2213f8054414

Author: Adam Jackson <a...@redhat.com>
Date:   Mon Nov  6 16:28:36 2017 -0500

gallium/dri2: Enable {GLX_ARB,EGL_KHR}_context_flush_control

Reviewed-and-tested-by: Nicolai Hähnle <nicolai.haeh...@amd.com>
Signed-off-by: Adam Jackson <a...@redhat.com>

---

 src/gallium/state_trackers/dri/dri2.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/gallium/state_trackers/dri/dri2.c 
b/src/gallium/state_trackers/dri/dri2.c
index a70f37fe09..d5ae9cbd69 100644
--- a/src/gallium/state_trackers/dri/dri2.c
+++ b/src/gallium/state_trackers/dri/dri2.c
@@ -1955,6 +1955,7 @@ static const __DRIextension *dri_screen_extensions[] = {
    &dri2FenceExtension.base,
    &dri2InteropExtension.base,
    &dri2NoErrorExtension.base,
+   &dri2FlushControlExtension.base,
    NULL
 };
 
@@ -1969,6 +1970,7 @@ static const __DRIextension 
*dri_robust_screen_extensions[] = {
    &dri2InteropExtension.base,
    &dri2Robustness.base,
    &dri2NoErrorExtension.base,
+   &dri2FlushControlExtension.base,
    NULL
 };
 

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to