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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 1963683002: Fix unpacking overlapping unpack buffer rows on NVIDIA GL (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Slight refactoring and change Linux expectations Created 4 years, 7 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 | « gpu/command_buffer/service/texture_manager.cc ('k') | gpu/config/gpu_driver_bug_workaround_type.h » ('j') | 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 1350ef9c52d5dfa79ecabbcb354e625dadfcd0b9..b0c94e5adb70531c0bd853a6f07ab10e29d9d156 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.64",
+ "version": "8.65",
"entries": [
{
"id": 1,
@@ -1993,6 +1993,15 @@ LONG_STRING_CONST(
"features": [
"disable_webgl_multisampling_color_mask_usage"
]
+ },
+ {
+ "id": 165,
+ "cr_bugs": [596774],
+ "description": "Unpacking overlapping rows from unpack buffers is unstable on NVIDIA GL driver",
+ "gl_vendor": "NVIDIA.*",
+ "features": [
+ "unpack_overlapping_rows_separately_unpack_buffer"
+ ]
}
]
}
« no previous file with comments | « gpu/command_buffer/service/texture_manager.cc ('k') | gpu/config/gpu_driver_bug_workaround_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698