radv: move instance related code to radv_instance.c
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Tue, 7 Mar 2023 11:26:45 +0000 (12:26 +0100)
committerMarge Bot <emma+marge@anholt.net>
Wed, 8 Mar 2023 16:21:10 +0000 (16:21 +0000)
commit06fa90e14eb7d9182ada1b91f360fcbbd6a61c01
treed88e416c607bf5742465291dc8eb9b00d1244225
parent98cb7e010824e9458fea29f3a68f70e52c46ec0f
radv: move instance related code to radv_instance.c

radv_device.c is getting too big and this follows the Vulkan common
runtime infrastructure.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21767>
src/amd/vulkan/meson.build
src/amd/vulkan/radv_device.c
src/amd/vulkan/radv_instance.c [new file with mode: 0644]
src/amd/vulkan/radv_private.h