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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 2052243002: Do not apply NVIDIA driver workarounds to nouveau (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and increment version Created 4 years, 6 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 cd17ca44cc3f99420038ccf9c63323f79d37a0ca..1be96c315f4a10f9b5002d30ab750fd10fe97ac1 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": "8.69",
+ "version": "8.70",
"entries": [
{
"id": 1,
@@ -311,6 +311,7 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
"type": "linux"
},
"vendor_id": "0x10de",
+ "gl_vendor": "NVIDIA.*",
"features": [
"init_gl_position_in_vertex_shader"
]
@@ -538,6 +539,7 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
"type": "linux"
},
"vendor_id": "0x10de",
+ "gl_vendor": "NVIDIA.*",
"features": [
"init_vertex_attributes"
]
@@ -1033,11 +1035,13 @@ LONG_STRING_CONST(
},
{
"id": 109,
+ "cr_bugs": [449150, 514510],
"description": "MakeCurrent is slow on Linux with NVIDIA drivers",
"vendor_id": "0x10de",
"os": {
"type": "linux"
},
+ "gl_vendor": "NVIDIA.*",
"features": [
"use_virtualized_gl_contexts"
]
@@ -1159,6 +1163,7 @@ LONG_STRING_CONST(
"value": "331"
},
"vendor_id": "0x10de",
+ "gl_vendor": "NVIDIA.*",
"features": [
"remove_pow_with_constant_exponent"
]
@@ -1292,6 +1297,7 @@ LONG_STRING_CONST(
"os": {
"type": "linux"
},
+ "gl_vendor": "NVIDIA.*",
"features": [
"force_cube_complete"
]
« 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