svga: add TGSI_SEMANTIC_FACE switch case in svga_swtnl_update_vdecl()

Fixes failed assertion running Piglit polygon-mode-face test.
Though, the test still does not pass.

Reviewed-by: Neha Bhende <bhenden@vmware.com>
Reviewed-by: Charmaine Lee <charmainel@vmware.com>
This commit is contained in:
Brian Paul
2018-07-27 11:53:32 -06:00
parent 92e7342a6f
commit a45b495700
@@ -288,6 +288,7 @@ svga_swtnl_update_vdecl(struct svga_context *svga)
nr_decls++;
break;
case TGSI_SEMANTIC_POSITION:
case TGSI_SEMANTIC_FACE:
/* generated internally, not a vertex shader output */
break;
default: