Skip to content

Commit

Permalink
Added Intel(R) HD Graphics 4400 to blacklist for DIRECT3D rendering.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rsedaikin committed Apr 30, 2021
1 parent 3927409 commit 463c4a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions skiko/src/jvmMain/cpp/windows/directXRedrawer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const std::vector<std::wstring> adapterBlacklist{
L"Microsoft Basic Render Driver",
L"Intel(R) HD Graphics 520",
L"Intel(R) HD Graphics 530",
L"Intel(R) HD Graphics 4400",
L"NVIDIA GeForce GTX 750 Ti",
L"NVIDIA GeForce GTX 960M",
L"NVIDIA Quadro M2000M"};
Expand Down

0 comments on commit 463c4a5

Please sign in to comment.