summaryrefslogtreecommitdiffstats
path: root/video/out/hwdec
Commit message (Collapse)AuthorAgeFilesLines
* vo/gpu: hwdec_cuda: Refactor gpu api specific code into separate filesPhilip Langdale2019-05-034-0/+845
The amount of code now present that's specific to Vulkan or OpenGL has reached the point where we really want to split it out to avoid a mess of #ifdefs. At the same time, I'm moving the code to an api neutral location.