glapi: remove EXT and ARB suffixes from Draw functions
authorMarek Olšák <marek.olsak@amd.com>
Sun, 21 Aug 2022 22:27:08 +0000 (18:27 -0400)
committerMarge Bot <emma+marge@anholt.net>
Wed, 19 Oct 2022 04:23:05 +0000 (04:23 +0000)
commit5679ef99b82b7ae8803b91f6dcde19e53c223c5e
treed60d5ab2b49f2f433e59df219432ffc3e5aa0746
parent58f738bf5ecbb6eeb7c84954edd0fff5af8ff192
glapi: remove EXT and ARB suffixes from Draw functions

This swaps the function names with aliased names that don't have those
suffixes.

Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Acked-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18199>
src/glx/indirect_vertex_array.c
src/glx/tests/indirect_api.cpp
src/mapi/glapi/gen/ARB_draw_instanced.xml
src/mapi/glapi/gen/GL3x.xml
src/mapi/glapi/gen/gl_API.xml
src/mapi/glapi/gen/static_data.py
src/mapi/glapi/tests/check_table.cpp
src/mesa/main/dlist.c
src/mesa/main/draw.c
src/mesa/main/glthread_draw.c
src/mesa/vbo/vbo_save_api.c