Re: [Mesa-dev] [PATCH] mesa: expose EXT_polygon_offset_clamp in ES contexts

2016-04-04 Thread Matt Turner
On Sat, Apr 2, 2016 at 11:29 PM, Ilia Mirkin wrote: > The extension spec was extended to also support ES. This functionality > is provided all the way back to ES 1.0. I was going to ask if we have ES tests, and I see that you've already sent one! Reviewed-by: Matt Turner ___

[Mesa-dev] [PATCH] mesa: expose EXT_polygon_offset_clamp in ES contexts

2016-04-02 Thread Ilia Mirkin
The extension spec was extended to also support ES. This functionality is provided all the way back to ES 1.0. Signed-off-by: Ilia Mirkin --- src/mapi/glapi/gen/gl_API.xml | 2 +- src/mesa/main/extensions_table.h| 2 +- src/mesa/main/get_hash_params.py| 6 +++--- src/me