[Piglit] [PATCH 0/6] Cleanup and prepare for pre OpenGL 3.0 drivers

Emil Velikov emil.l.velikov at gmail.com
Wed Mar 30 10:14:59 UTC 2016


On 29 March 2016 at 23:53, Ilia Mirkin <imirkin at alum.mit.edu> wrote:
> Isn't this backwards? Shouldn't waffle just work without the
> ARB_create_context or whatever ext and just create a context and see
> what version it is?
>
It isn't, imho.

Waffle follows the GL winsys semantics, as such it should not do more
(create a context, make it current, etc) unless explicitly asked. It
translates the winsys/platform specifics, not the GL crazy. Although I
can see how one would want both to be hidden/handled in waffle.

That's my take on it, at least. If people familiar with waffle think
I've misunderstood things, please shout.

-Emil


More information about the Piglit mailing list