Re: [Mesa-dev] [PATCH 1/2] panfrost: Fix indexed draws

2019-09-18 Thread Alyssa Rosenzweig
R-b On Wed, Sep 18, 2019 at 03:54:37PM +0200, Boris Brezillon wrote: > ->padded_count should be large enough to cover all vertices pointed by > the index array. Use the local vertex_count variable that contains the > updated vertex_count value for the indexed draw case. > > Signed-off-by: Boris B

[Mesa-dev] [PATCH 1/2] panfrost: Fix indexed draws

2019-09-18 Thread Boris Brezillon
->padded_count should be large enough to cover all vertices pointed by the index array. Use the local vertex_count variable that contains the updated vertex_count value for the indexed draw case. Signed-off-by: Boris Brezillon --- src/gallium/drivers/panfrost/pan_context.c | 2 +- 1 file changed