summaryrefslogtreecommitdiffstats
path: root/video/out/gl_utils.c
Commit message (Expand)AuthorAgeFilesLines
* vo_opengl: move gl_* files to their own subdirNiklas Haas2015-09-091-951/+0
* vo_opengl: use the correct attribute name for vertex positionwm42015-09-041-2/+2
* vo_opengl: don't distinguish "real" and texture sizewm42015-09-021-9/+9
* vo_rpi: use EGL to render subtitleswm42015-08-181-0/+2
* vo_opengl: fix a small memory leak when loading user shaderswm42015-06-091-1/+1
* vo_opengl: add support for custom shadersNiklas Haas2015-05-271-1/+71
* vo_opengl: increase shader cache sizeNiklas Haas2015-03-261-1/+1
* vo_opengl: replace float array with a structwm42015-03-131-10/+11
* vo_opengl: restore GL(ES) 2 compatibilitywm42015-03-131-0/+2
* vo_opengl: refactor shader generation (part 2)Niklas Haas2015-03-121-3/+3
* vo_opengl: refactor shader generation (part 1)wm42015-03-121-22/+474
* vo_opengl: fix a castwm42015-01-291-1/+1
* vo_opengl: split out a helper for drawing primitiveswm42015-01-291-0/+21
* vo_opengl: some minor cleanupswm42015-01-291-0/+27
* vo_opengl: move FBO helper to gl_utilswm42015-01-291-0/+77
* vo_opengl: create abstraction for VAOswm42015-01-281-0/+86
* vo_opengl: move utility functions from loader to a separate filewm42015-01-281-0/+213