summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/video.c
Commit message (Expand)AuthorAgeFilesLines
* vo_opengl: refactor into vo_gpuNiklas Haas2017-09-211-3813/+0
* vo_opengl: add a gamut warning featureNiklas Haas2017-09-101-1/+2
* vo_opengl: add support for vulkan GLSL dialectNiklas Haas2017-09-041-1/+1
* vo_opengl: use rgba16 for 3DLUTs instead of rgb16Niklas Haas2017-09-041-2/+2
* vo_opengl: refactor scaler LUT weight packing/loadingNiklas Haas2017-09-041-13/+8
* vo_opengl: scale deband-grain to the signal rangeNiklas Haas2017-09-031-1/+2
* vo_opengl: fix overlay mode (again)wm42017-08-301-7/+8
* vo_opengl: don't discard buffered video on redundant resize callswm42017-08-291-0/+5
* video: redo video equalizer option handlingwm42017-08-221-20/+3
* options: add a thread-safe way to notify option updateswm42017-08-221-1/+0
* vo_opengl: refactor tex_upload to ra_buf_poolNiklas Haas2017-08-221-5/+6
* vo_opengl: refactor RA texture and buffer updatesNiklas Haas2017-08-181-16/+26
* vo_opengl: remove redundant #defines in unsharp_hookNiklas Haas2017-08-171-3/+0
* vo_rpi: fix operationwm42017-08-151-0/+5
* vo_opengl: remove DR image layouting code to rendererwm42017-08-141-3/+27
* rpi: fix buildwm42017-08-111-1/+19
* vo_opengl: remove some indirect GL header inclusions from core rendererwm42017-08-101-3/+0
* vo_opengl: separate hwdec context and mapping, port it to use rawm42017-08-101-40/+33
* vo_opengl: shrink the hwdec overlay APIwm42017-08-091-6/+4
* vo_opengl: call ra_free() in the correct contextwm42017-08-071-1/+0
* vo_opengl: further GL API use separationwm42017-08-071-87/+36
* vo_opengl: simplify mirroring and fix it if glBlitFramebuffer is usedwm42017-08-071-36/+35
* vo_opengl: drop pointless fbotex_init() functionwm42017-08-071-1/+1
* vo_opengl: generalize ra_buf to support other buffer objectsNiklas Haas2017-08-071-47/+47
* vo_opengl: only mark frames as fresh if they contain a new imageNiklas Haas2017-08-061-1/+1
* vo_opengl: measure pass_draw_osd as a wholeNiklas Haas2017-08-061-1/+8
* vo_opengl: move timers to struct raNiklas Haas2017-08-061-18/+16
* vo_opengl: move GL state resetting to vo_opengl_cbwm42017-08-051-18/+0
* vo_opengl: move shader handling to rawm42017-08-051-52/+31
* vo_opengl: organize ra PBO flag slightly differentlywm42017-08-051-6/+2
* vo_opengl: make OSD code use ra for textureswm42017-08-051-2/+3
* vo_opengl: always use GL_TRIANGLES for all primitiveswm42017-08-051-2/+5
* vo_opengl: pass ra objects during rendering instead of GL objectswm42017-08-051-139/+91
* vo_opengl: make fbotex helper use rawm42017-08-051-47/+52
* vo_opengl: support embedded ICC profilesNiklas Haas2017-08-031-2/+6
* vo_opengl: don't precompute texcoord in global scopeNiklas Haas2017-08-031-1/+1
* vo_opengl: make compute shaders more flexibleNiklas Haas2017-08-031-25/+32
* vo_opengl: simplify/fix user shader textureswm42017-08-031-24/+4
* 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 ST