pvr: break out queue to separate header

Reviewed-by: Frank Binns <frank.binns@imgtec.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37432>
This commit is contained in:
Erik Faye-Lund
2025-09-02 15:31:25 +02:00
committed by Marge Bot
parent dd296e0543
commit af431e7495
5 changed files with 54 additions and 23 deletions
+2 -1
View File
@@ -29,6 +29,8 @@
* This file implements VkQueue, VkFence, and VkSemaphore
*/
#include "pvr_queue.h"
#include <assert.h>
#include <stdbool.h>
#include <stddef.h>
@@ -41,7 +43,6 @@
#include "pvr_job_render.h"
#include "pvr_job_transfer.h"
#include "pvr_limits.h"
#include "pvr_private.h"
#include "util/macros.h"
#include "util/u_atomic.h"
#include "vk_alloc.h"