summaryrefslogtreecommitdiff
path: root/test/egl_common.c
AgeCommit message (Collapse)AuthorFilesLines
2013-12-05Add support for EGL.Eric Anholt1-0/+50
This totally replaces the getprocaddress and dlsym code, which was basically just stubs up until now. The is_glx/is_egl() is also dropped -- they weren't doing anything, and the only false answer they could give is if the dlopen were to fail.