radv: move buffer related code to radv_buffer.c
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Tue, 7 Mar 2023 16:02:34 +0000 (17:02 +0100)
committerMarge Bot <emma+marge@anholt.net>
Wed, 8 Mar 2023 16:21:10 +0000 (16:21 +0000)
commit4316a64e27dd36d737ea63155bc2cebf9c506f1e
treee453bc40b23fa9d749409d55e0b3d874804b0355
parent17c5a91028409205cce2b37429d6fbf032a9773c
radv: move buffer related code to radv_buffer.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_buffer.c [new file with mode: 0644]
src/amd/vulkan/radv_device.c