summaryrefslogtreecommitdiff
path: root/bin/gen_vs_module_defs.py
Commit message (Collapse)AuthorAgeFilesLines
* bin: Fix typosHarri Nieminen2023-03-301-2/+2
| | | | Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22189>
* meson: fixes mingw-clang32 buildingYonggang Luo2022-11-111-13/+14
| | | | | | | | Cc: mesa-stable Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19610>
* win32: Fixes 32 bits visual studio module definition files by add script ↵Yonggang Luo2022-04-191-0/+98
gen_vs_module_defs.py Getting opengl32*.def consistence with Windows SDK. Getting osmesa.mingw.def's gl* functions consistence with Windows SDK. stw_* functions are cdecl, not stdcall, so there is no need mangling the symbol. Fixes egl.def for x86 d3d10sw: Move the place of d3d10_sw.def to d3d10_sw.def.in Fixes vulkan_lvp.def for x86 Fixes #5552 Remove stdcall-fixup Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14041>