[Mesa-dev] [RFC PATCH 0/3] mesa/main/extensions: approximate feature levels for enabling better
Eric Anholt
eric at anholt.net
Sat May 19 17:46:13 UTC 2018
Benedikt Schemmer <ben at besd.de> writes:
> Most of the extensions are currently either always available or not.
> A mechanism to enable extensions based on the required OpenGL version is already
> in place, its just rarely used.
>
> This might cause problems when an application actually tries to use an extension
> in a context for which the extension was not designed.
>
> Also this prevents extensions that might be problematic when they are always
> enabled, to be enabled in the appropriate context.
>
> Tested with several 64-bit games.
What problem are you trying to solve here? Exposing extensions is
great, and I want applications to be able to use functionality even when
the spec authors were lazy and decided "I don't want to think about
specifying the negative interactions with older specs," because Mesa
will probably get it right anyway.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 832 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180519/f3296387/attachment.sig>
More information about the mesa-dev
mailing list