vk/cmdbuf: add back deleted maint6 workgraph bits
this otherwise breaks workgraph support in lavapipe
Fixes: ec656e1984 ("lavapipe: maint6")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26977>
This commit is contained in:
committed by
Marge Bot
parent
0f57ffb845
commit
b6bfa73dc7
@@ -98,6 +98,8 @@ enum mesa_vk_command_buffer_state {
|
||||
MESA_VK_COMMAND_BUFFER_STATE_PENDING,
|
||||
};
|
||||
|
||||
/* this needs spec fixes */
|
||||
#define MESA_VK_SHADER_STAGE_WORKGRAPH_HACK_BIT_FIXME (1<<30)
|
||||
VkShaderStageFlags vk_shader_stages_from_bind_point(VkPipelineBindPoint pipelineBindPoint);
|
||||
|
||||
struct vk_command_buffer {
|
||||
|
||||
Reference in New Issue
Block a user