mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 11:00:11 +01:00
gallium: added EMIT_HEADER case
This commit is contained in:
parent
269fbeb545
commit
cf106789ab
1 changed files with 4 additions and 0 deletions
|
|
@ -263,6 +263,10 @@ void draw_vf_set_vertex_info( struct draw_vertex_fetch *vf,
|
|||
}
|
||||
break;
|
||||
}
|
||||
case EMIT_HEADER:
|
||||
/* XXX emit new DRAW_EMIT_HEADER attribute??? */
|
||||
count += sizeof(struct vertex_header) / 4;
|
||||
break;
|
||||
case EMIT_1F:
|
||||
attrs[nr_attrs].attrib = j;
|
||||
attrs[nr_attrs].format = DRAW_EMIT_1F;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue