Re: [Mesa-dev] [PATCH 01/16] dri_util: keep __dri2ConfigOptions symbol private

2014-04-19 Thread Emil Velikov
On 05/04/14 02:46, Emil Velikov wrote: > The symbol was added with commit 45e2b51c853(DRI2/GLX: check for > vblank_mode in DRI2 GLX code) but was never used as such according > to git log. > > Possibly it was marked as public due to confusion with > __driConfigOptions which was used for dri1 drive

[Mesa-dev] [PATCH 01/16] dri_util: keep __dri2ConfigOptions symbol private

2014-04-04 Thread Emil Velikov
The symbol was added with commit 45e2b51c853(DRI2/GLX: check for vblank_mode in DRI2 GLX code) but was never used as such according to git log. Possibly it was marked as public due to confusion with __driConfigOptions which was used for dri1 drivers. Cc: Jesse Barnes Signed-off-by: Emil Velikov