summaryrefslogtreecommitdiffstats
path: root/video/out/gpu/video_shaders.c
Commit message (Expand)AuthorAgeFilesLines
* various: replace dead links in commentsnanahi2024-02-111-1/+1
* csputils: replace more primitives with pl_Kacper Michajłow2024-01-221-17/+18
* csputils: replace mp_colorspace with pl_color_spaceKacper Michajłow2024-01-221-47/+48
* ALL: use pl_hdr_metadata and nuke sig_peakKacper Michajłow2023-11-051-8/+10
* vo_gpu: remove --scaler-lut-sizeNiklas Haas2023-09-251-3/+3
* vo_gpu: allow deband-iterations to be 0llyyr2023-09-211-1/+1
* vo_gpu: match libplacebo debanding defaultsNiklas Haas2023-09-201-2/+2
* filter_kernels: properly sharpen/blur filter radiusNiklas Haas2023-09-161-1/+1
* vo_gpu: remove --tone-mapping-modeNiklas Haas2023-09-011-19/+6
* vo_gpu: allow --hdr-peak-decay-rate=0.0Niklas Haas2023-08-181-3/+6
* csputils: add MP_CSP_TRC_ST428 as defined in ST 428-1Kacper Michajłow2023-03-021-0/+6
* various: fix typosCœur2022-04-251-1/+1
* vo_gpu: add --tone-mapping-modeNiklas Haas2022-01-071-12/+18
* vo_gpu: add --gamut-mapping-modeNiklas Haas2022-01-071-3/+3
* vo_gpu_next: update for new tone mapping optionsNiklas Haas2022-01-071-2/+3
* vo_gpu: opengl: some fixes to make compute shaders work with GLESPhilip Langdale2021-12-121-5/+5
* vo_gpu: lift ra_ctx_* opts to a global structNiklas Haas2021-11-031-8/+0
* vo_gpu: fix extreme clipping with --gamut-clipping for HDR outputsNiklas Haas2021-05-221-1/+2
* vo_gpu: lower default deband thresholdMia Herkt2021-02-051-1/+1
* vo_gpu: cast bvecN to vecN for mix() on older GLSLNiklas Haas2020-12-281-37/+46
* vo_gpu: improve gamut warning bounds checksNiklas Haas2020-10-211-2/+2
* vo_gpu: clip highlights before tone-mappingNiklas Haas2020-07-191-4/+5
* vo_gpu: add better gamut clipping optionNiklas Haas2020-06-191-0/+11
* vo_gpu: add BT.2390 tone-mappingNiklas Haas2020-06-151-5/+54
* vo_gpu: reinterpret SDR white levels based on ITU-R BT.2408Niklas Haas2020-06-151-2/+4
* options: change option macros and all option declarationswm42020-03-181-4/+4
* video: add pure gamma TRC curves for 2.0, 2.4 and 2.6.Wessel Dankers2019-09-271-0/+18
* vo/gpu: fix check on src/dst peak mismatchNiklas Haas2019-09-051-1/+1
* vo_gpu: fix initial seeding of the peak detect ssboNiklas Haas2019-02-181-2/+6
* vo_gpu: use dB units for scene change detectionNiklas Haas2019-02-181-3/+4
* vo_gpu: tone map before gamut mappingNiklas Haas2019-02-181-5/+4
* vo_gpu: make --gamut-warning warn on negative colorsNiklas Haas2019-02-181-1/+2
* vo_gpu: improve numerical accuracy of PQ OETF constantNiklas Haas2019-02-181-1/+1
* vo_gpu: improve accuracy of HDR brightness estimationNiklas Haas2019-02-181-8/+12
* vo_gpu: allow boosting dark scenes when tone mappingNiklas Haas2019-02-181-1/+1
* vo_gpu: redesign peak detection algorithmNiklas Haas2019-02-181-58/+38
* vo_gpu: improve tone mapping desaturationNiklas Haas2019-02-181-47/+54
* vo_gpu: adjust PRNG variant used by GL shaderssfan52018-09-261-1/+5
* vo_gpu: desaturate after peak detectionNiklas Haas2018-05-311-12/+12
* vo_gpu: fix mobius tone mapping when sig_peak <= 1.0Niklas Haas2018-02-251-0/+2
* vo_gpu: don't tone-map for pure gamut reductionsNiklas Haas2018-02-251-3/+0
* vo_gpu: introduce --target-peakNiklas Haas2018-02-201-2/+8
* vo_gpu: correctly parametrize the HLG OOTF by the display peakNiklas Haas2018-02-201-20/+31
* vo_gpu: simplify and correct color scale handlingNiklas Haas2018-02-201-31/+34
* vo_gpu: add memory barrier on the HDR peak detectionNiklas Haas2018-02-111-0/+1
* vo_gpu: refactor HDR peak detection algorithmNiklas Haas2018-02-111-6/+31
* vo_gpu: port HDR tone mapping algorithm from libplaceboNiklas Haas2018-02-051-50/+78
* vo_gpu: d3d11: add RA caps for ra_d3d11James Ross-Gowan2017-11-071-3/+2
* vo_gpu: fix mobius tone mapping compatibility to GLSL 120wm42017-11-031-1/+1
* vo_gpu: change --tone-mapping-desaturate algorithmNiklas Haas2017-10-251-8/+10
* vo_gpu: attempt to avoid UBOs for dynamic variablesNiklas Haas2017-09-261-0/+1
* vo_gpu: drop the RA_CAP_NESTED_ARRAY req from EWA computeNiklas Haas2017-09-211-25/+23
* vo_opengl: refactor into vo_gpuNiklas Haas2017-09-211-0/+872