Oops on new ext in master, Reviewed-by: Dave Airlie <[email protected]> for the v2 series.
On Sat, 8 Jun 2019 at 01:47, Emil Velikov <[email protected]> wrote: > > From: Emil Velikov <[email protected]> > > 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]> > --- > No changes since v1. > --- > 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 = [ > -- > 2.20.1 > > _______________________________________________ > mesa-dev mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/mesa-dev _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
