Mesa (master): mapi: add static_date offset to MaxShaderCompilerThreadsKHR

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Jun 10 13:08:29 UTC 2019


Module: Mesa
Branch: master
Commit: 61960547df89809194583b7faf553a64b557ae96
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=61960547df89809194583b7faf553a64b557ae96

Author: Emil Velikov <emil.velikov at collabora.com>
Date:   Wed Jun  5 17:14:20 2019 +0100

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 <maraeo at gmail.com>
Fixes: c5c38e831ee ("mesa: implement ARB/KHR_parallel_shader_compile")
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
Reviewed-by: Dave Airlie <airlied at redhat.com>

---

 src/mapi/glapi/gen/static_data.py | 1 +
 1 file changed, 1 insertion(+)

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 = [




More information about the mesa-commit mailing list