Commit 60865a5c authored by Kai Ninomiya's avatar Kai Ninomiya Committed by Commit Bot

Expand use_virtualized_gl_contexts to even older Mali

We already had this workaround on Mali-T*, but it's needed on Mali-400
as well (and most likely Mali-300, if that even supports WebGL).

Bug: 1018528
Change-Id: Iebcaa45a0cc7402399f7a1cb5e24b443b02078cc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1888954
Auto-Submit: Kai Ninomiya <kainino@chromium.org>
Commit-Queue: Kai Ninomiya <kainino@chromium.org>
Commit-Queue: Kenneth Russell <kbr@chromium.org>
Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#710624}
parent aa424f12
......@@ -170,10 +170,10 @@
},
{
"id": 31,
"cr_bugs": [154715, 10068, 269829, 294779, 285292],
"description": "The Mali-Txxx driver does not guarantee flush ordering",
"cr_bugs": [154715, 10068, 269829, 294779, 285292, 1018528],
"description": "The Mali-3xx/4xx/Txxx driver does not guarantee flush ordering",
"gl_vendor": "ARM.*",
"gl_renderer": "Mali-T.*",
"gl_renderer": "Mali-[T34].*",
"features": [
"use_virtualized_gl_contexts"
]
......
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