mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
draw: remove debug assert on failover to generic vs varient
This commit is contained in:
parent
e4cfe0854a
commit
ab399b555c
1 changed files with 0 additions and 1 deletions
|
|
@ -2108,7 +2108,6 @@ struct draw_vs_varient *draw_vs_varient_aos_sse( struct draw_vertex_shader *vs,
|
|||
struct draw_vs_varient *varient = varient_aos_sse( vs, key );
|
||||
|
||||
if (varient == NULL) {
|
||||
assert(0);
|
||||
varient = draw_vs_varient_generic( vs, key );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue