mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02: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>
This commit is contained in:
parent
a7ecf78b90
commit
61960547df
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