mpv/video/out/gpu
nanahi 265056fa54 vo_gpu: optimize pass_info_reset
No need to reset mp_pass_perf which is only read when desc.len > 0.
This avoids zeroing >16384 uint64_t's every time it's called.
Profiling shows that this reduces CPU usage for frame rendering by ~4%.
2024-06-22 22:48:40 +02:00
..
context.c various: add GPU context description 2024-04-18 16:28:21 +02:00
context.h various: add GPU context description 2024-04-18 16:28:21 +02:00
d3d11_helpers.c d3d11: disable IDXGIInfoQueue usage if dxgidebug.h is incomplete 2024-04-19 03:32:29 +02:00
d3d11_helpers.h d3d11: disable IDXGIInfoQueue usage if dxgidebug.h is incomplete 2024-04-19 03:32:29 +02:00
error_diffusion.c various: replace dead links in comments 2024-02-11 04:01:24 +00:00
error_diffusion.h
hwdec.c
hwdec.h various: avoid function pointer casts 2024-02-28 16:04:02 +00:00
lcms.c vo_gpu: add missing PL_COLOR_TRC_ST428 case in lcms 2024-03-01 18:11:43 +00:00
lcms.h lcms: check for null arg in gl_parse_3dlut_size 2024-05-09 21:21:40 +02:00
libmpv_gpu.c
libmpv_gpu.h
osd.c
osd.h
ra.c
ra.h various: make mentions of macOS consistent 2024-02-21 20:46:53 +01:00
shader_cache.c
shader_cache.h
spirv.c video/out/gpu/spirv: fix warning: zero size arrays are an extension 2024-03-19 08:58:18 +01:00
spirv.h
spirv_shaderc.c
user_shaders.c
user_shaders.h
utils.c
utils.h
video.c vo_gpu: optimize pass_info_reset 2024-06-22 22:48:40 +02:00
video.h vo_gpu: support video-target-params 2024-03-27 22:08:56 +01:00
video_shaders.c various: replace dead links in comments 2024-02-11 04:01:24 +00:00
video_shaders.h