Re: [Mesa-dev] gallium clip vertex support + softpipe

2012-01-04 Thread Brian Paul
On 01/04/2012 05:12 AM, Dave Airlie wrote: Hi, This is a GLSL 1.20 feature we don't have support for in softpipe, and we fail the tests, this is just my first attempt to add support, it could probably be done another way, this just seemed the simplest first cut. It passes the tests in piglit no

[Mesa-dev] gallium clip vertex support + softpipe

2012-01-04 Thread Dave Airlie
Hi, This is a GLSL 1.20 feature we don't have support for in softpipe, and we fail the tests, this is just my first attempt to add support, it could probably be done another way, this just seemed the simplest first cut. It passes the tests in piglit now, just waiting a full run to see if it does