Re: [Mesa-dev] [PATCH v2 1/6] mesa: Change args to vbo_count_tessellated_primitives.

2012-12-16 Thread Brian Paul
On Sat, Dec 15, 2012 at 11:09 PM, Paul Berry wrote: > No functional change--this simply paves the way to allow futures > patches to call vbo_count_tessellated_primitives() during error > checking, before the _mesa_prim struct has been constructed. > > This will be needed for GLES3, which requires

[Mesa-dev] [PATCH v2 1/6] mesa: Change args to vbo_count_tessellated_primitives.

2012-12-15 Thread Paul Berry
No functional change--this simply paves the way to allow futures patches to call vbo_count_tessellated_primitives() during error checking, before the _mesa_prim struct has been constructed. This will be needed for GLES3, which requires draw calls to fail if there is not enough space available in t