Commit a5f4f78b authored by Rob Clark's avatar Rob Clark Committed by Commit Bot

Enable GPU Rasterization with freedreno

Technically the decision is about the driver, not the hw vendor, which
makes the description string a bit funny.  But in the end this decision
is as much about the driver as the hw.

Test: Run ChromeOS on bubs/cheza, and check chrome://gpu
Change-Id: Iaf87cedb9809eb15c535e7b4140f6cedf173fddb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1913061Reviewed-by: default avatarZhenyao Mo <zmo@chromium.org>
Reviewed-by: default avatarDaniele Castagna <dcastagna@chromium.org>
Commit-Queue: Daniele Castagna <dcastagna@chromium.org>
Cr-Commit-Position: refs/heads/master@{#716008}
parent b95ef454
...@@ -1342,7 +1342,7 @@ ...@@ -1342,7 +1342,7 @@
}, },
{ {
"id": 137, "id": 137,
"description": "GPU rasterization on CrOS is blacklisted on anything but Intel, Mali T8/G, Imagination, or AMD GPUs for now.", "description": "GPU rasterization on CrOS is blacklisted on anything but Intel, Mali T8/G, Imagination, Freedreno, or AMD GPU/drivers for now.",
"cr_bugs": [684094, 996858, 1020500], "cr_bugs": [684094, 996858, 1020500],
"os": { "os": {
"type": "chromeos" "type": "chromeos"
...@@ -1352,6 +1352,7 @@ ...@@ -1352,6 +1352,7 @@
], ],
"exceptions": [ "exceptions": [
{ "vendor_id": "0x8086" }, { "vendor_id": "0x8086" },
{ "gl_vendor": "freedreno" },
{ "gl_renderer": "Mali-T8.*", { "gl_renderer": "Mali-T8.*",
"subpixel_font_rendering": "unsupported"}, "subpixel_font_rendering": "unsupported"},
{ "gl_renderer": "Mali-G.*", { "gl_renderer": "Mali-G.*",
......
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