gl_table.py: always regenerate the complete struct _glapi_table
authorEmil Velikov <emil.velikov@collabora.com>
Thu, 13 Apr 2017 16:50:10 +0000 (17:50 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 4 May 2017 17:12:07 +0000 (18:12 +0100)
commitedb7165b25aa4f9be445988f524f54dc630dbcbe
treeb10c8c65c61d35c63a32f85e90aadb98adc2fc75
parent6d6913ba5a679766331405017f40a958f7b933c8
gl_table.py: always regenerate the complete struct _glapi_table

Currently we would generate a partial one as we do non-shared glapi.
At the same time since it's local, we don't care that much if we have a
few extra bytes of space in the table.

Drop the guard, which allows us to simplify both build system and code.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
src/mapi/glapi/gen/gl_table.py