mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
gfxstream: emit global state wrapped decoding for vkCmdEvent
Helpful for gfxstream-on-lavapipe. Test: launch_cvd --gpu_mode=gfxstream_guest_angle_host_lavapipe Reviewed-by: David Gilhooley <djgilhooley@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41306>
This commit is contained in:
parent
4ac60d221f
commit
b5f91ed589
1 changed files with 3 additions and 0 deletions
|
|
@ -750,6 +750,9 @@ custom_decodes = {
|
|||
"vkResetCommandPool" : emit_global_state_wrapped_decoding,
|
||||
"vkCmdPipelineBarrier" : emit_global_state_wrapped_decoding,
|
||||
"vkCmdPipelineBarrier2" : emit_global_state_wrapped_decoding,
|
||||
"vkCmdWaitEvents" : emit_global_state_wrapped_decoding,
|
||||
"vkCmdWaitEvents2" : emit_global_state_wrapped_decoding,
|
||||
"vkCmdWaitEvents2KHR" : emit_global_state_wrapped_decoding,
|
||||
"vkCmdBindPipeline" : emit_global_state_wrapped_decoding,
|
||||
"vkCmdBindDescriptorSets" : emit_global_state_wrapped_decoding,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue