Commit baa4ce23 authored by halliwell's avatar halliwell Committed by Commit bot

Disable discard_framebuffer on ARM Mali-400 on Linux

This appears necessary to get WebGL working.

BUG=485814

Review URL: https://codereview.chromium.org/1131033003

Cr-Commit-Position: refs/heads/master@{#328989}
parent 72abb586
...@@ -19,7 +19,7 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST( ...@@ -19,7 +19,7 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
{ {
"name": "gpu driver bug list", "name": "gpu driver bug list",
// Please update the version number whenever you change this file. // Please update the version number whenever you change this file.
"version": "8.00", "version": "8.01",
"entries": [ "entries": [
{ {
"id": 1, "id": 1,
...@@ -1296,6 +1296,19 @@ LONG_STRING_CONST( ...@@ -1296,6 +1296,19 @@ LONG_STRING_CONST(
"features": [ "features": [
"disable_egl_khr_wait_sync" "disable_egl_khr_wait_sync"
] ]
},
{
"id": 111,
"description": "Discard Framebuffer breaks WebGL on Mali-400 Linux",
"cr_bugs": [485814],
"os": {
"type": "linux"
},
"gl_vendor": "ARM.*",
"gl_renderer": ".*Mali-400.*",
"features": [
"disable_discard_framebuffer"
]
} }
] ]
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment