Commit af62f4da authored by Eric Karl's avatar Eric Karl Committed by Commit Bot

Expand stencil buffer workaround to apply to non-active GPU

We avoid stencil buffers on certain Intel GPUs with a known leak. From
looking at UMA, it appears that this leak may apply even when the GPU
isn't the active one (on a multi-GPU system). Expanding the workaround
to handle this case as well.

Bug: 713854
Change-Id: I880c83fcf78b617506b3f8816dedf13fe133b2c1
Reviewed-on: https://chromium-review.googlesource.com/578376Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Reviewed-by: default avatarZhenyao Mo <zmo@chromium.org>
Commit-Queue: Eric Karl <ericrk@chromium.org>
Cr-Commit-Position: refs/heads/master@{#487997}
parent f9d9f329
{ {
"name": "gpu driver bug list", "name": "gpu driver bug list",
"version": "10.18", "version": "10.19",
"entries": [ "entries": [
{ {
"id": 1, "id": 1,
...@@ -2454,6 +2454,7 @@ ...@@ -2454,6 +2454,7 @@
"vendor_id": "0x8086", "vendor_id": "0x8086",
"device_id": ["0x0412", "0x0d26", "0x0a2e", "0x0a26", "0x0d22", "0x161e", "device_id": ["0x0412", "0x0d26", "0x0a2e", "0x0a26", "0x0d22", "0x161e",
"0x1626", "0x162b", "0x1622"], "0x1626", "0x162b", "0x1622"],
"multi_gpu_category": "any",
"features": [ "features": [
"avoid_stencil_buffers" "avoid_stencil_buffers"
] ]
......
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