~mmach/netext73/mesa_2004

« back to all changes in this revision

Viewing changes to src/gallium/auxiliary/util/u_threaded_context_calls.h

  • Committer: mmach
  • Date: 2021-03-12 20:48:59 UTC
  • Revision ID: netbit73@gmail.com-20210312204859-i194ujlcu82pq61p
21

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
CALL(buffer_subdata)
27
27
CALL(texture_subdata)
28
28
CALL(emit_string_marker)
29
 
CALL(draw_vbo)
 
29
CALL(draw_single)
 
30
CALL(draw_multi)
 
31
CALL(draw_indirect)
30
32
CALL(launch_grid)
31
33
CALL(resource_copy_region)
32
34
CALL(blit)