Commit 580a0a2
committed
Add support for multiple GPUs on Windows
If the primary GPU is not an Intel GPU, libvpl cannot detect the
Intel GPU in the Windows environment, even though it is present.
The situation is, for example, using an NVIDIA graphics card with
an Intel CPU that has an embedded GPU. This patch allows the Intel
GPU to be detected in such situations.
Signed-off-by: Takashi Yano <takashi.yano@nifty.ne.jp>1 parent 778a66d commit 580a0a2
2 files changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
619 | 619 | | |
620 | 620 | | |
621 | 621 | | |
| 622 | + | |
622 | 623 | | |
623 | 624 | | |
624 | | - | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
625 | 629 | | |
626 | 630 | | |
627 | 631 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
102 | 105 | | |
103 | 106 | | |
104 | 107 | | |
| |||
0 commit comments