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

Unified Diff: gpu/config/gpu_driver_bug_list.json

Issue 2912493002: [M59 fork] gpu: Disable multisample on adreno 4xx android 8 (Closed)
Patch Set: Created 3 years, 7 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 | « no previous file | gpu/config/software_rendering_list.json » ('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
diff --git a/gpu/config/gpu_driver_bug_list.json b/gpu/config/gpu_driver_bug_list.json
index 3707d7a05528e9995b799ef83251ec4718d09aaf..a94714a96b59642c852444297a50791e8a6ab120 100644
--- a/gpu/config/gpu_driver_bug_list.json
+++ b/gpu/config/gpu_driver_bug_list.json
@@ -1,6 +1,6 @@
{
"name": "gpu driver bug list",
- "version": "10.9",
+ "version": "10.91",
"entries": [
{
"id": 1,
@@ -2451,6 +2451,30 @@
"features": [
"disable_larger_than_screen_overlays"
]
+ },
+ {
+ "id": 230,
+ "description": "Adreno 4xx support for EXT_multisampled_render_to_texture is broken on Android 8.0",
+ "comment": [
+ "Disabling EXT_multisampled_render_to_texture triggers the explicit multisample resolve path, which is broken on the same configurations. (See also software rendering list entry #148.)"
+ ],
+ "cr_bugs": [722962],
+ "os": {
+ "type": "android",
+ "version": {
+ "op": "between",
+ "value": "8.0.0",
+ "value2": "8.0.99",
+ "comment": "Only initial version of O."
+ }
+ },
+ "gl_renderer": "Adreno \\(TM\\) 4.*",
+ "disabled_extensions": [
+ "GL_EXT_multisampled_render_to_texture"
+ ],
+ "features": [
+ "disable_chromium_framebuffer_multisample"
+ ]
}
],
"comment": [
« no previous file with comments | « no previous file | gpu/config/software_rendering_list.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698