mesa: move gl_vertex_format_user definition into glthread.h
authorMarek Olšák <marek.olsak@amd.com>
Wed, 21 Dec 2022 06:36:51 +0000 (01:36 -0500)
committerMarek Olšák <marek.olsak@amd.com>
Sat, 21 Jan 2023 02:34:09 +0000 (21:34 -0500)
commit02f1968696fcf0eafd423c8c8c15cbfe61cd2cc1
treee7059478a0d5370b588dbcc5c02622b0db864125
parentc00db0dbc867f48e02b86bc6cb8d49c59e534aa8
mesa: move gl_vertex_format_user definition into glthread.h

glthread.h needs it and it can't include mtypes.h because mtypes.h
includes it.

Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20824>
src/mesa/main/glthread.h
src/mesa/main/mtypes.h