| Index: gpu/config/software_rendering_list_json.cc
|
| diff --git a/gpu/config/software_rendering_list_json.cc b/gpu/config/software_rendering_list_json.cc
|
| index ae2b4a0ae7ba45481a4ec4d2168f6ebdc8d92db6..a454ded6d9238b5311db87252af14e2fb8b41533 100644
|
| --- a/gpu/config/software_rendering_list_json.cc
|
| +++ b/gpu/config/software_rendering_list_json.cc
|
| @@ -18,7 +18,7 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
|
| {
|
| "name": "software rendering list",
|
| // Please update the version number whenever you change this file.
|
| - "version": "6.11",
|
| + "version": "6.12",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -138,6 +138,12 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
|
| "op": ">=",
|
| "value": "7.15.10.1624"
|
| }
|
| + },
|
| + {
|
| + "driver_vendor": {
|
| + "op": "=",
|
| + "value": "osmesa"
|
| + }
|
| }
|
| ],
|
| "features": [
|
| @@ -329,6 +335,14 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
|
| "op": "<",
|
| "value": "7.11"
|
| },
|
| + "exceptions": [
|
| + {
|
| + "driver_vendor": {
|
| + "op": "=",
|
| + "value": "osmesa"
|
| + }
|
| + }
|
| + ],
|
| "features": [
|
| "all"
|
| ]
|
| @@ -766,6 +780,12 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
|
| "op": ">=",
|
| "value": "7.15.10.1624"
|
| }
|
| + },
|
| + {
|
| + "driver_vendor": {
|
| + "op": "=",
|
| + "value": "osmesa"
|
| + }
|
| }
|
| ],
|
| "features": [
|
| @@ -1069,6 +1089,8 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
|
| "all"
|
| ]
|
| },
|
| +) // String split to avoid MSVC char limit.
|
| +LONG_STRING_CONST(
|
| {
|
| "id": 75,
|
| "description": "Texture sharing not supported on AMD Switchable GPUs due to driver issues",
|
| @@ -1081,8 +1103,6 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
|
| "texture_sharing"
|
| ]
|
| },
|
| -) // String split to avoid MSVC char limit.
|
| -LONG_STRING_CONST(
|
| {
|
| "id": 76,
|
| "description": "WebGL is disabled on Android unless GPU reset notification is supported",
|
| @@ -1134,6 +1154,21 @@ LONG_STRING_CONST(
|
| "features": [
|
| "accelerated_video_decode"
|
| ]
|
| + },
|
| + {
|
| + "id": 79,
|
| + "description": "Disable force compositing mode on all Windows versions prior to Vista.",
|
| + "cr_bugs": [273920],
|
| + "os": {
|
| + "type": "win",
|
| + "version": {
|
| + "op": "<",
|
| + "value": "6.0"
|
| + }
|
| + },
|
| + "features": [
|
| + "force_compositing_mode"
|
| + ]
|
| }
|
| ]
|
| }
|
| @@ -1141,4 +1176,3 @@ LONG_STRING_CONST(
|
| ); // LONG_STRING_CONST macro
|
|
|
| } // namespace gpu
|
| -
|
|
|