egl/dri2: non-shared glapi cleanups
authorEmil Velikov <emil.velikov@collabora.com>
Tue, 16 Aug 2016 15:33:49 +0000 (16:33 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Fri, 14 Oct 2016 11:16:03 +0000 (12:16 +0100)
commit7a9c92d071d010066349da3a3972313c4d623d18
treea065a939ae33fe4a26c817e4f3d2cf6896baee0f
parentb349c11098ed9511510bd2e20e12ab52fe927508
egl/dri2: non-shared glapi cleanups

For a while now we require shared glapi for EGL, thus we can drop a
few bits from the olden days. Namely - dlopen(NULL...) is not possible,
error out at build stage if so and drop the guard around dlclose().

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
src/egl/drivers/dri2/egl_dri2.c