summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/video.c
Commit message (Expand)AuthorAgeFilesLines
* vo_opengl: generalize HDR tone mapping to gamut mappingNiklas Haas2017-08-031-4/+5
* vo_opengl: manage user shader textures with rawm42017-07-301-31/+16
* vo_opengl: fix dither texture filterwm42017-07-301-1/+0
* vo_opengl: manage ICC LUT texture via rawm42017-07-291-28/+25
* vo_opengl: manage scaler LUT textures via rawm42017-07-291-33/+16
* vo_opengl: manage dither texture via rawm42017-07-291-30/+23
* vo_opengl: do not use GL format conversion on texture uploadwm42017-07-291-16/+16
* vo_opengl: use ra_* for format negotiation toowm42017-07-291-23/+4
* vo_opengl: support loading custom user texturesNiklas Haas2017-07-271-58/+145
* vo_opengl: slightly refactor user_shaders codeNiklas Haas2017-07-271-63/+44
* vo_opengl: fix mpgl_caps bit checkNiklas Haas2017-07-271-1/+1
* vo_opengl: start work on rendering API abstractionwm42017-07-261-121/+85
* vo_opengl: describe the texture uploading modeNiklas Haas2017-07-261-1/+2
* vo_opengl: check against shmem limitsNiklas Haas2017-07-261-15/+45
* vo_opengl: cosmetic changeNiklas Haas2017-07-251-8/+6
* vo_opengl: kill off FBOTEX_COMPUTE againNiklas Haas2017-07-251-5/+1
* vo_opengl: fix incoherent SSBO usageNiklas Haas2017-07-251-0/+1
* vo_opengl: fix incoherent texture usageNiklas Haas2017-07-251-0/+1
* vo_opengl: adjust the rules for linearizationNiklas Haas2017-07-241-20/+41
* vo_opengl: enable compute shader for mesaBin Jin2017-07-251-4/+7
* vo_opengl: support user compute shadersNiklas Haas2017-07-241-0/+2
* vo_opengl: implement compute shader based EWA kernelNiklas Haas2017-07-241-1/+15
* vo_opengl: support HDR peak detectionNiklas Haas2017-07-241-1/+56
* vo_opengl: support compute shadersNiklas Haas2017-07-241-4/+89
* vo_opengl: cut down on FBOTEX_FUZZY abuseNiklas Haas2017-07-241-4/+2
* common, vo_opengl: add/use helper for formatted strings on the stackwm42017-07-241-8/+4
* vo_opengl: add direct rendering supportwm42017-07-241-4/+151
* vo_opengl: add printf format checking to pass_describe()wm42017-07-221-0/+1
* vo_opengl: osd: use new VAO mechanismwm42017-07-221-22/+4
* vo_opengl: add mechanism to create/cache VAO on the flywm42017-07-221-10/+3
* vo_opengl: osd: refactor and simplifywm42017-07-221-1/+2
* vo_opengl: avoid constant divisionsNiklas Haas2017-07-171-9/+10
* vo_opengl: generalize --scale-clamp etc.Niklas Haas2017-07-121-1/+1
* vo_opengl: remove redundant gl_video_setup_hooks callNiklas Haas2017-07-121-1/+0
* vo_opengl: fix type of glsl variable frameAman Gupta2017-07-111-1/+1
* vo_opengl: don't make assumptions about plane orderwm42017-07-101-9/+30
* vo_opengl: fix dumb_mode chroma transformation fixupNiklas Haas2017-07-101-2/+2
* vo_opengl: describe the remainder passes after user shadersNiklas Haas2017-07-091-0/+1
* vo_opengl: rework --opengl-dumb-modeNiklas Haas2017-07-071-4/+9
* vo_opengl: also expose NAME_mul for user shadersNiklas Haas2017-07-061-2/+3
* vo_opengl: add --tone-mapping-desaturateNiklas Haas2017-07-061-1/+5
* vo_opengl: get rid of weird double-bind in pass_read_fboNiklas Haas2017-07-051-4/+2
* vo_opengl: remove redundant left-over lineNiklas Haas2017-07-051-1/+0
* vo_opengl: use textureGatherOffset for polar filtersNiklas Haas2017-07-051-1/+1
* vo_opengl: make the pass info mechanism more robustNiklas Haas2017-07-031-17/+26
* filter_kernels: add radius cutoff functionalityNiklas Haas2017-07-031-4/+9
* options: change everything againwm42017-07-021-6/+2
* vo_opengl: describe vdpau reinterleaving passNiklas Haas2017-07-011-0/+1
* vo_opengl: fix some more pass_info_reset issuesNiklas Haas2017-07-011-1/+10
* vo_opengl: call pass_info_reset earlierNiklas Haas2017-07-011-1/+1
* vo_opengl: merge uploading and renderingNiklas Haas2017-07-011-14/+14
* vo_opengl: refactor vo performance subsystemNiklas Haas2017-07-011-58/+141
* vo_opengl: remove mp_imgfmt_desc and IMGFLAG_ usagewm42017-06-301-35/+42
* vo_opengl: restructure format setupwm42017-06-301-45/+54
* options: change path list options, and document list optionswm42017-06-301-1/+6
* vo_opengl: unify user_shaders constantsNiklas Haas2017-06-281-13/+9
* vo_opengl: silence -Wmaybe-uninitialized false positiveNiklas Haas2017-06-241-3/+3
* vo_opengl: implement support for OOTFs and non-display referred contentNiklas Haas2017-06-181-0/+2
* csputils: rename HDR curvesNiklas Haas2017-06-181-5/+1
* video: refactor HDR implementationNiklas Haas2017-06-181-35/+5
* vo_opengl: fall back to ordered dither instead of blowing upwm42017-06-171-4/+9
* vo_opengl: change default tone mapping algorithmNiklas Haas2017-06-101-1/+1
* vo_opengl: add new HDR tone mapping algorithmNiklas Haas2017-06-091-0/+1
* vo_opengl: another attempt at removing the overlay correctlywm42017-05-021-4/+12
* vo_opengl: make sure overlays are removed on gl_video_config()wm42017-04-291-1/+4
* vo_opengl: fix crash by coping temporal_dither_period for dumb mode toowm42017-04-211-0/+1
* vo_opengl: add option for caching shaders on diskwm42017-04-081-1/+2
* vo_opengl: use 16 bit textures with anglewm42017-04-031-1/+0
* vo_opengl: replace uniform variable image_size with input_sizeigv2017-03-251-2/+5
* vo_opengl: add tex_offset uniform variable to user shadersigv2017-03-251-0/+5
* vo_opengl: make size of a cropped source image available to user shadersigv2017-03-251-0/+6
* vo_opengl: read framebuffer depth from actual FBO used for renderingwm42017-03-201-9/+11
* vo_opengl: move some init_gl code to utility functionswm42017-03-201-50/+12
* vo_opengl: properly respect dither option if dumb mode is usedwm42017-03-201-1/+6
* options: add M_OPT_FILE to some more file optionsPhilip Sequeira2017-03-061-1/+1
* filter_kernels: Keep f.radius in terms of dest/filter coords.Nicholas J. Kain2017-03-061-0/+3
* vo_opengl: move texture mapping of pixel formats to helper functionwm42017-02-171-125/+7
* vo_opengl: handle GL_LUMINANCE_ALPHA and integer textures differentlywm42017-02-171-25/+22
* vo_opengl: replace 2 memsetswm42017-01-081-2/+2
* vo_opengl: partially fix rotation for 4:2:2 contentNiklas Haas2016-12-281-1/+6
* options: remove deprecated sub-option handling for --vo and --aowm42016-11-251-89/+0
* vo_opengl: blend against background color for --alpha=blendPhilip Sequeira2016-11-131-8/+14
* vo_opengl: fix --blend-subtitles handlingwm42016-11-071-2/+2
* vo_opengl: fix redrawing with hardware decodingwm42016-11-071-0/+1
* filter_kernels: add ability to taper kernels/windowsNiklas Haas2016-11-011-1/+10
* vo_opengl: make frame reupload logic more robustwm42016-11-011-22/+38
* vo_opengl: partially re-enable glFlush() callswm42016-10-211-2/+7
* vo_opengl: apply --opengl-early-flush in dumb mode toowm42016-10-051-0/+1
* vo_opengl: disable glFlush() by default, and add an option to enable itwm42016-10-051-1/+3
* vo_opengl: minor simplificationwm42016-10-011-4/+3
* vo_opengl: attempt to fix chroma offset under rotation and flippingwm42016-10-011-15/+48
* vo_opengl: add debugging options for testing with padded textureswm42016-10-011-4/+9
* vo_opengl: partially fix dumb-mode cropping with rotationwm42016-09-301-5/+23
* vo_opengl: allow hwdec interops to support multiple image formatswm42016-09-301-2/+2
* vo_opengl: apply 90° rotation to chroma texture sizewm42016-09-221-0/+3
* options: slightly better option update mechanismwm42016-09-191-0/+1
* options: simplify M_OPT_EXITwm42016-09-171-2/+2
* vo_opengl: don't pass negative height to overlay_adjust()wm42016-09-161-1/+1
* vo_opengl: dynamically manage texture unitswm42016-09-141-16/+7
* vo_opengl: require explicit reset on shader cache after renderingwm42016-09-141-2/+4
* vo_opengl: remove a redundant glActiveTexture() callwm42016-09-141-2/+2
* vo_opengl: fix typo in bt.601 auto-guessing logicNiklas Haas2016-09-131-1/+1
* vo_opengl: add hw overlay support and use it for RPIwm42016-09-121-1/+30
* vo_opengl: use dedicated image unref function in config casewm42016-09-081-1/+1
* vo_opengl: simplify a conditionwm42016-09-081-2/+1
* vo_opengl: fix incorrect video rendering after vdpau preemption recoverywm42016-09-071-0/+1
* vo_opengl: simplify option handlingwm42016-09-061-20/+12
* vo_opengl: fix --icc-profile initial behaviorwm42016-09-061-0/+1
* vo_opengl: deprecate sub-options, add them as global optionswm42016-09-021-63/+100
* vo_opengl: minor renderer option access refactorwm42016-09-021-0/+13
* vo_opengl: remove pre/post/scale-shadersNiklas Haas2016-09-021-67/+3
* vo_opengl: explicitly check for GL errors around framebuffer depth checkwm42016-08-291-0/+4
* vo_opengl: remove the 3dlut-size npot2 restrictionNiklas Haas2016-07-251-0/+2
* vo_opengl: increase 3DLUT accuracy at lower LUT sizesNiklas Haas2016-07-251-1/+8
* vo_opengl: add a tscale=linear direct implementationNiklas Haas2016-07-211-3/+10
* vo_opengl: error out gracefully when trying to use FBOs without FBO APIwm42016-07-041-0/+5
* vo_opengl: move eval_szexpr to user_shaders.cNiklas Haas2016-07-031-102/+30
* vo_opengl: generalize HDR tone mapping mechanismNiklas Haas2016-07-031-69/+61
* mp_image: split colorimetry metadata into its own structNiklas Haas2016-07-031-15/+15
* vo_opengl: don't constantly resize the output FBONiklas Haas2016-07-031-1/+1
* vo_opengl: support inconsistent negative strides per planewm42016-07-031-8/+10
* vo_opengl: move PBO upload handling to shared codewm42016-07-031-71/+8
* vo_opengl: remove OSD bitmap packingwm42016-07-011-1/+0
* vo_opengl: add output_size uniform to custom shaderMuhammad Faiz2016-06-281-0/+3
* vo_opengl: minor typo and coding style fixeswm42016-06-281-5/+5
* vo_opengl: revise the transfer curve logicNiklas Haas2016-06-281-17/+10
* vo_opengl: revise the logic for picking the default color spaceNiklas Haas2016-06-281-11/+10
* vo_opengl: use image_params instead of *_src for autoconfigNiklas Haas2016-06-281-14/+17
* vo_opengl: implement the Panasonic V-Log functionNiklas Haas2016-06-281-1/+6
* vo_opengl: implement ARIB STD-B68 (HLG) HDR TRCNiklas Haas2016-06-281-5/+13
* Fix misspellingsstepshal2016-06-261-1/+1
* vo_opengl: add scaler name to the 'Disabling scaler' messagedirb2016-06-221-1/+2
* vo_opengl: unmap hwdec images once rendering is donewm42016-06-201-2/+10
* vo_opengl: vdpau interop without RGB conversionwm42016-06-191-1/+49
* vo_opengl: remove prescaling framework with superxbr prescalerBin Jin2016-06-181-68/+2
* vo_opengl: remove nnedi3 prescalerBin Jin2016-06-181-72/+0
* vo_opengl: add ability to render to an arbitrary backing framebufferwm42016-06-181-0/+7
* vo_opengl: fix framebuffer object namewm42016-06-151-3/+4
* vo_opengl: use standard functions to retrieve display depthwm42016-06-141-4/+18
* vo_opengl: make size of OUTPUT available to user shadersBin Jin2016-06-121-0/+9
* vo_opengl: increase the size limit for cached fileBin Jin2016-06-101-1/+1
* vo_opengl: make user hook passes optionalNiklas Haas2016-06-081-16/+55
* vo_opengl: avoid outputting ultra-wide-gamut by defaultNiklas Haas2016-06-071-1/+13
* vo_opengl: also collect upload perfdata for hwdecNiklas Haas2016-06-071-0/+4
* vo_opengl: expose performance timers as propertiesNiklas Haas2016-06-071-0/+18
* vo_opengl: add time queriesNiklas Haas2016-06-071-0/+42
* vo_opengl: somewhat simplify suboption handling messwm42016-06-041-64/+16
* vo_opengl: cleanup icc + runtime option changing behaviorwm42016-06-041-12/+13
* vo_opengl: minor simplification to gl_lcms_set_memory_profile()wm42016-06-041-1/+1
* vo_opengl: remove pointless NULL-checkwm42016-06-041-1/+1
* vo_opengl: move all icc handling from vo_opengl.c to video.cwm42016-06-031-5/+26
* vo_opengl: fix giant memory leaks with icc profileswm42016-06-031-0/+2
* vo_opengl: default hdr-tone-mapping to hableNiklas Haas2016-05-301-0/+2
* vo_opengl: refactor HDR mechanismNiklas Haas2016-05-301-15/+35
* vo_opengl: add hable tone-mapping algorithmNiklas Haas2016-05-301-0/+1
* vo_opengl: rename tone-mapping=simple to reinhardNiklas Haas2016-05-301-4/+4
* vo_opengl: enable color management on GLESJames Ross-Gowan2016-05-271-2/+3
* vo_opengl: fix other minor namespace issueswm42016-05-231-2/+2
* vo_opengl: rename glUploadTex, drop unused parameterwm42016-05-231-2/+2
* vo_opengl: make PBOs work on GLES 3.xwm42016-05-231-4/+6
* vo_opengl: remove non-working rgb/rgba FBO formatswm42016-05-201-3/+1
* vo_opengl: change error state handling and fix hwdec crashes on errorswm42016-05-191-20/+34
* vo_opengl: d3d11egl: enable "required" GLSL extensionswm42016-05-191-0/+3
* vo_opengl: fix/simplify reinitialization on dynamic reconfigurationwm42016-05-181-20/+9
* vo_opengl: skip tonemapping if the output trc is HDRNiklas Haas2016-05-161-1/+3
*