Skip to content

intel/brw: Replace CS_OPCODE_CS_TERMINATE with SHADER_OPCODE_SEND

Kenneth Graunke requested to merge kwg/mesa:brw-delete-cs-opcode-terminate into main

intel/brw: Replace CS_OPCODE_CS_TERMINATE with SHADER_OPCODE_SEND

There's no need for special handling here, it's just a send message with a trivial g0 header and descriptor.

+@cmarcelo

Merge request reports