This is so that drivers can do a runtime check that DRI3 is available,
similar to existing runtime checks performed by the drivers for DRI and
DRI2.

Signed-off-by: Chris Wilson <ch...@chris-wilson.co.uk>
---
 hw/xfree86/loader/loadmod.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/xfree86/loader/loadmod.c b/hw/xfree86/loader/loadmod.c
index 092bf57..9f54929 100644
--- a/hw/xfree86/loader/loadmod.c
+++ b/hw/xfree86/loader/loadmod.c
@@ -838,6 +838,7 @@ static const char *compiled_in_modules[] = {
     "extmod",
     "dri",
     "dri2",
+    "dri3",
     NULL
 };
 
-- 
2.0.0.rc2

_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to