diff options
author | Emil Velikov <[email protected]> | 2019-06-05 17:14:20 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2019-06-10 14:04:18 +0100 |
commit | 61960547df89809194583b7faf553a64b557ae96 (patch) | |
tree | dd93f51d3ac30db62dc001328de6c6ef8b4a4372 /src/mapi | |
parent | a7ecf78b900c28aafdc1cd1e1a4117feb30a66c9 (diff) |
mapi: add static_date offset to MaxShaderCompilerThreadsKHR
As elaborated in the next patch, there is some hidden ABI that
effectively require most entrypoints to be listed in the file.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=110302
Cc: Marek Olšák <[email protected]>
Fixes: c5c38e831ee ("mesa: implement ARB/KHR_parallel_shader_compile")
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.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mapi/glapi/gen/static_data.py b/src/mapi/glapi/gen/static_data.py index bc49324348f..dc1926327da 100644 --- a/src/mapi/glapi/gen/static_data.py +++ b/src/mapi/glapi/gen/static_data.py @@ -1453,6 +1453,7 @@ offsets = { "TexParameterxv": 1417, "BlendBarrier": 1418, "PrimitiveBoundingBox": 1419, + "MaxShaderCompilerThreadsKHR": 1420, } functions = [ |