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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 2707623002: Disable some old Qualcomm workarounds on new Android (Closed)
Patch Set: rebase 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..3006d29898f230e1f131d02cfa03e41362fd851d 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,
@@ -84,8 +84,13 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
{
"id": 19,
"description": "Disable depth textures on Android with Qualcomm GPUs",
+ "cr_bugs": [682075],
"os": {
- "type": "android"
+ "type": "android",
+ "version": {
+ "op": "<",
+ "value": "6.0"
+ }
},
"gl_vendor": "Qualcomm.*",
"features": [
@@ -419,10 +424,14 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
},
{
"id": 52,
- "cr_bugs": [449116, 471200, 612474],
+ "cr_bugs": [449116, 471200, 612474, 682075],
"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