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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 885443002: Roll Chrome into Mojo. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebase to ToT mojo Created 5 years, 11 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/tests/gl_query_unittest.cc ('k') | mojo/services/network/BUILD.gn » ('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 4c817eea869aa0f88bcc5f441bcce32add6560f4..26be95284680f5600e6dfa263c066857ab233624 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": "7.13",
+ "version": "7.14",
"entries": [
{
"id": 1,
@@ -1052,7 +1052,7 @@ LONG_STRING_CONST(
"type": "android",
"version": {
"op": "<=",
- "value": "5.0.1"
+ "value": "5.0.2"
}
},
"gl_vendor": "NVIDIA.*",
@@ -1105,6 +1105,19 @@ LONG_STRING_CONST(
"features": [
"disable_multisampling"
]
+ },
+ {
+ "id": 98,
+ "description": "PowerVR SGX 540 drivers throw GL_OUT_OF_MEMORY error when a buffer object's size is set to 0",
+ "cr_bugs": [451501],
+ "os": {
+ "type": "android"
+ },
+ "gl_vendor": "Imagination.*",
+ "gl_renderer": "PowerVR SGX 540",
+ "features": [
+ "use_non_zero_size_for_client_side_stream_buffers"
+ ]
}
]
}
« no previous file with comments | « gpu/command_buffer/tests/gl_query_unittest.cc ('k') | mojo/services/network/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698