glapi: rename 'vtxfmt' to 'beginend' to make it clear
authorMarek Olšák <marek.olsak@amd.com>
Fri, 12 Aug 2022 08:58:14 +0000 (04:58 -0400)
committerMarge Bot <emma+marge@anholt.net>
Mon, 26 Sep 2022 22:58:16 +0000 (22:58 +0000)
commit3c621f8a2a2f97f65d2682fe6e79fea93b710023
treee3a72ce47fa526501384bf07d83fd674c092c2f3
parent684dae9e64de180bd7b1b296c88220915376e313
glapi: rename 'vtxfmt' to 'beginend' to make it clear

These are really just the functions that execute between Begin/End.

Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18828>
17 files changed:
src/mapi/glapi/gen/ARB_bindless_texture.xml
src/mapi/glapi/gen/ARB_vertex_attrib_64bit.xml
src/mapi/glapi/gen/ARB_vertex_type_2_10_10_10_rev.xml
src/mapi/glapi/gen/EXT_gpu_shader4.xml
src/mapi/glapi/gen/GL3x.xml
src/mapi/glapi/gen/NV_half_float.xml
src/mapi/glapi/gen/NV_primitive_restart.xml
src/mapi/glapi/gen/api_beginend_init_h.py [moved from src/mapi/glapi/gen/api_vtxfmt_init_h.py with 95% similarity]
src/mapi/glapi/gen/api_exec_init.py
src/mapi/glapi/gen/api_hw_select_init_h.py
src/mapi/glapi/gen/gl_API.xml
src/mapi/glapi/gen/meson.build
src/mesa/main/dlist.c
src/mesa/meson.build
src/mesa/vbo/vbo_exec_api.c
src/mesa/vbo/vbo_noop.c
src/mesa/vbo/vbo_save_api.c