Commit a82d72a4 authored by ccameron@chromium.org's avatar ccameron@chromium.org

Remove osmesa blacklist exception on WinXP

BUG=327430

Review URL: https://codereview.chromium.org/120753004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243476 0039d316-1c4b-4281-b951-d872f2087c98
parent 4c66f0e4
...@@ -18,7 +18,7 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST( ...@@ -18,7 +18,7 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
{ {
"name": "software rendering list", "name": "software rendering list",
// Please update the version number whenever you change this file. // Please update the version number whenever you change this file.
"version": "6.20", "version": "6.21",
"entries": [ "entries": [
{ {
"id": 1, "id": 1,
...@@ -918,14 +918,6 @@ LONG_STRING_CONST( ...@@ -918,14 +918,6 @@ LONG_STRING_CONST(
"value": "6.0" "value": "6.0"
} }
}, },
"exceptions": [
{
"driver_vendor": {
"op": "=",
"value": "osmesa"
}
}
],
"features": [ "features": [
"all" "all"
] ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment