mesa/src
Marek Olšák 1f33948733 glapi: autogenerate all _mesa_* forward declarations in api_exec_decl.h
We could remove them from other header files now.

This purposefully omits "_exec" in _mesa_exec such as _mesa_exec_Begin
to make it pretty. Later commits will remove _exec from names, e.g. it
will become _mesa_Begin. The only other variants are really just
save_Begin (dlist) and _save_Begin (vbo).

The autogenerated file looks like this:

void GLAPIENTRY _mesa_NewList(GLuint list, GLenum mode);
void GLAPIENTRY _mesa_EndList(void);
void GLAPIENTRY _mesa_CallList(GLuint list);
void GLAPIENTRY _mesa_CallLists(GLsizei n, GLenum type, const GLvoid * lists);
void GLAPIENTRY _mesa_DeleteLists(GLuint list, GLsizei range);
GLuint GLAPIENTRY _mesa_GenLists(GLsizei range);
void GLAPIENTRY _mesa_ListBase(GLuint base);
void GLAPIENTRY _mesa_Begin(GLenum mode);
void GLAPIENTRY _mesa_Bitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte * bitmap);
void GLAPIENTRY _mesa_Color3b(GLbyte red, GLbyte green, GLbyte blue);
void GLAPIENTRY _mesa_Color3bv(const GLbyte * v);
...

Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14000>
2021-12-14 12:00:25 -05:00
..
amd radv: have the null winsys set more fields 2021-12-14 12:11:50 +00:00
android_stub android_stub: update platform headers to include atrace 2021-10-09 00:42:32 +00:00
asahi treewide: drop mtypes/macros includes from main 2021-12-08 22:14:45 +00:00
broadcom v3dv: Hotfix: Rename remaining V3DV_HAS_SURFACE->V3DV_USE_WSI_PLATFORM 2021-12-14 10:33:28 +00:00
compiler nir: use call_once() to init debug variable 2021-12-14 08:01:17 +00:00
drm-shim drm-shim: Support kernels with >4k pages 2021-08-13 23:33:52 +00:00
egl egl: add config debug printout 2021-12-11 00:25:04 +00:00
etnaviv ci: move windowoverlap exclusion to all-skips 2021-11-29 18:08:49 -05:00
freedreno turnip: Fix operator precedence in address calculation macros for queries 2021-12-10 17:45:02 +00:00
gallium virgl: Enable higher compatibility profiles if host supports it 2021-12-14 12:32:26 +00:00
gbm gbm: Don't pass default usage flags on ABIs < 1 2021-12-08 09:49:47 +00:00
getopt scons: Remove. 2021-03-20 10:38:55 +00:00
glx glx: fix regression for drawable type detection 2021-12-09 00:52:17 +00:00
gtest gtest: Fix output of array ASSERT/EXPECT macros 2021-11-11 09:53:09 -08:00
hgl
imgui
intel intel/compiler: Assert that unsupported tg4 offsets were lowered for XeHP 2021-12-13 16:59:44 -08:00
loader loader: Restore i915g support. 2021-12-09 09:05:23 -08:00
mapi glapi: autogenerate all _mesa_* forward declarations in api_exec_decl.h 2021-12-14 12:00:25 -05:00
mesa glapi: autogenerate all _mesa_* forward declarations in api_exec_decl.h 2021-12-14 12:00:25 -05:00
microsoft ci/windows: Remove line numbers from assertions in spirv2dxil tests 2021-12-11 03:43:11 +00:00
nouveau
panfrost pan/mdg: Fix definition of UBO unpack 2021-12-14 03:42:28 +00:00
tool intel/pps: tweak intel config some more 2021-11-22 11:52:46 +00:00
util radv: Expose the ETC2 emulation. 2021-12-14 11:30:48 +00:00
virtio venus: fix vn_buffer_get_max_buffer_size 2021-12-14 05:49:08 +00:00
vulkan lvp: Free the driver_data pointer for all commands 2021-12-14 09:46:39 +01:00
meson.build meson: make mesa/tests/glx depend on gallium 2021-12-07 13:03:53 +00:00