summaryrefslogtreecommitdiffstats
path: root/src/mapi
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2019-06-07 16:19:59 +0100
committerEmil Velikov <[email protected]>2019-06-10 14:04:25 +0100
commit497de977bdfe79469638e351d1363275c5954ea6 (patch)
tree3e40bd9c1b3719d2be2166c5f8301d723a153d7c /src/mapi
parent61960547df89809194583b7faf553a64b557ae96 (diff)
mapi: add static_date offset to EXT_dsa
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 <[email protected]> Fixes: d2906293c43 ("mesa: EXT_dsa add selectorless matrix stackfunctions") Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r--src/mapi/glapi/gen/static_data.py19
1 files changed, 19 insertions, 0 deletions
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 = [