aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/gl_utils.c
Commit message (Expand)AuthorAge
* vo_rpi: use EGL to render subtitlesGravatar wm42015-08-18
* vo_opengl: fix a small memory leak when loading user shadersGravatar wm42015-06-09
* vo_opengl: add support for custom shadersGravatar Niklas Haas2015-05-27
* vo_opengl: increase shader cache sizeGravatar Niklas Haas2015-03-26
* vo_opengl: replace float array with a structGravatar wm42015-03-13
* vo_opengl: restore GL(ES) 2 compatibilityGravatar wm42015-03-13
* vo_opengl: refactor shader generation (part 2)Gravatar Niklas Haas2015-03-12
* vo_opengl: refactor shader generation (part 1)Gravatar wm42015-03-12
* vo_opengl: fix a castGravatar wm42015-01-29
* vo_opengl: split out a helper for drawing primitivesGravatar wm42015-01-29
* vo_opengl: some minor cleanupsGravatar wm42015-01-29
* vo_opengl: move FBO helper to gl_utilsGravatar wm42015-01-29
* vo_opengl: create abstraction for VAOsGravatar wm42015-01-28
* vo_opengl: move utility functions from loader to a separate fileGravatar wm42015-01-28