summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_gpu.c
Commit message (Collapse)AuthorAgeFilesLines
* vf_gpu: render subtitleswm42019-11-301-1/+9
| | | | | | | Pretty annoying affair. The vo_gpu code could of course not trigger rendering from filters yet, so it needed to be extended. Also, this uses some icky stuff made for vf_sub (and this was the reason I marked vf_sub as deprecated), so everything is terrible.
* vf_gpu: add video filter using vo_gpu's rendererwm42019-11-291-0/+364
Probably pretty useless in this form (see: the wall of warnings), but someone wanted this. I think this should be useful to perform some automated tests, maybe. Fixes: #7194