mesa/src/mapi/shared-glapi
Jose Fonseca e3741a5731
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run
glapi: Make _GLAPI_EXPORT a no-op on Windows.
DLL import/export annotations unneeded, now that glapi is statically
linked into libgallium_wgl.

However _mesa_glapi_get_proc_address and _mesa_glapi_get_dispatch need
to be explicitly exported for libEGL and libGLESv2.

Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/12573
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33822>
2025-03-25 17:11:07 +00:00
..
glapi.c glapi: just use _gloffset_COUNT_ everywhere, which is always the function count 2025-03-03 21:06:06 +00:00
meson.build glapi: Make _GLAPI_EXPORT a no-op on Windows. 2025-03-25 17:11:07 +00:00
stub.c glapi: remove dead code 2025-03-03 21:06:05 +00:00
stub.h mapi: Delete dynamic stub generation. 2023-06-12 21:37:37 +00:00
table.c glapi: move files specific to shared-glapi into the shared-glapi subdirectory 2023-03-12 17:56:03 -04:00
table.h glapi: just use _gloffset_COUNT_ everywhere, which is always the function count 2025-03-03 21:06:06 +00:00