Re: [Mesa-dev] [PATCH 27/41] i965: Prevent recursive calls to FLUSH_VERTICES

2011-11-21 Thread Chad Versace
On 11/18/2011 05:19 PM, Eric Anholt wrote: > On Thu, 17 Nov 2011 19:58:54 -0800, Chad Versace > wrote: >> To do so, we must resolve all buffers on entering a glBegin/glEnd block. >> For the detailed explanation, see the Doxygen comments in this patch. >> >> Signed-off-by: Chad Versace >> --- >>

Re: [Mesa-dev] [PATCH 27/41] i965: Prevent recursive calls to FLUSH_VERTICES

2011-11-18 Thread Eric Anholt
On Thu, 17 Nov 2011 19:58:54 -0800, Chad Versace wrote: > To do so, we must resolve all buffers on entering a glBegin/glEnd block. > For the detailed explanation, see the Doxygen comments in this patch. > > Signed-off-by: Chad Versace > --- > src/mesa/drivers/dri/i965/brw_context.c | 73 > +

[Mesa-dev] [PATCH 27/41] i965: Prevent recursive calls to FLUSH_VERTICES

2011-11-17 Thread Chad Versace
To do so, we must resolve all buffers on entering a glBegin/glEnd block. For the detailed explanation, see the Doxygen comments in this patch. Signed-off-by: Chad Versace --- src/mesa/drivers/dri/i965/brw_context.c | 73 +++ 1 files changed, 73 insertions(+), 0 dele