Commit 6b713ba7 authored by Zhenyao Mo's avatar Zhenyao Mo Committed by Commit Bot

Clamp texture BASE/MAX_LEVEL for GenerateMipmap on Linux AMD

The conformance test fails on Linux/AMD. Let's see if the workaround may fix it.

BUG=913301
TEST=Linux AMD bot on GPU/FYI
R=kbr@chromium.org

Change-Id: I15c73bfc36f621b3bc02d678be70727bb3995d42
Reviewed-on: https://chromium-review.googlesource.com/c/1385106
Commit-Queue: Zhenyao Mo <zmo@chromium.org>
Reviewed-by: default avatarJames Darpinian <jdarpinian@chromium.org>
Cr-Commit-Position: refs/heads/master@{#618010}
parent b035b65c
...@@ -3046,7 +3046,7 @@ ...@@ -3046,7 +3046,7 @@
{ {
"id": 284, "id": 284,
"cr_bugs": [913301], "cr_bugs": [913301],
"description": "Clamp texture's BASE_LEVEL/MAX_LEVEL for GenerateMipmap", "description": "Clamp texture's BASE_LEVEL/MAX_LEVEL for GenerateMipmap on Mac",
"os": { "os": {
"type": "macosx" "type": "macosx"
}, },
...@@ -3083,6 +3083,18 @@ ...@@ -3083,6 +3083,18 @@
"features": [ "features": [
"disable_direct_composition" "disable_direct_composition"
] ]
},
{
"id": 287,
"cr_bugs": [913301],
"description": "Clamp texture's BASE_LEVEL/MAX_LEVEL for GenerateMipmap on Linux/AMD",
"os": {
"type": "linux"
},
"vendor_id": "0x1002",
"features": [
"clamp_texture_base_level_and_max_level"
]
} }
] ]
} }
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