Skip to content

shaders/sampling: always use textures for polar LUTs

Niklas Haas requested to merge polar_texture into master

SH_LUT_LITERAL is really only faster on modern AMD; and in many other environments, they're catastrophically slow.

Fixes: https://github.com/mpv-player/mpv/issues/10705

Merge request reports