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

Unified Diff: gpu/config/gpu_driver_bug_list.json

Issue 2936973003: Revert "Workaround for Qualcomm renderbuffer resize bug" (Closed)
Patch Set: Created 3 years, 6 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 | « gpu/command_buffer/service/renderbuffer_manager.cc ('k') | gpu/config/gpu_driver_bug_workaround_type.h » ('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 e13c91ee93f742f6f63b54c3f9c642aa4b6df091..82d53f12c291429402bbd2bb242f5f781994efbc 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.13",
+ "version": "10.14",
"entries": [
{
"id": 1,
@@ -1053,7 +1053,10 @@
{
"id": 116,
"description": "Adreno 420 support for EXT_multisampled_render_to_texture is buggy on Android < 5.1",
- "cr_bugs": [490379],
+ "comment": [
+ "Disabling EXT_multisampled_render_to_texture triggers the explicit multisample resolve path, which is broken on Adreno 4xx/5xx."
+ ],
+ "cr_bugs": [490379, 696126],
"os": {
"type": "android",
"version": {
@@ -1064,6 +1067,9 @@
"gl_renderer": "Adreno \\(TM\\) 4.*",
"disabled_extensions": [
"GL_EXT_multisampled_render_to_texture"
+ ],
+ "features": [
+ "disable_chromium_framebuffer_multisample"
]
},
{
@@ -1738,7 +1744,10 @@
{
"id": 174,
"description": "Adreno 4xx support for EXT_multisampled_render_to_texture is buggy on Android 7.0",
- "cr_bugs": [612474],
+ "comment": [
+ "Disabling EXT_multisampled_render_to_texture triggers the explicit multisample resolve path, which is broken on Adreno 4xx/5xx."
+ ],
+ "cr_bugs": [612474, 696126],
"os": {
"type": "android",
"version": {
@@ -1751,12 +1760,18 @@
"gl_renderer": "Adreno \\(TM\\) 4.*",
"disabled_extensions": [
"GL_EXT_multisampled_render_to_texture"
+ ],
+ "features": [
+ "disable_chromium_framebuffer_multisample"
]
},
{
"id": 175,
"description": "Adreno 5xx support for EXT_multisampled_render_to_texture is buggy on Android < 7.0",
- "cr_bugs": [612474],
+ "comment": [
+ "Disabling EXT_multisampled_render_to_texture triggers the explicit multisample resolve path, which is broken on Adreno 4xx/5xx."
+ ],
+ "cr_bugs": [612474, 696126],
"os": {
"type": "android",
"version": {
@@ -1767,6 +1782,9 @@
"gl_renderer": "Adreno \\(TM\\) 5.*",
"disabled_extensions": [
"GL_EXT_multisampled_render_to_texture"
+ ],
+ "features": [
+ "disable_chromium_framebuffer_multisample"
]
},
{
@@ -2154,7 +2172,10 @@
{
"id": 205,
"description": "Adreno 5xx support for EXT_multisampled_render_to_texture is buggy on Android 7.1",
- "cr_bugs": [663811],
+ "comment": [
+ "Disabling EXT_multisampled_render_to_texture triggers the explicit multisample resolve path, which is broken on Adreno 4xx/5xx."
+ ],
+ "cr_bugs": [663811, 696126],
"os": {
"type": "android",
"version": {
@@ -2165,6 +2186,9 @@
"gl_renderer": "Adreno \\(TM\\) 5.*",
"disabled_extensions": [
"GL_EXT_multisampled_render_to_texture"
+ ],
+ "features": [
+ "disable_chromium_framebuffer_multisample"
]
},
{
@@ -2485,18 +2509,6 @@
"disable_d3d11"
]
},
- {
- "id": 231,
- "description": "Multisampled color renderbuffers can't be resized on Qualcomm 4xx/5xx",
- "cr_bugs": [696126],
- "os": {
- "type": "android"
- },
- "gl_renderer": "Adreno \\(TM\\) [45].*",
- "features": [
- "multisample_renderbuffer_resize_emulation"
- ]
- },
{
"id": 232,
"description": "Delayed copy NV12 crashes on Intel on Windows <= 8.1.",
« no previous file with comments | « gpu/command_buffer/service/renderbuffer_manager.cc ('k') | gpu/config/gpu_driver_bug_workaround_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698