mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 08:50:13 +01:00
vk: Don't emit STATE_SIP
We don't have a SIP kernel and don't enable exceptions.
This commit is contained in:
parent
923e923bbc
commit
9aae480cc4
1 changed files with 0 additions and 1 deletions
|
|
@ -2426,7 +2426,6 @@ VkResult anv_BeginCommandBuffer(
|
|||
|
||||
anv_batch_emit(&cmd_buffer->batch, GEN8_PIPELINE_SELECT,
|
||||
.PipelineSelection = _3D);
|
||||
anv_batch_emit(&cmd_buffer->batch, GEN8_STATE_SIP);
|
||||
|
||||
anv_cmd_buffer_emit_state_base_address(cmd_buffer);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue