~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/mesa/vbo/vbo_exec_draw.c

  • Committer: mmach
  • Date: 2023-11-02 21:31:35 UTC
  • Revision ID: netbit73@gmail.com-20231102213135-18d4tzh7tj0uz752
2023-11-02 22:11:57

Show diffs side-by-side

added added

removed removed

Lines of Context:
151
151
 
152
152
   _mesa_save_and_set_draw_vao(ctx, vao, vao_filter,
153
153
                               old_vao, old_vp_input_filter);
 
154
   _mesa_set_varying_vp_inputs(ctx, vao_filter &
 
155
                               ctx->Array._DrawVAO->_EnabledWithMapMode);
154
156
}
155
157
 
156
158