Push __driDriverExtensions out of dri_util.c and into the drivers
[mesa.git] / src / mesa / drivers / dri / unichrome / via_screen.c
index 82668f2def33151989e3e986396ea2eca72346f1..2cfb98317da1ee576466830cb0261c0af1b4ccf8 100644 (file)
@@ -443,3 +443,10 @@ const struct __DriverAPIRec driDriverAPI = {
    .WaitForSBC      = NULL,
    .SwapBuffersMSC  = NULL
 };
+
+/* This is the table of extensions that the loader will dlsym() for. */
+PUBLIC const __DRIextension *__driDriverExtensions[] = {
+    &driCoreExtension.base,
+    &driLegacyExtension.base,
+    NULL
+};