aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/opengl/ra.h
Commit message (Expand)AuthorAge
* vo_opengl: better formatting for enum RA_CAPGravatar Niklas Haas2017-08-07
* vo_opengl: simplify mirroring and fix it if glBlitFramebuffer is usedGravatar wm42017-08-07
* vo_opengl: generalize ra_buf to support other buffer objectsGravatar Niklas Haas2017-08-07
* vo_opengl: move timers to struct raGravatar Niklas Haas2017-08-06
* vo_opengl: move shader handling to raGravatar wm42017-08-05
* vo_opengl: organize ra PBO flag slightly differentlyGravatar wm42017-08-05
* vo_opengl: make OSD code use ra for texturesGravatar wm42017-08-05
* vo_opengl: pass ra objects during rendering instead of GL objectsGravatar wm42017-08-05
* vo_opengl: make fbotex helper use raGravatar wm42017-08-05
* vo_opengl: remove unused ra_mapped_buffer.preferred_align fieldGravatar wm42017-08-03
* vo_opengl: manage scaler LUT textures via raGravatar wm42017-07-29
* vo_opengl: manage dither texture via raGravatar wm42017-07-29
* vo_opengl: start work on rendering API abstractionGravatar wm42017-07-26