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