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

Unified Diff: gpu/config/software_rendering_list_json.cc

Issue 760053003: Generalize GPU rasterization device whitelist. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix syntax, and remove 544 Created 6 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/config/software_rendering_list_json.cc
diff --git a/gpu/config/software_rendering_list_json.cc b/gpu/config/software_rendering_list_json.cc
index b9f5e3a86d3da8266e33a84feb8bdd31017cdc1e..e97c41a700ea4a48657454080dd73d1a08182790 100644
--- a/gpu/config/software_rendering_list_json.cc
+++ b/gpu/config/software_rendering_list_json.cc
@@ -18,7 +18,7 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
{
"name": "software rendering list",
// Please update the version number whenever you change this file.
- "version": "9.13",
+ "version": "9.14",
"entries": [
{
"id": 1,
@@ -1050,23 +1050,35 @@ LONG_STRING_CONST(
},
{
"id": 96,
vangelis 2014/12/08 06:12:58 I would suggest using a different blacklist id for
aelias_OOO_until_Jul13 2014/12/08 23:13:57 Done.
aelias_OOO_until_Jul13 2014/12/09 00:25:04 Sorry, I had to revert back to the previous approa
- "description": "GPU rasterization is whitelisted on select devices on Android",
- "cr_bugs": [362779],
+ "description": "GPU rasterization whitelist",
+ "cr_bugs": [362779,424970],
"os": {
"type": "android"
},
"exceptions": [
{
- "machine_model_name": ["Nexus 4", "Nexus 5", "Nexus 7",
- "XT1049", "XT1050", "XT1052", "XT1053",
- "XT1055", "XT1056", "XT1058", "XT1060",
- "HTC One",
- "C5303", "C6603", "C6903",
- "GT-I9195",
- "GT-I9505",
- "SAMSUNG-SCH-I337", "SCH-I545", "SGH-M919",
- "SM-N900", "SM-N9005", "SPH-L720",
- "XT907", "XT1032", "XT1033", "XT1080"]
+ "os": {
+ "type": "android"
+ },
+ "gl_renderer": "Adreno (TM) 3.*"
+ },
+ {
+ "os": {
+ "type": "android"
+ },
+ "gl_renderer": "NVIDIA.*"
Zhenyao Mo 2014/12/06 15:05:28 should this be gl_vendor instead?
aelias_OOO_until_Jul13 2014/12/08 23:13:57 I tried using gl_vendor in an patch set #1 but I f
+ },
+ {
+ "os": {
+ "type": "android"
+ },
+ "gl_renderer": "VideoCore IV.*"
+ },
+ {
+ "os": {
+ "type": "android"
+ },
+ "gl_renderer": "Immersion.*"
},
{
"os": {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698