radeonsi: don't set the VS prolog key for the blit VS

This commit is contained in:
Marek Olšák 2018-09-22 23:57:05 -04:00
parent 58360ca09d
commit 0b062f0419

View file

@ -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 =