[Piglit] [PATCH v2] polygon-line-aa test case added.

2014-06-11 Thread Iago Toral Quiroga
This tests correct rendering of polygons using antialised GL_LINE mode for one face and GL_FILL for the other one. On some Intel hardware at least this used to require special handling that has caused regressions in the past. The test checks that the GL_FILL face of the polygon renders properly.

Re: [Piglit] [PATCH v2] polygon-line-aa test case added.

2014-06-11 Thread Dylan Baker
On Wednesday, June 11, 2014 01:03:20 PM Iago Toral Quiroga wrote: This tests correct rendering of polygons using antialised GL_LINE mode for one face and GL_FILL for the other one. On some Intel hardware at least this used to require special handling that has caused regressions in the past.