Re: [Mesa-dev] [PATCH] i830_state:i830Enable(): Fix crash for GL_STENCIL_TEST

2012-05-29 Thread Kenneth Graunke
On 05/29/2012 08:24 AM, Eric Anholt wrote: > On Tue, 29 May 2012 08:53:12 -0600, Brian Paul wrote: >> On Fri, May 25, 2012 at 5:26 PM, Kurt Roeckx wrote: >>> Can someone please review and commit this? A lot of the piglit >>> tests fail because of this. >>> >>> >>> Kurt >>> >>> On Fri, May 11, 20

Re: [Mesa-dev] [PATCH] i830_state:i830Enable(): Fix crash for GL_STENCIL_TEST

2012-05-29 Thread Kurt Roeckx
On Tue, May 29, 2012 at 08:53:12AM -0600, Brian Paul wrote: > On Fri, May 25, 2012 at 5:26 PM, Kurt Roeckx wrote: > > Can someone please review and commit this?  A lot of the piglit > > tests fail because of this. > > > > > > Kurt > > > > On Fri, May 11, 2012 at 12:19:42AM +0200, Kurt Roeckx wrote

Re: [Mesa-dev] [PATCH] i830_state:i830Enable(): Fix crash for GL_STENCIL_TEST

2012-05-29 Thread Eric Anholt
On Tue, 29 May 2012 08:53:12 -0600, Brian Paul wrote: > On Fri, May 25, 2012 at 5:26 PM, Kurt Roeckx wrote: > > Can someone please review and commit this?  A lot of the piglit > > tests fail because of this. > > > > > > Kurt > > > > On Fri, May 11, 2012 at 12:19:42AM +0200, Kurt Roeckx wrote: > >

Re: [Mesa-dev] [PATCH] i830_state:i830Enable(): Fix crash for GL_STENCIL_TEST

2012-05-29 Thread Brian Paul
On Fri, May 25, 2012 at 5:26 PM, Kurt Roeckx wrote: > Can someone please review and commit this?  A lot of the piglit > tests fail because of this. > > > Kurt > > On Fri, May 11, 2012 at 12:19:42AM +0200, Kurt Roeckx wrote: >> commit 87f12bb2d95236c7b025d1a8be56b5ab1683d702 tried to fix rb->mt >>

Re: [Mesa-dev] [PATCH] i830_state:i830Enable(): Fix crash for GL_STENCIL_TEST

2012-05-25 Thread Kurt Roeckx
Can someone please review and commit this? A lot of the piglit tests fail because of this. Kurt On Fri, May 11, 2012 at 12:19:42AM +0200, Kurt Roeckx wrote: > commit 87f12bb2d95236c7b025d1a8be56b5ab1683d702 tried to fix rb->mt > being NULL, but change this case wrong. > > Note: this is a candi

[Mesa-dev] [PATCH] i830_state:i830Enable(): Fix crash for GL_STENCIL_TEST

2012-05-10 Thread Kurt Roeckx
commit 87f12bb2d95236c7b025d1a8be56b5ab1683d702 tried to fix rb->mt being NULL, but change this case wrong. Note: this is a candidate for the 8.0 branch Signed-off-by: Kurt Roeckx --- src/mesa/drivers/dri/i915/i830_state.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s