glapi: autogenerate _mesa_initialize_save_table with python
The generated file looks like this: SET_NewList(table, save_NewList); SET_ListBase(table, save_ListBase); SET_Bitmap(table, save_Bitmap); SET_RasterPos2d(table, save_RasterPos2d); SET_RasterPos2dv(table, save_RasterPos2dv); SET_RasterPos2f(table, save_RasterPos2f); SET_RasterPos2fv(table, save_RasterPos2fv); SET_RasterPos2i(table, save_RasterPos2i); SET_RasterPos2iv(table, save_RasterPos2iv); SET_RasterPos2s(table, save_RasterPos2s); ... Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14000>
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
<return type="GLenum"/>
|
||||
</function>
|
||||
|
||||
<function name="WaitSync" es2="3.0" no_error="true">
|
||||
<function name="WaitSync" es2="3.0" no_error="true" exec="dlist">
|
||||
<param name="sync" type="GLsync"/>
|
||||
<param name="flags" type="GLbitfield"/>
|
||||
<param name="timeout" type="GLuint64"/>
|
||||
|
||||
Reference in New Issue
Block a user