[Mesa-dev] [PATCH 2/2] dri: Add Unigine Tropics as an app that requires the GLSL warn workaround.

Kenneth Graunke kenneth at whitecape.org
Mon Jan 30 17:46:56 PST 2012


On 01/30/2012 03:23 PM, Eric Anholt wrote:
> I wasn't seeing it be needed because of the previous bug.
> ---
>   src/mesa/drivers/dri/common/drirc |    3 +++
>   1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/src/mesa/drivers/dri/common/drirc b/src/mesa/drivers/dri/common/drirc
> index ac83a2d..59c00d7 100644
> --- a/src/mesa/drivers/dri/common/drirc
> +++ b/src/mesa/drivers/dri/common/drirc
> @@ -3,5 +3,8 @@
>           <application executable="Sanctuary">
>               <option name="force_glsl_extensions_warn" value="true" />
>   	</application>
> +<application executable="Tropics">
> +<option name="force_glsl_extensions_warn" value="true" />
> +	</application>
>       </device>
>   </driconf>

Series is:
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>


More information about the mesa-dev mailing list