~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/mesa/vbo/vbo_save_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:
291
291
                                         NULL, 1);
292
292
   }
293
293
 
294
 
   /* Restore edge flag state. */
 
294
   /* Restore edge flag state and ctx->VertexProgram._VaryingInputs. */
295
295
   _mesa_update_edgeflag_state_vao(ctx);
296
296
 
297
297
   if (copy_to_current)
332
332
 
333
333
   _mesa_save_and_set_draw_vao(ctx, node->cold->VAO[mode], vao_filter,
334
334
                               &old_vao, &old_vp_input_filter);
 
335
   _mesa_set_varying_vp_inputs(ctx, vao_filter &
 
336
                               ctx->Array._DrawVAO->_EnabledWithMapMode);
335
337
 
336
338
   /* Need that at least one time. */
337
339
   if (ctx->NewState)