Re: [Mesa-dev] [PATCH] draw/softpipe: EXT_transform_feedback support (v1)

2012-01-05 Thread Brian Paul
This looks pretty good to me, though I haven't been following the xfb work too closely. Just minor comments below. -Brian On 01/05/2012 07:17 AM, Dave Airlie wrote: From: Dave Airlie This replaces the current code with an implementation compatible with the new gallium interface. I've left so

[Mesa-dev] [PATCH] draw/softpipe: EXT_transform_feedback support (v1)

2012-01-05 Thread Dave Airlie
From: Dave Airlie This replaces the current code with an implementation compatible with the new gallium interface. I've left some of the remains of the interface intact so llvmpipe keeps building correctly, and I'll take a look at fixing llvmpipe up later. This passes 119/134 of the piglit EXT_t