[Mesa-dev] [PATCH 00/12] Computing GL versions without gl_context

Marek Olšák maraeo at gmail.com
Sun Aug 3 08:18:23 PDT 2014


Hi everyone,

GLX_MESA_query_renderer can return supported GL versions before any context is created, but Gallium drivers and st/dri have not way to know which versions are supported, because the version computations take place in st/mesa at context creation.

This patch series adjusts mesa/main, st/mesa, and st/dri to make computing all GL versions without a context possible. With this series, all supported GL versions (core, compatibility, ES1, ES2) are computed at DRIscreen (and pipe_screen) creation, which brings us closer to adding support for GLX_MESA_query_renderer.

Please review.

Marek


More information about the mesa-dev mailing list