From: Emil Velikov <emil.veli...@collabora.com> As elaborated in the next patch, there is some hidden ABI that effectively require most entrypoints to be listed in the file.
Cc: Marek Olšák <marek.ol...@amd.com> Fixes: d2906293c43 ("mesa: EXT_dsa add selectorless matrix stackfunctions") Signed-off-by: Emil Velikov <emil.veli...@collabora.com> --- New patch in v2. v1 was against older master, which lacked the above commit. --- src/mapi/glapi/gen/static_data.py | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/mapi/glapi/gen/static_data.py b/src/mapi/glapi/gen/static_data.py index dc1926327da..7c27d89647d 100644 --- a/src/mapi/glapi/gen/static_data.py +++ b/src/mapi/glapi/gen/static_data.py @@ -1454,6 +1454,25 @@ offsets = { "BlendBarrier": 1418, "PrimitiveBoundingBox": 1419, "MaxShaderCompilerThreadsKHR": 1420, + "MatrixLoadfEXT": 1421, + "MatrixLoaddEXT": 1422, + "MatrixMultfEXT": 1423, + "MatrixMultdEXT": 1424, + "MatrixLoadIdentityEXT": 1425, + "MatrixRotatefEXT": 1426, + "MatrixRotatedEXT": 1427, + "MatrixScalefEXT": 1428, + "MatrixScaledEXT": 1429, + "MatrixTranslatefEXT": 1430, + "MatrixTranslatedEXT": 1431, + "MatrixOrthoEXT": 1432, + "MatrixFrustumEXT": 1433, + "MatrixPushEXT": 1434, + "MatrixPopEXT": 1435, + "MatrixLoadTransposefEXT": 1436, + "MatrixLoadTransposedEXT": 1437, + "MatrixMultTransposefEXT": 1438, + "MatrixMultTransposedEXT": 1439, } functions = [ -- 2.20.1 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev