anv: fix source hash utrace prints
Right now we're just printing 0 values
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Fixes: 8966088cc5 ("anv: store gfx/compute bound shaders on command buffer state")
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36663>
This commit is contained in:
committed by
Marge Bot
parent
a520f75229
commit
652ef8f0c5
@@ -764,6 +764,9 @@ void anv_CmdBindPipeline(
|
||||
}
|
||||
}
|
||||
|
||||
cmd_buffer->state.gfx.vs_source_hash = new_pipeline->vs_source_hash;
|
||||
cmd_buffer->state.gfx.fs_source_hash = new_pipeline->fs_source_hash;
|
||||
|
||||
cmd_buffer->state.gfx.min_sample_shading = new_pipeline->min_sample_shading;
|
||||
cmd_buffer->state.gfx.sample_shading_enable = new_pipeline->sample_shading_enable;
|
||||
cmd_buffer->state.gfx.instance_multiplier = new_pipeline->instance_multiplier;
|
||||
|
||||
Reference in New Issue
Block a user