summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/ra_gl.h
Commit message (Expand)AuthorAgeFilesLines
* vo_opengl: refactor into vo_gpuNiklas Haas2017-09-211-2/+1
* vo_opengl: move strictly private ra_gl structs to .c filewm42017-08-111-35/+0
* vo_opengl: separate hwdec context and mapping, port it to use rawm42017-08-101-4/+8
* vo_opengl: go back to using GL_TIME_ELAPSEDNiklas Haas2017-08-081-0/+1
* vo_opengl: further GL API use separationwm42017-08-071-2/+3
* vo_opengl: nuke ra_gl->first_runNiklas Haas2017-08-071-1/+0
* vo_opengl: generalize ra_buf to support other buffer objectsNiklas Haas2017-08-071-3/+3
* vo_opengl: move shader handling to rawm42017-08-051-0/+12
* vo_opengl: split utils.c/hwm42017-08-051-1/+1
* vo_opengl: pass ra objects during rendering instead of GL objectswm42017-08-051-2/+8
* vo_opengl: make fbotex helper use rawm42017-08-051-0/+1
* vo_opengl: start work on rendering API abstractionwm42017-07-261-0/+29