summaryrefslogtreecommitdiffstats
path: root/video/out/gpu/user_shaders.c
Commit message (Expand)AuthorAgeFilesLines
* vo_gpu: don't pass gl_user_shader_hook by valueKacper Michajłow2023-11-281-2/+2
* options: transition commands from OPT_FLAG to OPT_BOOLChristoph Heinrich2023-02-211-0/+1
* options: transition options from OPT_FLAG to OPT_BOOLChristoph Heinrich2023-02-211-1/+0
* various: replace abort() with MP_ASSERT_UNREACHABLE() where appropriatesfan52023-01-121-2/+2
* vo_gpu: allow user shader to fix texture offsetBin Jin2019-06-061-6/+12
* vo_gpu: add two useful operators to user shaderBin Jin2019-03-091-0/+5
* vo_opengl: refactor into vo_gpuNiklas Haas2017-09-211-0/+452