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

Ilia Mirkin imirkin at alum.mit.edu
Wed Dec 31 12:15:48 PST 2014


On Wed, Dec 31, 2014 at 3:03 PM, Eric Anholt <eric at anholt.net> wrote:
> Ilia Mirkin <imirkin at alum.mit.edu> writes:
>
>> Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
>
> 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 to only core
contexts.

As the comment says, the statement that it's always on is a lie, but
it does seem to approximate reality. I could go and add a cap, but it
felt unnecessary.

  -ilia


More information about the mesa-dev mailing list