Re: [Mesa-dev] [PATCH 1/1] mesa: stub the _mesa_StencilOp function.

2012-05-21 Thread Oliver McFadden
On Fri, May 18, 2012 at 11:17:00PM +0300, Oliver McFadden wrote: > On Fri, May 18, 2012 at 11:27:24AM -0600, Brian Paul wrote: > > On 05/18/2012 05:24 AM, Oliver McFadden wrote: > > > The device driver function table only implements StencilOpSeparate(), > > > let's remove the obsolete 'todo' commen

Re: [Mesa-dev] [PATCH 1/1] mesa: stub the _mesa_StencilOp function.

2012-05-18 Thread Oliver McFadden
On Fri, May 18, 2012 at 11:27:24AM -0600, Brian Paul wrote: > On 05/18/2012 05:24 AM, Oliver McFadden wrote: > > The device driver function table only implements StencilOpSeparate(), > > let's remove the obsolete 'todo' comment and code duplication. > > > > Signed-off-by: Oliver McFadden > > --- >

Re: [Mesa-dev] [PATCH 1/1] mesa: stub the _mesa_StencilOp function.

2012-05-18 Thread Brian Paul
On 05/18/2012 05:24 AM, Oliver McFadden wrote: The device driver function table only implements StencilOpSeparate(), let's remove the obsolete 'todo' comment and code duplication. Signed-off-by: Oliver McFadden --- src/mesa/drivers/common/meta.c |4 +- src/mesa/main/stencil.c| 7

[Mesa-dev] [PATCH 1/1] mesa: stub the _mesa_StencilOp function.

2012-05-18 Thread Oliver McFadden
The device driver function table only implements StencilOpSeparate(), let's remove the obsolete 'todo' comment and code duplication. Signed-off-by: Oliver McFadden --- src/mesa/drivers/common/meta.c |4 +- src/mesa/main/stencil.c| 75 ++- 2 files