commit | 7a9c92d071d010066349da3a3972313c4d623d18 | [log] [tgz] |
---|---|---|
author | Emil Velikov <emil.velikov@collabora.com> | Tue Aug 16 16:33:49 2016 +0100 |
committer | Emil Velikov <emil.l.velikov@gmail.com> | Fri Oct 14 12:16:03 2016 +0100 |
tree | a065a939ae33fe4a26c817e4f3d2cf6896baee0f | |
parent | b349c11098ed9511510bd2e20e12ab52fe927508 [diff] |
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>