diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-12-21 10:51:40 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-12-21 10:51:40 -0500 |
commit | e9333b2546c33ba1a902de0ad9eb0aa97c9323ec (patch) | |
tree | 0fd46e9075454c4253ad0000aa79f391ee8cc5be /pcr/mesa-vanilla/drirc | |
parent | 865a35ffc727e0d40b4a3f150f199e04f80d7728 (diff) | |
download | abslibre-e9333b2546c33ba1a902de0ad9eb0aa97c9323ec.tar.gz abslibre-e9333b2546c33ba1a902de0ad9eb0aa97c9323ec.tar.bz2 abslibre-e9333b2546c33ba1a902de0ad9eb0aa97c9323ec.zip |
Removing mesa-vanilla: Use mesa instead
Diffstat (limited to 'pcr/mesa-vanilla/drirc')
-rw-r--r-- | pcr/mesa-vanilla/drirc | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/pcr/mesa-vanilla/drirc b/pcr/mesa-vanilla/drirc deleted file mode 100644 index 946cbc803..000000000 --- a/pcr/mesa-vanilla/drirc +++ /dev/null @@ -1,18 +0,0 @@ -<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> |