summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/hwdec_rpi.c
Commit message (Expand)AuthorAgeFilesLines
* player: remove all rpi-specific codeDudemanguy2024-02-051-384/+0
* csputils: replace mp_colorspace with pl_color_spaceKacper Michajłow2024-01-221-5/+5
* vo: hwdec: Pass the ra_ctx to hwdecs instead of just the raPhilip Langdale2023-05-281-1/+1
* client API: add a new way to pass X11 Display etc. to render APIwm42018-03-261-3/+1
* vo_gpu: hwdec: remove redundant fieldswm42017-12-011-1/+0
* vo_opengl: refactor into vo_gpuNiklas Haas2017-09-211-1/+1
* rpi: fix buildwm42017-08-111-5/+5
* vo_opengl: separate hwdec context and mapping, port it to use rawm42017-08-101-35/+23
* vo_opengl: shrink the hwdec overlay APIwm42017-08-091-12/+11
* vo_opengl: further GL API use separationwm42017-08-071-7/+1
* vo_opengl: drop TLS usagewm42017-05-111-2/+1
* vo_opengl: hwdec_rpi: fix NULL pointer deref in certain caseswm42016-10-041-1/+3
* vo_opengl: rpi: remove dumb commentwm42016-09-301-1/+0
* vo_opengl: rpi: fix glaring memory leakwm42016-09-301-2/+5
* vo_opengl: rpi: use overlay for yuv420p toowm42016-09-301-1/+6
* vo_opengl: hwdec_rpi: remove copy&paste errorwm42016-09-231-1/+0
* vo_opengl: add hw overlay support and use it for RPIwm42016-09-121-0/+399