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
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