Re: [Mesa-dev] [PATCH] mesa/main: Advertise ARB_polygon_offset_clamp.

2017-08-07 Thread Thomas Helland
Also, should probably update the release notes. -Thomas 8. aug. 2017 00.31 skrev "Ian Romanick" : On 08/07/2017 03:20 PM, Ilia Mirkin wrote: > On Mon, Aug 7, 2017 at 6:14 PM, Ian Romanick wrote: >> On 06/28/2017 06:50 AM, Plamena Manolova wrote:

Re: [Mesa-dev] [PATCH] mesa/main: Advertise ARB_polygon_offset_clamp.

2017-08-07 Thread Ian Romanick
On 08/07/2017 03:20 PM, Ilia Mirkin wrote: > On Mon, Aug 7, 2017 at 6:14 PM, Ian Romanick wrote: >> On 06/28/2017 06:50 AM, Plamena Manolova wrote: >>> ARB_polygon_offset_clamp is just the ARB variation >>> of EXT_polygon_offset_clamp and they operate in an >>> identical

Re: [Mesa-dev] [PATCH] mesa/main: Advertise ARB_polygon_offset_clamp.

2017-08-07 Thread Ilia Mirkin
On Mon, Aug 7, 2017 at 6:14 PM, Ian Romanick wrote: > On 06/28/2017 06:50 AM, Plamena Manolova wrote: >> ARB_polygon_offset_clamp is just the ARB variation >> of EXT_polygon_offset_clamp and they operate in an >> identical manner, so there's no reason for us not >> to

Re: [Mesa-dev] [PATCH] mesa/main: Advertise ARB_polygon_offset_clamp.

2017-08-07 Thread Ian Romanick
On 06/28/2017 06:50 AM, Plamena Manolova wrote: > ARB_polygon_offset_clamp is just the ARB variation > of EXT_polygon_offset_clamp and they operate in an > identical manner, so there's no reason for us not > to advertise it. > > Signed-off-by: Plamena Manolova > --- >

Re: [Mesa-dev] [PATCH] mesa/main: Advertise ARB_polygon_offset_clamp.

2017-06-28 Thread Ilia Mirkin
OK, well, I don't know what our policy is on adding unpublished extensions. However I've yet to see an ARB extension that says it's available in GL ES contexts, so at the very least you'd have to replace ES1, ES2 with x's. Someone with access to the spec will have to do a proper review of this

Re: [Mesa-dev] [PATCH] mesa/main: Advertise ARB_polygon_offset_clamp.

2017-06-28 Thread Manolova, Plamena
Yes, it doesn't seem to be part of the registry yet, but it's one of the requirements for GL 4.6 apparently. On Wed, Jun 28, 2017 at 4:53 PM, Ilia Mirkin wrote: > Google seems to have no mention of such an extension. > https://khronos.org/registry/OpenGL/index_gl.php

Re: [Mesa-dev] [PATCH] mesa/main: Advertise ARB_polygon_offset_clamp.

2017-06-28 Thread Ilia Mirkin
Google seems to have no mention of such an extension. https://khronos.org/registry/OpenGL/index_gl.php doesn't either. On Wed, Jun 28, 2017 at 9:50 AM, Plamena Manolova wrote: > ARB_polygon_offset_clamp is just the ARB variation > of EXT_polygon_offset_clamp and they