~mmach/netext73/mesa-haswell

« back to all changes in this revision

Viewing changes to src/gallium/auxiliary/draw/draw_tess.h

  • Committer: mmach
  • Date: 2022-09-22 20:02:48 UTC
  • Revision ID: netbit73@gmail.com-20220922200248-7y4wybmdgipuwdiw
2022-09-22 21:17:09

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
   struct pipe_shader_state state;
78
78
   struct tgsi_shader_info info;
79
79
 
80
 
   unsigned prim_mode;
 
80
   enum pipe_prim_type prim_mode;
81
81
   unsigned spacing;
82
82
   unsigned vertex_order_cw;
83
83
   unsigned point_mode;