Re: [Mesa-dev] [PATCH] Two minor draw patches

2010-12-07 Thread Brian Paul
On 12/07/2010 11:26 AM, Jakob Bornecrantz wrote: Hi all two small patches for the draw module. First remove reduced_prim > from the draw module seems to never be used and only causes unnecessary flushes. I applied the patch here and didn't find any regressions with the tests I ran. I seem

[Mesa-dev] [PATCH] Two minor draw patches

2010-12-07 Thread Jakob Bornecrantz
Hi all two small patches for the draw module. First remove reduced_prim from the draw module seems to never be used and only causes unnecessary flushes. Second makes the vertex_info struct smaller, now I seem to remember msvc not supporting ushort bitfields. Cheers Jakob. 0001-draw-Remove-r