diff options
Diffstat (limited to 'src/mesa/drivers')
| -rw-r--r-- | src/mesa/drivers/dri/radeon/radeon_screen.c | 2 | ||||
| -rw-r--r-- | src/mesa/drivers/dri/unichrome/via_screen.c | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/src/mesa/drivers/dri/radeon/radeon_screen.c b/src/mesa/drivers/dri/radeon/radeon_screen.c index cf7f90afa7..f2af532834 100644 --- a/src/mesa/drivers/dri/radeon/radeon_screen.c +++ b/src/mesa/drivers/dri/radeon/radeon_screen.c @@ -179,7 +179,7 @@ DRI_CONF_OPT_BEGIN_V(fp_optimization,enum,def,"0:1") \          DRI_CONF_DESC_END \  DRI_CONF_OPT_END -const char __driConfigOptions[] = +PUBLIC const char __driConfigOptions[] =  DRI_CONF_BEGIN  	DRI_CONF_SECTION_PERFORMANCE  		DRI_CONF_TCL_MODE(DRI_CONF_TCL_CODEGEN) diff --git a/src/mesa/drivers/dri/unichrome/via_screen.c b/src/mesa/drivers/dri/unichrome/via_screen.c index 0ad18b4300..8d6cebeb79 100644 --- a/src/mesa/drivers/dri/unichrome/via_screen.c +++ b/src/mesa/drivers/dri/unichrome/via_screen.c @@ -48,7 +48,7 @@  #include "xmlpool.h" -const char __driConfigOptions[] = +PUBLIC const char __driConfigOptions[] =  DRI_CONF_BEGIN      DRI_CONF_SECTION_PERFORMANCE          DRI_CONF_VBLANK_MODE(DRI_CONF_VBLANK_DEF_INTERVAL_0) | 
