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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 2707623002: Disable some old Qualcomm workarounds on new Android (Closed)
Patch Set: add another cr_bugs entry Created 3 years, 10 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 | « content/test/gpu/gpu_tests/pixel_expectations.py ('k') | gpu/config/software_rendering_list_json.cc » ('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 611a898e5c1998ca67e89205944bc6f5c32a4dcc..b081ecc13a7a0ec7727e5ea64a20ee4430b85d6c 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.30",
+ "version": "9.31",
"entries": [
{
"id": 1,
@@ -85,7 +85,11 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
"id": 19,
"description": "Disable depth textures on Android with Qualcomm GPUs",
Ken Russell (switch to Gerrit) 2017/02/23 00:37:42 Please refer to the new bug ID here. It's better t
Kai Ninomiya 2017/02/23 00:51:36 Done.
"os": {
- "type": "android"
+ "type": "android",
+ "version": {
+ "op": "<",
+ "value": "6.0"
+ }
},
"gl_vendor": "Qualcomm.*",
"features": [
@@ -285,18 +289,6 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
]
},
{
- "id": 38,
Ken Russell (switch to Gerrit) 2017/02/23 00:37:42 I don't think we can remove this entry wholesale.
Kai Ninomiya 2017/02/23 00:51:36 argh, I keep accidentally doing this. This entire
- "cr_bugs": [289461],
- "description": "Non-virtual contexts on Qualcomm sometimes cause out-of-order frames",
- "os": {
- "type": "android"
- },
- "gl_vendor": "Qualcomm.*",
- "features": [
- "use_virtualized_gl_contexts"
- ]
- },
- {
"id": 39,
"cr_bugs": [290391],
"description": "Multisampled renderbuffer allocation must be validated on some Macs",
@@ -422,7 +414,11 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
"cr_bugs": [449116, 471200, 612474],
Ken Russell (switch to Gerrit) 2017/02/23 00:37:42 Please refer to the new bug ID here.
Kai Ninomiya 2017/02/23 00:51:36 Done.
"description": "ES3 MSAA is broken on Qualcomm",
"os": {
- "type": "android"
+ "type": "android",
+ "version": {
+ "op": "<",
+ "value": "6.0"
+ }
},
"gl_vendor": "Qualcomm.*",
"features": [
« no previous file with comments | « content/test/gpu/gpu_tests/pixel_expectations.py ('k') | gpu/config/software_rendering_list_json.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698