|
|
@@ -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: */ |