LookingGlass/client
Geoffrey McRae b4b4a37b2b [client] egl: switch to using GL_TEXTURE_EXTERNAL_OES for DMABUF
According to Erik @ NVidia the open source NVidia driver will not
create a EGLImage from a DMABUF if the target is not
GL_TEXTURE_EXTERNAL_OES. This change set converts the dmabuf texture
from GL_TEXTURE_2D to GL_TEXTURE_EXTERNAL_OES and at runtime performs a
global search & replace on fragment shaders as needed to remain
compatible, replacing `sampler2D` with `samplerExternalOES`.

Ref: https://github.com/NVIDIA/open-gpu-kernel-modules/discussions/243#discussioncomment-3283415
2023-03-09 09:20:01 +11:00
..
audiodevs [client] audio/pipewire: fix compilation under clang 2023-01-24 13:46:22 +11:00
displayservers [client] x11: generate synthetic EnterNotify event on cursor leave 2023-03-05 16:42:47 +11:00
include [client] displayservers: add name field 2022-07-13 07:05:07 +10:00
renderers [client] egl: switch to using GL_TEXTURE_EXTERNAL_OES for DMABUF 2023-03-09 09:20:01 +11:00
src [client] audio: add missing earlyInit call for audio devs 2023-01-24 13:35:18 +11:00
CMakeLists.txt [client] cmake: pass -Wstrict-prototypes for C files only 2022-05-29 11:16:16 +10:00
DEBUGGING.md [doc] Fix formatting 2018-05-23 08:46:03 +10:00