~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/mesa/main/context.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:
1502
1502
       curCtx->Const.ContextReleaseBehavior ==
1503
1503
       GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH) {
1504
1504
      FLUSH_VERTICES(curCtx, 0, 0);
1505
 
      st_glFlush(curCtx, 0);
 
1505
      if (curCtx->st){
 
1506
         st_glFlush(curCtx, 0);
 
1507
      }
1506
1508
   }
1507
1509
 
1508
1510
   if (!newCtx) {