summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/rpi.h
Commit message (Collapse)AuthorAgeFilesLines
* vo_opengl: vaapi: redo how EGL extensions are loadedwm42015-09-271-0/+3
| | | | | | | It looks like my hope that we can unconditionally include EGL headers in the OpenGL code is not coming true, because OSX does not support EGL at all. So I prefer loading the VAAPI EGL/GL specific extensions manually, because it's less of a mess. Partially reverts commit d47dff3f.
* vo_rpi, wayland: fix buildwm42015-09-251-2/+2
| | | | | | Broken by commit d47dff3f. If something is going to include EGL.h, header_fixes.h has to know. This definitely affected vo_rpi, and probably affects wayland builds (with x11egl didabled) as well.
* vo_opengl: remove gl_ prefixes from files in video/out/openglNiklas Haas2015-09-091-0/+17
This is a bit redundant with the name of the directory itself, and not in line with existing naming conventions.