Skip to content

Commit

Permalink
Blacklist problematic AMD drivers for GPU raster
Browse files Browse the repository at this point in the history
Adding the problematic driver versions to the GPU raster blacklist.

R=jbauman
BUG=653538
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel

Review-Url: https://codereview.chromium.org/2415663002
Cr-Commit-Position: refs/heads/master@{#424862}
  • Loading branch information
ericrk authored and Commit bot committed Oct 12, 2016
1 parent aa6dec0 commit ef28a21
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion gpu/config/software_rendering_list_json.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
{
"name": "software rendering list",
// Please update the version number whenever you change this file.
"version": "11.15",
"version": "11.16",
"entries": [
{
"id": 1,
Expand Down Expand Up @@ -1347,6 +1347,22 @@ LONG_STRING_CONST(
"features": [
"accelerated_vpx_decode"
]
},
{
"id": 124,
"description": "New AMD drivers have rendering glitches with GPU Rasterization",
"cr_bugs": [653538],
"os" : {
"type": "win"
},
"vendor_id": "0x1002",
"driver_version": {
"op": ">",
"value": "16.200.1035.1001"
},
"features": [
"gpu_rasterization"
]
}
]
}
Expand Down

0 comments on commit ef28a21

Please sign in to comment.