summaryrefslogtreecommitdiffstats
path: root/video/out/gpu/video.c
Commit message (Expand)AuthorAgeFilesLines
* vo_gpu: fix broken 10 bit via integer textures playbackwm42018-01-171-3/+3
* vo_gpu: attempt re-using the FBO format for p->output_texNiklas Haas2017-12-251-1/+7
* vo_gpu: aggressively prefer async computeNiklas Haas2017-12-251-0/+5
* vo_gpu: invalidate fbotex before drawingNiklas Haas2017-12-251-7/+7
* msg: reinterpret a bunch of message levelsNiklas Haas2017-12-151-21/+13
* video: remove code duplication by calling a hwdec loader helperwm42017-12-111-2/+1
* video: properly initialize and set hwdec_interopwm42017-12-111-0/+2
* vo_gpu: make it possible to load multiple hwdec interop driverswm42017-12-011-21/+82
* vo_gpu: never pass flipped images to ra or ra backendswm42017-11-101-2/+7
* vo_gpu: d3d11: add RA caps for ra_d3d11James Ross-Gowan2017-11-071-1/+15
* vo_gpu: don't re-render hwdec frames when repeating frameswm42017-11-031-19/+11
* vo_gpu: change --tone-mapping-desaturate algorithmNiklas Haas2017-10-251-1/+1
* video: fix alpha handlingwm42017-10-191-2/+4
* vo_gpu: add rgba16hf to the list of FBO formatsJames Ross-Gowan2017-10-181-1/+2
* 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