Skip to content

Revert "mapi: drop unneeded gl_dispatch_stub declarations"

Emma Anholt requested to merge anholt/mesa:mapi-build-fix into master

This reverts commit 6148cce3. It broke my release builds with a pile of:

.../build/src/mapi/shared-glapi/glapi_mapi_tmp.h:26014:15: error: no previous prototype for ‘shared_dispatch_stub_1414’ [-Werror=missing-prototypes] void APIENTRY shared_dispatch_stub_1414(GLenum target, GLenum pname, GLfixed *params)

Merge request reports