mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 17:58:26 +02:00
intel/blorp/dbg: Name blit shaders for easy recognition in dumps
Blorp clears already have an equivalent. Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Signed-off-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
This commit is contained in:
parent
56094cfb9e
commit
542bb85049
1 changed files with 2 additions and 0 deletions
|
|
@ -1302,6 +1302,8 @@ brw_blorp_get_blit_kernel(struct blorp_context *blorp,
|
|||
struct brw_wm_prog_data prog_data;
|
||||
|
||||
nir_shader *nir = brw_blorp_build_nir_shader(blorp, mem_ctx, prog_key);
|
||||
nir->info->name = ralloc_strdup(nir, "BLORP-blit");
|
||||
|
||||
struct brw_wm_prog_key wm_key;
|
||||
brw_blorp_init_wm_prog_key(&wm_key);
|
||||
wm_key.tex.compressed_multisample_layout_mask =
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue