Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(297)

Unified Diff: gpu/config/software_rendering_list_json.cc

Issue 822713002: Update from https://crrev.com/309415 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 e97c41a700ea4a48657454080dd73d1a08182790..e1a8cb35c6aef4cd1eedec3732c36d5832fee6e1 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": "9.14",
+ "version": "9.15",
"entries": [
{
"id": 1,
@@ -808,15 +808,14 @@ LONG_STRING_CONST(
{
"id": 78,
"description": "Accelerated video decode interferes with GPU sandbox on older Intel drivers",
- "cr_bugs": [180695],
+ "cr_bugs": [180695, 298968, 436968],
"os": {
"type": "win"
},
"vendor_id": "0x8086",
"driver_version": {
- "op": "between",
- "value": "8.15.10.1883",
- "value2": "8.15.10.2702"
+ "op": "<=",
+ "value": "8.15.10.2702"
},
"features": [
"accelerated_video_decode"

Powered by Google App Engine
This is Rietveld 408576698