mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] egl: remove accidental commit
This commit is contained in:
parent
202739c5be
commit
086f73721d
@ -651,9 +651,9 @@ bool egl_render_startup(void * opaque, SDL_Window * window)
|
||||
*
|
||||
* ref: https://forums.developer.nvidia.com/t/egl-ext-image-dma-buf-import-broken-egl-bad-alloc-with-tons-of-free-ram/165552
|
||||
*/
|
||||
// if (strstr(vendor, "NVIDIA") != NULL)
|
||||
// DEBUG_WARN("NVIDIA driver detected, ignoring broken DMA support");
|
||||
// else
|
||||
if (strstr(vendor, "NVIDIA") != NULL)
|
||||
DEBUG_WARN("NVIDIA driver detected, ignoring broken DMA support");
|
||||
else
|
||||
this->dmaSupport = true;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user