From 1fbfc22d8560c9d900832147f504ff64c64358de Mon Sep 17 00:00:00 2001 From: George Sapountzis Date: Fri, 26 Mar 2010 18:44:39 +0200 Subject: st/dri mv __driDriverExtensions to drisw.c and dri2.c --- src/gallium/state_trackers/dri/common/dri_screen.c | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'src/gallium/state_trackers/dri/common') diff --git a/src/gallium/state_trackers/dri/common/dri_screen.c b/src/gallium/state_trackers/dri/common/dri_screen.c index 598a07bb64..53053a74c4 100644 --- a/src/gallium/state_trackers/dri/common/dri_screen.c +++ b/src/gallium/state_trackers/dri/common/dri_screen.c @@ -338,14 +338,6 @@ const struct __DriverAPIRec driDriverAPI = { .CopySubBuffer = dri1_copy_sub_buffer, }; -/* This is the table of extensions that the loader will dlsym() for. */ -PUBLIC const __DRIextension *__driDriverExtensions[] = { - &driCoreExtension.base, - &driLegacyExtension.base, - &driDRI2Extension.base, - NULL -}; - #else const struct __DriverAPIRec driDriverAPI = { @@ -361,13 +353,6 @@ const struct __DriverAPIRec driDriverAPI = { .SwapBuffers = drisw_swap_buffers, }; -/* This is the table of extensions that the loader will dlsym() for. */ -PUBLIC const __DRIextension *__driDriverExtensions[] = { - &driCoreExtension.base, - &driSWRastExtension.base, - NULL -}; - #endif /* vim: set sw=3 ts=8 sts=3 expandtab: */ -- cgit v1.2.3