mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-09 08:20:12 +01:00
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@gmail.com> Fixes:c5c38e831e("mesa: implement ARB/KHR_parallel_shader_compile") Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Dave Airlie <airlied@redhat.com> (cherry picked from commit61960547df)
This commit is contained in:
parent
a7a2d403fd
commit
eb532d1ae7
1 changed files with 1 additions and 0 deletions
|
|
@ -1453,6 +1453,7 @@ offsets = {
|
|||
"TexParameterxv": 1417,
|
||||
"BlendBarrier": 1418,
|
||||
"PrimitiveBoundingBox": 1419,
|
||||
"MaxShaderCompilerThreadsKHR": 1420,
|
||||
}
|
||||
|
||||
functions = [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue