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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user