summaryrefslogtreecommitdiffstats
path: root/video/out/gpu/video.c
Commit message (Expand)AuthorAgeFilesLines
* vo_gpu: fix video sometimes not being rerendered on equalizer changewm42017-10-171-1/+9
* vo_gpu: enable 3DLUTs in dumb modeNiklas Haas2017-09-301-1/+3
* vo_gpu: fix --opengl-gamma redirectNiklas Haas2017-09-281-1/+1
* vo_gpu: set the correct number of vertex attribsNiklas Haas2017-09-281-2/+2
* vo_gpu: make the vertex attribs dynamicNiklas Haas2017-09-281-53/+71
* vo_gpu: kill some static arraysNiklas Haas2017-09-281-81/+69
* vo_gpu: attempt to avoid UBOs for dynamic variablesNiklas Haas2017-09-261-0/+5
* vo_gpu: handle texture initialization errors gracefullyNiklas Haas2017-09-231-15/+22
* vo_gpu: reduce the --alpha=blend-tiles checkerboard intensityNiklas Haas2017-09-221-1/+1
* vo_gpu: simplify compute shader coordinate calculationNiklas Haas2017-09-221-5/+2
* vo_gpu: simplify structs / namesNiklas Haas2017-09-221-284/+285
* vo_gpu: kill off FBOTEX_FUZZYNiklas Haas2017-09-221-18/+16
* options: properly handle deprecated options with CLI actionswm42017-09-221-1/+1
* vo_gpu: drop the RA_CAP_NESTED_ARRAY req from EWA computeNiklas Haas2017-09-211-1/+1
* vo_gpu: fix gamma scaleNiklas Haas2017-09-211-3/+3
* vo_gpu: describe the plane merging passNiklas Haas2017-09-211-1/+1
* vo_opengl: refactor into vo_gpuNiklas Haas2017-09-211-0/+3809