Re: [Mesa-dev] [PATCH 1/9] softpipe: implement separate depth-stencil clear

2013-01-14 Thread Brian Paul
On 01/14/2013 12:29 PM, Marek Olšák wrote: The CAP is going away. --- src/gallium/drivers/softpipe/sp_clear.c | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) Series looks good. Reviewed-by: Brian Paul ___ mesa-dev mailin

[Mesa-dev] [PATCH 1/9] softpipe: implement separate depth-stencil clear

2013-01-14 Thread Marek Olšák
The CAP is going away. --- src/gallium/drivers/softpipe/sp_clear.c | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/src/gallium/drivers/softpipe/sp_clear.c b/src/gallium/drivers/softpipe/sp_clear.c index dd6bd83..f040903 100644 --- a/src/gallium/drivers/softp