[Mesa-dev] [PATCH 0/3] Add u_primconvert front-end to u_indices (v2)

2013-10-29 Thread Rob Clark
From: Rob Clark This patchset (compared to RFC I sent previously) changes u_primconvert to just be a front-end to the u_indices stuff. It handles binding/ restoring new index buffer state, etc. So driver using it just has to put this at the top of their pipe->draw_vbo(): if (prim_needs_emula

[Mesa-dev] [PATCH 0/3] Add u_primconvert front-end to u_indices

2013-10-25 Thread Rob Clark
From: Rob Clark This patchset (compared to RFC I sent previously) changes u_primconvert to just be a front-end to the u_indices stuff. It handles binding/ restoring new index buffer state, etc. So driver using it just has to put this at the top of their pipe->draw_vbo(): if (prim_needs_emula