glx: Remove dl_can_open restriction for supports_context_api()
commitf1879a1afe4ffdf07e60ebdac66334f2e9df0311
authorEmil Velikov <emil.l.velikov@gmail.com>
Tue, 1 Sep 2015 12:35:51 +0000 (1 13:35 +0100)
committerChad Versace <chad.versace@intel.com>
Tue, 10 Nov 2015 20:19:56 +0000 (10 12:19 -0800)
tree0712d4d00fbe93de777216609f22340c6e0bf477
parent18bd2da6695862258af949ad70a3cb0ddd4cadfe
glx: Remove dl_can_open restriction for supports_context_api()

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
creating such a context is another topic :)

[chadv: Fix unused variable warning on 'plat']

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Signed-off-by: Chad Versace <chad.versace@intel.com>
src/waffle/glx/glx_display.c