[Mesa-dev] [PATCH 1/2] panfrost: Track BO lifetime with jobs and reference counts

Alyssa Rosenzweig alyssa at rosenzweig.io
Tue Apr 16 16:07:10 UTC 2019


> loop in panfrost_emit_vertex_data() to do the right thing. But I think
> we can get rid of ->vertex_buffer_count entirely and just do a
> 
> 	for (int i = 0; i < ARRAY_SIZE(ctx->vertex_buffers); ++i)
> 
> >  }

Sure, that's probably cleaner now that we're testing the mask. Will do
for v2.


More information about the mesa-dev mailing list