NVidia support #1619
|
Was curious about there being no NVidia GPU acceleration capability and it got me wondering about the technical restrictions of implementing it? |
Replies: 3 comments 6 replies
|
The devs seem to have a hateful bias against NVIDIA and i doubt that will be solved anytime soon. they have a ton of excuses that no longer apply and need to move on. |
Source? Nvidia is not supported because unlike any other GPU vendor, their own drivers are not included in Mesa. Android uses mesa drivers to provide GPU acceleration, Nvidia proprietary drivers are simply not a part of Mesa so they can't be used. And there is Nvidia support if proprietary drivers are uninstalled and nouveau is used. See this commit: |
|
I don't think i need to remind linux veterans how the fglrx driver felt on ATI cards, amirite? |
Source? Nvidia is not supported because unlike any other GPU vendor, their own drivers are not included in Mesa. Android uses mesa drivers to provide GPU acceleration, Nvidia proprietary drivers are simply not a part of Mesa so they can't be used. And there is Nvidia support if proprietary drivers are uninstalled and nouveau is used. See this commit:
404980b