mesa-gl:moved to "simplified /usr" and towards RCS
[nyanlinux.git] / builders / mesa-gl-amd-sh-9ab59574ef162393f89c36980a366eeb8ecccb64 / contrib / dri2.c.patch
blob86465b860c0c5bec1a6f6ba70c22c2894e140f54
1 --- dri2.c
2 +++ dri2.c
3 @@ -2410,21 +2410,4 @@ const __DRIextension *galliumdrm_driver_extensions[] = {
4 NULL
5 };
7 -static const struct __DRImesaCoreExtensionRec swkmsMesaCoreExtension = {
8 - .base = { __DRI_MESA, 1 },
9 - .version_string = MESA_INTERFACE_VERSION_STRING,
10 - .createNewScreen = driCreateNewScreen2,
11 - .createContext = driCreateContextAttribs,
12 - .initScreen = dri_swrast_kms_init_screen,
13 -};
15 -const __DRIextension *dri_swrast_kms_driver_extensions[] = {
16 - &driCoreExtension.base,
17 - &swkmsMesaCoreExtension.base,
18 - &driImageDriverExtension.base,
19 - &swkmsDRI2Extension.base,
20 - &gallium_config_options.base,
21 - NULL
22 -};
24 /* vim: set sw=3 ts=8 sts=3 expandtab: */