Re: [waffle] [PATCH 3/4] glx: remove dl_can_open restriction for supports_context_api()

2015-11-10 Thread Chad Versace
On Tue 01 Sep 2015, Emil Velikov wrote: > This seems like unnecessary book-keeping which makes the topic > "supported by the display" vs "there is a library that one can manage" > more convoluted than needed. > > One can safely assume that if the GLX implementation exposes the > extension(s) then

[waffle] [PATCH 3/4] glx: remove dl_can_open restriction for supports_context_api()

2015-09-01 Thread Emil Velikov
This seems like unnecessary book-keeping which makes the topic "supported by the display" vs "there is a library that one can manage" more convoluted than needed. One can safely assume that if the GLX implementation exposes the extension(s) then it supports the API. Whether it will succeed in