summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/ra.h
Commit message (Expand)AuthorAgeFilesLines
* vo_opengl: add a hack for Apple's broken iOS hwdec stuffwm42017-08-081-1/+4
* vo_opengl: cosmetics to commentswm42017-08-081-5/+3
* vo_opengl: add another ra_format field to exclude insane formatswm42017-08-071-0/+2
* vo_opengl: further GL API use separationwm42017-08-071-0/+12
* vo_opengl: better formatting for enum RA_CAPNiklas Haas2017-08-071-7/+7
* vo_opengl: simplify mirroring and fix it if glBlitFramebuffer is usedwm42017-08-071-6/+6
* vo_opengl: generalize ra_buf to support other buffer objectsNiklas Haas2017-08-071-15/+40
* vo_opengl: move timers to struct raNiklas Haas2017-08-061-0/+22
* vo_opengl: move shader handling to rawm42017-08-051-0/+164
* vo_opengl: organize ra PBO flag slightly differentlywm42017-08-051-2/+5
* vo_opengl: make OSD code use ra for textureswm42017-08-051-3/+18
* vo_opengl: pass ra objects during rendering instead of GL objectswm42017-08-051-0/+21
* vo_opengl: make fbotex helper use rawm42017-08-051-0/+8
* vo_opengl: remove unused ra_mapped_buffer.preferred_align fieldwm42017-08-031-1/+0
* vo_opengl: manage scaler LUT textures via rawm42017-07-291-2/+2
* vo_opengl: manage dither texture via rawm42017-07-291-0/+6
* vo_opengl: start work on rendering API abstractionwm42017-07-261-0/+175