Re: [Mesa-dev] [RFC PATCH 00/10] i965: gl_ClipDistance for Gen4/5

2013-08-05 Thread Paul Berry
On 3 August 2013 19:59, Chris Forbes wrote: > This series adds support for GLSL-1.30-style clipping using > gl_ClipDistance on Gen4/5. > All of the interpolation piglits now pass, but there are still a couple of > things I need to do: > > * Get rid of clip plane compaction > * Add similar support

[Mesa-dev] [RFC PATCH 00/10] i965: gl_ClipDistance for Gen4/5

2013-08-03 Thread Chris Forbes
This series adds support for GLSL-1.30-style clipping using gl_ClipDistance on Gen4/5. All of the interpolation piglits now pass, but there are still a couple of things I need to do: * Get rid of clip plane compaction * Add similar support for clipping lines