diff options
author | Emil Velikov <[email protected]> | 2019-06-05 17:14:20 +0100 |
---|---|---|
committer | Juan A. Suarez Romero <[email protected]> | 2019-06-11 07:59:38 +0000 |
commit | eb532d1ae7efaf5aff84166d36ed6b2a32cbf263 (patch) | |
tree | 63f5203f03e3dcd45656c97f7e66f7a6e7b86cf2 /src | |
parent | a7a2d403fd8983372e61f364ab23ad482e747235 (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]>
(cherry picked from commit 61960547df89809194583b7faf553a64b557ae96)
Diffstat (limited to 'src')
-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 = [ |