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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 470233003: Restrict ETC1 power-of-two rounding to old IMG drivers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 4 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
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 1317f9ff2104393f2f459f21910891f66acb6a5e..7f4924693cfc419707d18b07c71cde00b09f6c7c 100644
--- a/gpu/config/gpu_driver_bug_list_json.cc
+++ b/gpu/config/gpu_driver_bug_list_json.cc
@@ -1026,6 +1026,25 @@ LONG_STRING_CONST(
"features": [
"regenerate_struct_names"
]
+ },
+ {
+ "id": 91,
+ "cr_bugs": [150500],
+ "description": "ETC1 non-power-of-two sized textures crash older IMG drivers",
+ "os": {
+ "type": "android"
+ },
+ "gl_vendor": {
no sievers 2014/08/21 23:02:50 new syntax :) "gl_vendor": "Imagination.*", "gl_r
aelias_OOO_until_Jul13 2014/08/23 01:28:50 Done.
+ "op": "beginwith",
+ "value": "Imagination"
+ },
+ "gl_renderer": {
+ "op": "=",
+ "value": "PowerVR SGX 540"
+ },
+ "features": [
+ "etc1_power_of_two_only"
+ ]
}
]
}

Powered by Google App Engine
This is Rietveld 408576698