mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
cell: disable NEW_VS emit
This commit is contained in:
parent
924653e37d
commit
a558369ec6
1 changed files with 3 additions and 1 deletions
|
|
@ -133,7 +133,8 @@ cell_emit_state(struct cell_context *cell)
|
|||
emit_state_cmd(cell, CELL_CMD_STATE_VERTEX_INFO,
|
||||
&cell->vertex_info, sizeof(struct vertex_info));
|
||||
}
|
||||
|
||||
|
||||
#if 0
|
||||
if (cell->dirty & CELL_NEW_VS) {
|
||||
const struct draw_context *const draw = cell->draw;
|
||||
struct cell_shader_info info;
|
||||
|
|
@ -148,4 +149,5 @@ cell_emit_state(struct cell_context *cell)
|
|||
|
||||
emit_state_cmd(cell, CELL_CMD_STATE_BIND_VS, &info, sizeof(info));
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue