summaryrefslogtreecommitdiff
path: root/libweston
AgeCommit message (Expand)AuthorFilesLines
5 daysrenderer: Move dmabuf setup into renderer initHEADmainDerek Foreman5-22/+4
9 daysbackend-headless: support all colorimetry modesPekka Paalanen1-0/+2
9 daysbackend-drm: set connector property "Colorspace"Pekka Paalanen4-0/+53
9 daysbackend-drm: get KMS colorimetry modesPekka Paalanen4-0/+66
9 dayslibweston: add colorimetry_mode APIPekka Paalanen4-2/+190
9 daysshared: add weston_assert_false()Pekka Paalanen1-1/+1
9 daysshared: add weston_assert_legal_bits()Pekka Paalanen1-1/+2
9 dayslibweston: add TODO to validate EOTF modePekka Paalanen1-0/+2
9 daysbackend-drm: add connector property "Colorspace"Pekka Paalanen2-0/+45
9 daysbackend-drm: move wdrm enums to separate filePekka Paalanen2-120/+157
9 dayslibweston: bits_to_str() helperPekka Paalanen1-13/+18
9 dayslibweston: move weston_output_color_outcome to privatePekka Paalanen1-0/+80
2024-04-26color: handle image description that are not readyLeandro Ribeiro1-1/+21
2024-04-26color: handle image description whose creation gracefully failedLeandro Ribeiro1-18/+39
2024-04-26color: explain why we don't unset surface image descriptionLeandro Ribeiro1-1/+7
2024-04-23libweston: Move plane stack/release for output primary_planeDerek Foreman1-4/+9
2024-04-23libweston: Destroy paint nodes when releasing a planeDerek Foreman1-7/+9
2024-04-19color-lcms: switch default rendering intent to perceptualPekka Paalanen1-3/+6
2024-04-18gl-renderer: consolidate powlin sampling GLSLPekka Paalanen1-49/+32
2024-04-18gl-renderer: consolidate linpow sampling GLSLPekka Paalanen1-42/+32
2024-04-18gl-renderer: consolidate pre and post curve LUT GLSLPekka Paalanen1-31/+22
2024-04-11libweston: Add paint node destruction into weston_layer_entry_remove()Marius Vlad1-7/+12
2024-04-10gl-renderer: apply output transform before readback in repaintDerek Foreman1-7/+10
2024-03-26color: add support to parametric curves in weston_color_curveLeandro Ribeiro8-9/+667
2024-03-26gl-renderer: move lut_3x1d curves to unionLeandro Ribeiro3-56/+102
2024-03-26color-lcms: add function to get params from parametric curvesetsLeandro Ribeiro2-0/+97
2024-03-26color-lcms: add translate_curve_element_LUT()Leandro Ribeiro1-10/+21
2024-03-26color-lcms: changes to the parameters of translate_curve_element()Leandro Ribeiro1-13/+30
2024-03-20color-lcms: print transformation id instead of pointerPekka Paalanen2-4/+5
2024-03-20color: generate id for color transformationsPekka Paalanen3-0/+6
2024-03-20color-lcms: print profile id instead of pointerPekka Paalanen3-11/+19
2024-03-18meson: Add missing dependencies on eglJordan Williams4-11/+5
2024-03-12libweston: Let multiple backends register the Windowed Output APILoïc Molinari3-3/+6
2024-03-11backend-pipewire: Move region initialization at the startMarius Vlad1-2/+2
2024-03-08gl-renderer: Enable async output capture support for OpenGL ES 2Loïc Molinari2-6/+36
2024-03-08gl-renderer: Use fence sync to listen for async capture completionLoïc Molinari1-26/+102
2024-03-08gl-renderer: Validate SHM stride in common output capture pathLoïc Molinari1-18/+9
2024-03-08gl-renderer: Add OpenGL ES 3 async output capture supportLoïc Molinari2-0/+132
2024-03-07color-lcms: move 3D LUT vs. blend-to-output assertPekka Paalanen1-3/+7
2024-03-07color-lcms: stop hard-coding blend-to-output transformationPekka Paalanen3-66/+50
2024-03-07color-lcms: convert VCGT curves to lcmsProfilePtrPekka Paalanen3-29/+14
2024-03-07color-lcms: convert output eotf from curves to lcmsProfilePtrPekka Paalanen3-11/+22
2024-03-07color-lcms: wrap cmsHPROFILE typePekka Paalanen3-43/+62
2024-03-07color-lcms: replace comments in ensure_output_profile_adds_icc()Pekka Paalanen1-4/+6
2024-03-07color-lcms: improve ensure_output_profile_extract() error reportingPekka Paalanen3-14/+34
2024-03-07color-lcms: refactor into ensure_output_profile_extract()Pekka Paalanen3-47/+43
2024-03-07color-lcms: move output-only fields from cmlcms_color_profilePekka Paalanen3-34/+34
2024-03-07color-lcms: make identity_pipeline comment more detailedPekka Paalanen1-3/+6
2024-03-07color-lcms: remove stale comments about eotf_modePekka Paalanen1-12/+0
2024-03-07color-lcms: simplify getting render intentPekka Paalanen1-24/+10