Re: [Mesa-dev] [RFC] st/mesa: ARB_viewport_array support

2014-01-21 Thread Marek Olšák
On Tue, Jan 21, 2014 at 7:09 AM, Dave Airlie wrote: > Hey, > > This is just a couple of patches I threw together to interface the new > mesa viewport array code to gallium, I've ran a few tests on llvmpipe, > and they seem to pass with this code. > > The only question I really have is do we want t

[Mesa-dev] [RFC] st/mesa: ARB_viewport_array support

2014-01-20 Thread Dave Airlie
Hey, This is just a couple of patches I threw together to interface the new mesa viewport array code to gallium, I've ran a few tests on llvmpipe, and they seem to pass with this code. The only question I really have is do we want to expand the CSO interface to cover this or not? Dave.