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:
@@ -281,7 +281,7 @@
|
||||
<glx vendorpriv="1428"/>
|
||||
</function>
|
||||
|
||||
<function name="BlitFramebuffer" es2="3.0" no_error="true">
|
||||
<function name="BlitFramebuffer" es2="3.0" no_error="true" exec="dlist">
|
||||
<param name="srcX0" type="GLint"/>
|
||||
<param name="srcY0" type="GLint"/>
|
||||
<param name="srcX1" type="GLint"/>
|
||||
|
||||
Reference in New Issue
Block a user