Re: [Mesa-dev] [PATCH 10/16] egl_dri: rework dri extension handling

2014-04-25 Thread Kristian Høgsberg
On Sun, Mar 16, 2014 at 6:48 AM, Emil Velikov wrote: > Use designated initialisers, and store the extensions pointers as const. > > The loader extensions __DRIdri2LoaderExtension and __DRIswrastLoaderExtension > are setup by the platform backends so they should not be constified. > > Signed-off-by

[Mesa-dev] [PATCH 10/16] egl_dri: rework dri extension handling

2014-03-16 Thread Emil Velikov
Use designated initialisers, and store the extensions pointers as const. The loader extensions __DRIdri2LoaderExtension and __DRIswrastLoaderExtension are setup by the platform backends so they should not be constified. Signed-off-by: Emil Velikov --- src/egl/drivers/dri2/egl_dri2.c | 7 --