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:
@@ -1689,8 +1689,6 @@ offsets = {
|
||||
"VertexAttribs2hvNV": 1653,
|
||||
"VertexAttribs3hvNV": 1654,
|
||||
"VertexAttribs4hvNV": 1655,
|
||||
"ClearTexImageEXT": 1656,
|
||||
"ClearTexSubImageEXT": 1657,
|
||||
}
|
||||
|
||||
functions = [
|
||||
|
||||
Reference in New Issue
Block a user