gl_marshal.py: move the unmarshal table into a separately generated file
authorMarek Olšák <marek.olsak@amd.com>
Thu, 11 Aug 2022 12:43:54 +0000 (08:43 -0400)
committerMarge Bot <emma+marge@anholt.net>
Wed, 19 Oct 2022 04:23:05 +0000 (04:23 +0000)
commit5e66e269981202120c104a1cd33c3532ab9fa0e8
tree562600c06e74538f5c71ca8a2552d016aac4623a
parent5c65a3a98f46b7b67506f34c7a37bcd4dd5da9fb
gl_marshal.py: move the unmarshal table into a separately generated file

It's unrelated to the rest of the script and it's in the way of bigger
changes.

Acked-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18199>
src/mapi/glapi/gen/gl_marshal.py
src/mapi/glapi/gen/gl_unmarshal_table.py [new file with mode: 0644]
src/mapi/glapi/gen/meson.build
src/mesa/meson.build