~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/gallium/drivers/softpipe/sp_draw_arrays.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:
117
117
      }
118
118
 
119
119
      draw_set_indexes(draw,
120
 
                       (ubyte *) mapped_indices,
 
120
                       (uint8_t *) mapped_indices,
121
121
                       info->index_size, available_space);
122
122
   }
123
123
 
164
164
   draw_flush(draw);
165
165
 
166
166
   /* Note: leave drawing surfaces mapped */
167
 
   sp->dirty_render_cache = TRUE;
 
167
   sp->dirty_render_cache = true;
168
168
}