summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/ra.c
Commit message (Expand)AuthorAgeFilesLines
* vo_opengl: support float pixel formatswm42017-08-151-6/+32
* vo_opengl: add another ra_format field to exclude insane formatswm42017-08-071-2/+3
* vo_opengl: further GL API use separationwm42017-08-071-0/+8
* vo_opengl: generalize ra_buf to support other buffer objectsNiklas Haas2017-08-071-0/+12
* vo_opengl: move shader handling to rawm42017-08-051-0/+45
* vo_opengl: make fbotex helper use rawm42017-08-051-0/+9
* vo_opengl: add legend for texture format debug dumpwm42017-08-031-0/+4
* vo_opengl: manage dither texture via rawm42017-07-291-0/+12
* vo_opengl: use ra_* for format negotiation toowm42017-07-291-6/+15
* vo_opengl: start work on rendering API abstractionwm42017-07-261-0/+199