Skip to content

Commit

Permalink
Enable D3D11 for AMD switchable on Win10
Browse files Browse the repository at this point in the history
Regardless of driver being older

BUG=721121
TEST=manual on a AMD switchable win10 device with older driver
R=kbr@chromium.org

Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel
Change-Id: I25456570984ccbe2bcdf0d452acb71e37a8571ca
Reviewed-on: https://chromium-review.googlesource.com/1089835
Reviewed-by: Kenneth Russell <kbr@chromium.org>
Commit-Queue: Zhenyao Mo <zmo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#565118}
  • Loading branch information
zhenyao authored and Commit Bot committed Jun 7, 2018
1 parent 44054a1 commit dedd64d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions gpu/config/gpu_driver_bug_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -816,9 +816,13 @@
{
"id": 100,
"description": "Disable Direct3D11 on systems with AMD switchable graphics",
"cr_bugs": [451420, 755722],
"cr_bugs": [451420, 721121, 755722],
"os": {
"type": "win"
"type": "win",
"version": {
"op": "<",
"value": "10"
}
},
"driver_date": {
"op": "<",
Expand Down
8 changes: 6 additions & 2 deletions gpu/config/software_rendering_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -1481,9 +1481,13 @@
{
"id": 146,
"description": "Disable D3D11/WebGL2 on AMD switchable graphics",
"cr_bugs": [451420, 755722],
"cr_bugs": [451420, 721121, 755722],
"os": {
"type": "win"
"type": "win",
"version": {
"op": "<",
"value": "10"
}
},
"driver_date": {
"op": "<",
Expand Down

0 comments on commit dedd64d

Please sign in to comment.