Re: [Mesa-dev] [PATCH] main: Fix deprecation of glLineWidth()

2013-08-07 Thread Paul Berry
On 7 August 2013 12:34, Ian Romanick wrote: > Reviewed-by: Ian Romanick > > I believe we have someone writing a piglit test for this? Yes, I believe Nick is writing a test for it. > > > On 08/07/2013 10:28 AM, Paul Berry wrote: > >> From section E.1 (Profiles and Deprecated Features of OpenG

Re: [Mesa-dev] [PATCH] main: Fix deprecation of glLineWidth()

2013-08-07 Thread Ian Romanick
Reviewed-by: Ian Romanick I believe we have someone writing a piglit test for this? On 08/07/2013 10:28 AM, Paul Berry wrote: From section E.1 (Profiles and Deprecated Features of OpenGL 3.0) of the OpenGL 3.0 spec: "LineWidth is not deprecated, but values greater than 1.0 will gen

Re: [Mesa-dev] [PATCH] main: Fix deprecation of glLineWidth()

2013-08-07 Thread Matt Turner
On Wed, Aug 7, 2013 at 10:28 AM, Paul Berry wrote: > From section E.1 (Profiles and Deprecated Features of OpenGL 3.0) > of the OpenGL 3.0 spec: > > "LineWidth is not deprecated, but values greater than 1.0 > will generate an INVALID VALUE error" > > From context it is clear that values gr

[Mesa-dev] [PATCH] main: Fix deprecation of glLineWidth()

2013-08-07 Thread Paul Berry
>From section E.1 (Profiles and Deprecated Features of OpenGL 3.0) of the OpenGL 3.0 spec: "LineWidth is not deprecated, but values greater than 1.0 will generate an INVALID VALUE error" >From context it is clear that values greater than 1.0 should only generate an INVALID VALUE error in