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

Emil Velikov emil.l.velikov at gmail.com
Sat Apr 19 14:43:29 PDT 2014


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 drivers.
> 
Hi Jesse

Do you have an idea if the above assumption stands ?

Cheers,
-Emil

> Cc: Jesse Barnes <jbarnes at virtuousgeek.org>
> Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
> ---
>  src/mesa/drivers/dri/common/dri_util.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/mesa/drivers/dri/common/dri_util.c b/src/mesa/drivers/dri/common/dri_util.c
> index aed73c7..9f73a26 100644
> --- a/src/mesa/drivers/dri/common/dri_util.c
> +++ b/src/mesa/drivers/dri/common/dri_util.c
> @@ -52,7 +52,7 @@
>  #include "main/errors.h"
>  #include "main/macros.h"
>  
> -PUBLIC const char __dri2ConfigOptions[] =
> +const char __dri2ConfigOptions[] =
>     DRI_CONF_BEGIN
>        DRI_CONF_SECTION_PERFORMANCE
>           DRI_CONF_VBLANK_MODE(DRI_CONF_VBLANK_DEF_INTERVAL_1)
> 



More information about the mesa-dev mailing list