Bumblebee-Project / Bumblebee

Bumblebee daemon and client rewritten in C
http://www.bumblebee-project.org/
GNU General Public License v3.0
1.29k stars 144 forks source link

Remove check for Intel GPUs #1088

Open chriswoope opened 2 years ago

chriswoope commented 2 years ago

Bumblebee has no code specific to Intel GPUs, but the code contains a check that makes it fail to work unless such a GPU is present.

This patch removes that useless and disastrous check.

I think the check for the discrete nVidia GPU is also useless, since bumblebee should very well work for ANY GPU, but that's a bit harder to remove.