glapi: should not add alias function to static_data.py

Alias function should not be assigned an offset, otherwise new added
function will get error:

  Exception: entries are not ordered by slots

Fixes: 757bc6d37a ("mesa: Add support for EXT_clear_texture")

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Signed-off-by: Qiang Yu <yuq825@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14223>
This commit is contained in:
Qiang Yu 2021-12-04 10:46:53 +08:00
parent 94351c94db
commit bcaf9704ad
1 changed files with 0 additions and 2 deletions

View File

@ -1689,8 +1689,6 @@ offsets = {
"VertexAttribs2hvNV": 1653,
"VertexAttribs3hvNV": 1654,
"VertexAttribs4hvNV": 1655,
"ClearTexImageEXT": 1656,
"ClearTexSubImageEXT": 1657,
}
functions = [