~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/gallium/drivers/d3d12/d3d12_context.h

  • 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:
196
196
   unsigned num_vbs;
197
197
   float flip_y;
198
198
   bool need_zero_one_depth_range;
199
 
   enum pipe_prim_type initial_api_prim;
 
199
   enum mesa_prim initial_api_prim;
200
200
   struct pipe_viewport_state viewport_states[PIPE_MAX_VIEWPORTS];
201
201
   D3D12_VIEWPORT viewports[PIPE_MAX_VIEWPORTS];
202
202
   unsigned num_viewports;
257
257
 
258
258
   uint64_t submit_id;
259
259
   ID3D12GraphicsCommandList *cmdlist;
 
260
   ID3D12GraphicsCommandList8 *cmdlist8;
260
261
   ID3D12GraphicsCommandList *state_fixup_cmdlist;
261
262
 
262
263
   struct list_head active_queries;