summaryrefslogtreecommitdiffstats
path: root/video/out/gpu/video.c
Commit message (Expand)AuthorAgeFilesLines
* vo_gpu: don't segfault if 3DLUT texture fails uploadingNiklas Haas2021-01-011-0/+5
* vo_gpu: cast bvecN to vecN for mix() on older GLSLNiklas Haas2020-12-281-12/+15
* vo_gpu: revert 8a09299 and conditionally clear framebuffer againder richter2020-12-061-3/+5
* vo_gpu: add better gamut clipping optionNiklas Haas2020-06-191-0/+2
* vo_gpu: fix scaler/window validation to allow unsettingNiklas Haas2020-06-181-0/+4
* vo_gpu: add BT.2390 tone-mappingNiklas Haas2020-06-151-2/+3
* vo_gpu: move coherent specifier to the correct locationNiklas Haas2020-06-101-1/+1
* vo_gpu: fix display corruption with window screenshotswm42020-06-061-0/+1
* vo_gpu: mark peak detection buffer coherentNiklas Haas2020-06-061-1/+1
* vo_gpu: un-fix storable fbo format checkNiklas Haas2020-05-131-2/+1
* vo_gpu: manually resolve user shader prefixeswm42020-05-101-1/+4
* vo_gpu: fix green shit with float yuv inputwm42020-05-091-0/+3
* vo_gpu: enable frame caching for still framesNiklas Haas2020-04-301-3/+3
* video: add alpha type metadatawm42020-04-241-2/+4
* options: change option macros and all option declarationswm42020-03-181-104/+108
* vo_gpu: warn if correct-downscaling is ignoredAvi Halachmi (:avih)2020-03-141-0/+11
* vo_gpu: generally allow non-storable FBOsNiklas Haas2020-03-081-1/+10
* vo_gpu: avoid error spam when ra_fbo fmt is non-storableNiklas Haas2020-03-081-0/+2
* vo_gpu: fix crash if dither texture fails to allocatewm42020-01-081-0/+3
* vo_gpu: hwdec_vdpau: remove direct_modePhilip Langdale2019-12-281-45/+0
* vf_gpu: render subtitleswm42019-11-301-7/+11
* vo_gpu: fix infinite scaler reinit spamNiklas Haas2019-11-231-8/+9
* video/out/gpu: Remove stray top-level ';'Michael Forney2019-11-181-1/+1
* vo_gpu: sync duplicated condition on peak computationwm42019-11-161-0/+2
* vo_gpu: yuv alpha is always full rangewm42019-11-091-8/+6
* vo_gpu: unconditionally clear framebuffer on start of framewm42019-11-061-5/+3
* vo_gpu: add and utilize color space information from ra_fboJan Ekström2019-10-301-8/+35
* vo_gpu: attempt to fix 0bgr formatwm42019-10-261-2/+21
* vo_gpu, options: don't return NaN through APIwm42019-10-251-4/+8
* options: add M_OPT_FILE to some more options that take filesPhilip Sequeira2019-09-271-2/+2
* vo_gpu: correctly normalize src.sig_peakNiklas Haas2019-09-151-1/+4
* vo_gpu: fix taking screenshots of rotated videoswnoun2019-08-141-2/+6
* vo_gpu: fix use of existing textures in error diffusionBin Jin2019-06-161-6/+8
* vo_gpu: implement error diffusion for ditheringBin Jin2019-06-161-0/+85
* vo_gpu: fix --scaler-resizes-only for fractional ratio scalingBin Jin2019-06-061-3/+6
* vo_gpu: expose texture_off to user shaderBin Jin2019-06-061-0/+1
* vo_gpu: allow user shader to fix texture offsetBin Jin2019-06-061-3/+32
* vo_gpu: increase user shader size limitBin Jin2019-03-131-1/+1
* Merge branch 'master' into pr6360Jan Ekström2019-03-111-56/+74
|\
| * vo_gpu: make texture offset available to CHROMA hooksBin Jin2019-03-091-16/+25
| * vo_gpu: fix initial seeding of the peak detect ssboNiklas Haas2019-02-181-3/+1
| * vo_gpu: use dB units for scene change detectionNiklas Haas2019-02-181-6/+6
| * vo_gpu: clamp sigmoid functionNiklas Haas2019-02-181-0/+2
| * vo_gpu: allow color management in dumb modeNiklas Haas2019-02-181-5/+6
| * vo_gpu: improve accuracy of HDR brightness estimationNiklas Haas2019-02-181-2/+2
| * vo_gpu: allow boosting dark scenes when tone mappingNiklas Haas2019-02-181-0/+2
| * vo_gpu: redesign peak detection algorithmNiklas Haas2019-02-181-16/+20
| * vo_gpu: improve tone mapping desaturationNiklas Haas2019-02-181-20/+21
| * vo_gpu: allow resetting target-peak to the trc defaultKotori Itsuka2019-01-231-1/+2
* | Merge commit '559a400ac36e75a8d73ba263fd7fa6736df1c2da' into wm4-commits--mer...Anton Kindestam2018-12-051-1/+3
|\ \ | |/ |/|
| * player: get rid of mpv_global.optswm42018-05-241-1/+3
* | vo_gpu: split --linear-scaling into two separate optionsNiklas Haas2018-10-191-12/+23
* | vo_gpu: avoid overwriting compute shader block sizesNiklas Haas2018-08-261-4/+10
* | gpu: prefer 16bit floating point FBO formats to 16bit integer onesJan Ekström2018-07-081-1/+1
|/
* vo_gpu/video: disable compute shaders if an FBO format was not availableJan Ekström2018-05-011-0/+5
* vo_gpu/video: add improved logging when a user-specified FBO failsJan Ekström2018-05-011-2/+13
* gpu/video: make HDR peak computing work without work group countNiklas Haas2018-04-291-4/+5
* gpu/video: improve HDR peak computation feature check loggingJan Ekström2018-04-291-1/+4
* video: remove internal stereo_out flagwm42018-04-291-2/+2
* vo_gpu: move some extra code for screenshot to video.cwm42018-04-201-5/+14
* vo_gpu: fix anamorphic video screenshots (second try)wm42018-03-161-3/+4
* vo_gpu: fix anamorphic screenshotswm42018-03-151-2/+2
* vo_gpu: error out if there were rendering errors when taking screenshotwm42018-03-031-1/+5
* vo_gpu: fix taking screenshots of rotated videoswm42018-03-031-0/+3
* vo_gpu: introduce --target-peakNiklas Haas2018-02-201-4/+7
* vo_gpu: simplify and correct color scale handlingNiklas Haas2018-02-201-0/+6
* vo_gpu: use a variable for the RA_CAP_FRAGCOORD flagJames Ross-Gowan2018-02-131-4/+3
* vo_gpu: check for HDR peak detection in dumb mode tooJames Ross-Gowan2018-02-131-7/+8
* vo_gpu: make screenshots use the GL rendererwm42018-02-111-1/+79
* vo_gpu: add internal ability to skip osd/subs for renderingwm42018-02-111-14/+30
* vo_gpu: use blit() only if target ra_tex supports itwm42018-02-111-2/+3
* vo_gpu: correctly infer HDR peak detection supportNiklas Haas2018-02-111-1/+4
* vo_gpu: refactor HDR peak detection algorithmNiklas Haas2018-02-111-9/+9
* vo_gpu: port HDR tone mapping algorithm from libplaceboNiklas Haas2018-02-051-19/+28
* vo_gpu: check for RA_CAP_FRAGCOORD in dumb mode tooJames Ross-Gowan2018-01-301-13/+14
* video: fix crash with vdpau when reinitializing renderingwm42018-01-271-3/+3
* video: change some remaining vo_opengl mentions to vo_gpuAkemi2018-01-201-1/+1
* vo_gpu: skip DR for unsupported image formatswm42018-01-181-0/+3
* 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