Re: [Mesa-dev] [Mesa-dev RESEND 26/26] mesa: add KHR_no_error support to glPolygonMode()

2017-08-02 Thread Samuel Pitoiset
On 08/02/2017 03:14 AM, Timothy Arceri wrote: \o/ 9-26: Reviewed-by: Timothy Arceri Thanks for doing all this :) Please try to knock off a few more piglit tests here and there when time permits, it would be a shame if dev's tried to start turning this stuff on only

Re: [Mesa-dev] [Mesa-dev RESEND 26/26] mesa: add KHR_no_error support to glPolygonMode()

2017-08-01 Thread Timothy Arceri
\o/ 9-26: Reviewed-by: Timothy Arceri Thanks for doing all this :) Please try to knock off a few more piglit tests here and there when time permits, it would be a shame if dev's tried to start turning this stuff on only to run into strange errors.

[Mesa-dev] [Mesa-dev RESEND 26/26] mesa: add KHR_no_error support to glPolygonMode()

2017-08-01 Thread Samuel Pitoiset
Signed-off-by: Samuel Pitoiset --- src/mapi/glapi/gen/gl_API.xml | 2 +- src/mesa/main/polygon.c | 8 src/mesa/main/polygon.h | 3 +++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/src/mapi/glapi/gen/gl_API.xml