Skip to content

glx: omit loader_loader() for macOS

Emil Velikov requested to merge xexaxo/mesa:vlee-glx-macos into master

Earlier commit added the code unconditionally, since the loader code itself is already built on macOS. Although it did not consider the #include mayhem that src/glx is.

In particular, none of the __GLXDRI{screen,context,drawable) are available for macOS... those are pulled by dri_common.[ch].

Ideally we'll untangle that, but for the time being simply #ifdef out the include/call.

Closes: #2726 (closed) Fixes: b699d070 ("glx: set the loader_logger early and for everyone") Signed-off-by: Emil Velikov emil.velikov@collabora.com

/cc @vlee

Merge request reports

Loading