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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 2413683002: Fix duplicate gpu driver bug workaround ids (Closed)
Patch Set: update version Created 4 years, 2 months 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/config/gpu_driver_bug_list_json.cc
diff --git a/gpu/config/gpu_driver_bug_list_json.cc b/gpu/config/gpu_driver_bug_list_json.cc
index 15b721b4d0890568dc1568e1b9ce4025955ccce1..944c0d9e4a007791eefe719959bf1fcebcad0ca0 100644
--- a/gpu/config/gpu_driver_bug_list_json.cc
+++ b/gpu/config/gpu_driver_bug_list_json.cc
@@ -19,7 +19,7 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
{
"name": "gpu driver bug list",
// Please update the version number whenever you change this file.
- "version": "9.07",
+ "version": "9.08",
"entries": [
{
"id": 1,
@@ -2054,7 +2054,7 @@ LONG_STRING_CONST(
]
},
{
- "id": 191,
+ "id": 192,
"description": "Decode and encode before generateMipmap for srgb format textures on os except macosx",
"cr_bugs": [634519],
"gl_type": "gl",
@@ -2074,7 +2074,7 @@ LONG_STRING_CONST(
]
},
{
- "id": 192,
+ "id": 193,
"description": "Decode and encode before generateMipmap for srgb format textures on macosx",
"cr_bugs": [634519],
"os": {
@@ -2085,7 +2085,7 @@ LONG_STRING_CONST(
]
},
{
- "id": 193,
+ "id": 194,
"description": "Init first two levels before CopyTexImage2D for cube map texture on Intel Mac 10.12",
"cr_bugs": [648197],
"os": {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698