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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 1838923002: Workaround UNPACK_ROW_LENGTH driver bugs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 7f63c19b410f5c53481d24b42d15f14f3e5b81c4..64b5f4dab79aac74c03ea4830426840ba81b725b 100644
--- a/gpu/config/gpu_driver_bug_list_json.cc
+++ b/gpu/config/gpu_driver_bug_list_json.cc
@@ -1782,25 +1782,25 @@ LONG_STRING_CONST(
{
"id": 150,
"cr_bugs": [563714],
- "description": "Alignment works incorrectly with unpack buffer bound",
+ "description": "Unpack params work incorrectly with unpack buffer bound",
"os": {
"type": "linux"
},
"vendor_id": "0x10de",
"gl_vendor": "NVIDIA.*",
"features": [
- "unpack_alignment_workaround_with_unpack_buffer"
+ "unpack_parameters_workaround_with_unpack_buffer"
]
},
{
"id": 151,
"cr_bugs": [563714],
- "description": "Alignment works incorrectly with unpack buffer bound",
+ "description": "Unpack params work incorrectly with unpack buffer bound",
"os": {
"type": "macosx"
},
"features": [
- "unpack_alignment_workaround_with_unpack_buffer"
+ "unpack_parameters_workaround_with_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