mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 14:20:11 +01:00
radeonsi: don't set the VS prolog key for the blit VS
This commit is contained in:
parent
58360ca09d
commit
0b062f0419
1 changed files with 2 additions and 1 deletions
|
|
@ -1194,7 +1194,8 @@ static void si_shader_selector_key_vs(struct si_context *sctx,
|
|||
struct si_shader_key *key,
|
||||
struct si_vs_prolog_bits *prolog_key)
|
||||
{
|
||||
if (!sctx->vertex_elements)
|
||||
if (!sctx->vertex_elements ||
|
||||
vs->info.properties[TGSI_PROPERTY_VS_BLIT_SGPRS])
|
||||
return;
|
||||
|
||||
prolog_key->instance_divisor_is_one =
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue