mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 13:37:22 +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
|
* 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)
|
if (strstr(vendor, "NVIDIA") != NULL)
|
||||||
// DEBUG_WARN("NVIDIA driver detected, ignoring broken DMA support");
|
DEBUG_WARN("NVIDIA driver detected, ignoring broken DMA support");
|
||||||
// else
|
else
|
||||||
this->dmaSupport = true;
|
this->dmaSupport = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user