diff options
author | Kenneth Graunke <[email protected]> | 2012-03-08 11:06:42 -0800 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2012-03-09 15:21:10 -0800 |
commit | 60218b604ae3422983dd1cd24f5d913e18f73ac0 (patch) | |
tree | ee076de2bc2293769426b96bc0b474679a230fb6 | |
parent | 105ef87842d4ba82dc0235ec154e662cce56a927 (diff) |
drirc: Add force_glsl_extensions_warn workaround for Unigine Heaven.
Unfortunately, Unigine Heaven 3.0 still needs this.
NOTE: This is a candidate for the 8.0 branch.
Signed-off-by: Kenneth Graunke <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
-rw-r--r-- | src/mesa/drivers/dri/common/drirc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/common/drirc b/src/mesa/drivers/dri/common/drirc index 59c00d7ada9..755174afdd5 100644 --- a/src/mesa/drivers/dri/common/drirc +++ b/src/mesa/drivers/dri/common/drirc @@ -6,5 +6,11 @@ <application executable="Tropics"> <option name="force_glsl_extensions_warn" value="true" /> </application> + <application executable="heaven_x86"> + <option name="force_glsl_extensions_warn" value="true" /> + </application> + <application executable="heaven_x64"> + <option name="force_glsl_extensions_warn" value="true" /> + </application> </device> </driconf> |