summaryrefslogtreecommitdiff
path: root/libre/mesa/drirc
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2017-03-17 08:52:14 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2017-03-17 08:53:08 -0300
commitf92a51cbbccfde62b92059463dc421486b6a5b0b (patch)
treee8e5b9e23be40ad7bd81f21895d42c651e750a6c /libre/mesa/drirc
parent658d55fb290ff147b121b97c11928946b2365623 (diff)
downloadabslibre-f92a51cbbccfde62b92059463dc421486b6a5b0b.tar.gz
abslibre-f92a51cbbccfde62b92059463dc421486b6a5b0b.tar.bz2
abslibre-f92a51cbbccfde62b92059463dc421486b6a5b0b.zip
add mesa package to [libre] and remove mesa-{git,vanilla}
Diffstat (limited to 'libre/mesa/drirc')
-rw-r--r--libre/mesa/drirc18
1 files changed, 18 insertions, 0 deletions
diff --git a/libre/mesa/drirc b/libre/mesa/drirc
new file mode 100644
index 000000000..946cbc803
--- /dev/null
+++ b/libre/mesa/drirc
@@ -0,0 +1,18 @@
+<driconf>
+ <!-- Please always enable app-specific workarounds for all drivers and
+ screens. -->
+ <device>
+ <application name="Warsow (32-bit)" executable="warsow.i386">
+ <option name="allow_glsl_extension_directive_midshader" value="true" />
+ </application>
+
+ <application name="Warsow (64-bit)" executable="warsow.x86_64">
+ <option name="allow_glsl_extension_directive_midshader" value="true" />
+ </application>
+
+ <application name="Rust" executable="rust">
+ <option name="glsl_zero_init" value="true"/>
+ </application>
+ </application>
+ </device>
+</driconf>