Re: [Mesa-dev] [PATCH 4/4] st/mesa: add EXT_polygon_offset_clamp support

2015-01-02 Thread Eric Anholt
Ilia Mirkin writes: > On Wed, Dec 31, 2014 at 3:03 PM, Eric Anholt wrote: >> Ilia Mirkin writes: >> >>> Signed-off-by: Ilia Mirkin >> >> VC4 doesn't support this, so it shouldn't be enabled by default. > > VC4 also doesn't support core contexts. The extension is supposed to > only be enabled f

Re: [Mesa-dev] [PATCH 4/4] st/mesa: add EXT_polygon_offset_clamp support

2014-12-31 Thread Ilia Mirkin
On Wed, Dec 31, 2014 at 3:03 PM, Eric Anholt wrote: > Ilia Mirkin writes: > >> Signed-off-by: Ilia Mirkin > > VC4 doesn't support this, so it shouldn't be enabled by default. VC4 also doesn't support core contexts. The extension is supposed to only be enabled for GL3.3+, which I've approximated

Re: [Mesa-dev] [PATCH 4/4] st/mesa: add EXT_polygon_offset_clamp support

2014-12-31 Thread Eric Anholt
Ilia Mirkin writes: > Signed-off-by: Ilia Mirkin VC4 doesn't support this, so it shouldn't be enabled by default. signature.asc Description: PGP signature ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/

[Mesa-dev] [PATCH 4/4] st/mesa: add EXT_polygon_offset_clamp support

2014-12-30 Thread Ilia Mirkin
Signed-off-by: Ilia Mirkin --- docs/relnotes/10.5.0.html | 2 +- src/mesa/state_tracker/st_atom_rasterizer.c | 1 + src/mesa/state_tracker/st_extensions.c | 5 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/relnotes/10.5.0.html b/docs/relnotes/10.5