projects
/
profile
/
ivi
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4dd2743
)
dri: Add Unigine Tropics as an app that requires the GLSL warn workaround.
author
Eric Anholt
<eric@anholt.net>
Mon, 30 Jan 2012 21:30:53 +0000
(13:30 -0800)
committer
Eric Anholt
<eric@anholt.net>
Fri, 3 Feb 2012 08:26:32 +0000
(09:26 +0100)
I wasn't seeing it be needed because of the previous bug.
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
src/mesa/drivers/dri/common/drirc
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/common/drirc
b/src/mesa/drivers/dri/common/drirc
index
ac83a2d
..
59c00d7
100644
(file)
--- 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>