diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-11-12 19:01:56 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-11-12 21:50:01 +0200 |
commit | 6e77fd94bbe764a6e52ce5af7d9c4a8d16fef61a (patch) | |
tree | e1576a49add2f918a9bf84db939f9323cf918095 /officecfg | |
parent | 44643be33e25d3949d019000412f5ecea1fbb5cf (diff) |
Add a whitelist entry, too (for what I happen to be running at the moment)
I am starting to suspect that we will need regexps for the driver versions,
not just match-anything wildcard "*" and version number comparison a'la
strverscmp.
Change-Id: I6945f8be2cf478a8f0c76c5d9f82b2d60a981f37
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Calc.xcs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs index e4a7e2d38823..918eba006c12 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs @@ -1394,7 +1394,7 @@ <info> <desc>Combinations of (OS, OS version, OpenCL platform vendor, OpenCL device name, OpenCL driver version) that are known to be good. Has higher priority than OpenCLBlackList. Each entry is a string consisting of five parts separated by slashes. In case a slash occurs inside a part, it is prefixed by a backslash. And in case a backslash occurs inside a part, it is also prefixed by another backslash. Any part might contain a single asterisk as a wildcard, matching any value, but there is no more generic regexp support.</desc> </info> - <value/> + <value oor:separator=";">*/*/AMD Accelerated Parallel Processing/*/1445.5 (sse2,avx)/</value> </prop> <prop oor:name="OpenCLBlackList" oor:type="oor:string-list" oor:nillable="false"> <!-- UIHints: Tools - Options Spreadsheet Formula --> |