summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/context.h
Commit message (Collapse)AuthorAgeFilesLines
* vo_opengl: split backend code from common.c to context.cwm42015-12-191-0/+104
Now common.c only contains the code for the function loader, while context.c contains the backend loader/dispatcher. Not calling it "backend.c", because the central struct is called MPGLContext.