summaryrefslogtreecommitdiffstats
path: root/video/out/gpu/context.c
Commit message (Expand)AuthorAgeFilesLines
* various: add GPU context descriptionnanahi2024-04-181-0/+1
* video/out/gpu/context: add auto dummy contextnanahi2024-04-181-5/+21
* video/out/gpu/context: convert --gpu-context to use obj_settings_listnanahi2024-04-181-88/+99
* video/out/gpu/context: don't use hidden flag for contextsnanahi2024-04-181-14/+24
* various: avoid function pointer castsKacper Michajłow2024-02-281-4/+2
* player: remove all rpi-specific codeDudemanguy2024-02-051-4/+0
* command: export current-gpu-context propertynanahi2024-01-201-0/+1
* cocoa: remove OpenGL cocoa backendder richter2023-11-101-4/+0
* vo_gpu/vo_gpu_next: add vulkan support for macOSder richter2023-10-141-0/+4
* build: internally rename gl-wayland to egl-waylandDudemanguy2023-07-231-1/+1
* options: transition options from OPT_FLAG to OPT_BOOLChristoph Heinrich2023-02-211-2/+2
* Vulkan: add configure check for VK_KHR_display extensionrcombs2023-02-201-0/+2
* gpu/context: properly guard wldmabuf contextDudemanguy2022-11-031-1/+1
* vo_dmabuf_wayland: use special ra_ctx_create_by_nameDudemanguy2022-10-281-6/+34
* vo_dmabuf_wayland: wayland VO displaying dmabuf buffersAaron Boxer2022-10-261-0/+7
* vo_gpu: lift ra_ctx_* opts to a global structNiklas Haas2021-11-031-14/+29
* vo_gpu: vulkan: implement a VkDisplayKHR backed contextPhilip Langdale2021-06-111-0/+2
* options: Make validation and help possible for all option typesPhilip Langdale2021-03-281-16/+24
* vo_gpu: fix typo in struct namesfan52020-06-241-1/+1
* Revert "vo_gpu: move wayland below X11 in autoprobe order"Dudemanguy2020-01-011-6/+6
* vo_gpu: move wayland below X11 in autoprobe orderwm42019-12-301-6/+6
* vo_gpu: vulkan: add Android contextsfan52019-09-271-0/+4
* vo_gpu: remove vdpau/GLX backendwm42019-09-191-4/+0
* vo_gpu: remove mali-fbdevwm42019-09-191-4/+0
* vo_gpu: x11: remove special vdpau probing, use EGL by defaultwm42019-09-151-4/+0
* vo_gpu: vulkan: Add back context_win for libplaceboPhilip Langdale2019-04-211-3/+1
* vo_gpu: vulkan: use libplacebo insteadNiklas Haas2019-04-211-1/+3
* gpu: prefer wayland context on autodetectdudemanguy2018-11-191-3/+3
* wscript: split egl-android from androidTom Yan2018-08-201-1/+1
* vo_gpu: d3d11: initial implementationJames Ross-Gowan2017-11-071-0/+7
* vo_gpu: semi-fix --gpu-context/--gpu-api options and help outputwm42017-10-161-14/+11
* vo_gpu: mali-fbdev: fix build errorTobias Jakobi2017-10-131-2/+2
* vo_gpu: android: fix gpu contextAman Gupta2017-10-091-0/+4
* vo_gpu: vulkan: add support for WindowsJames Ross-Gowan2017-09-281-0/+4
* vo_gpu: vulkan: add support for waylandRostislav Pehlivanov2017-09-261-0/+9
* vo_gpu: vulkan: generalize SPIR-V compilerNiklas Haas2017-09-261-5/+13
* vo_gpu: vulkan: initial implementationNiklas Haas2017-09-261-0/+8
* vo_gpu: fix autoprobing messagewm42017-09-221-2/+4
* vo_gpu: convert windows/osx hwdecs/contexts to new APIJames Ross-Gowan2017-09-211-4/+2
* vo_opengl: refactor into vo_gpuNiklas Haas2017-09-211-0/+186