aboutsummaryrefslogtreecommitdiff
path: root/render/drm_format_set.c
AgeCommit message (Expand)Author
2023-05-14wlr_drm_format_set_copy: Do not allocate heapTobias Predel
2023-05-11wlr_drm_format_set_intersect: Clear destination before trying to write to itAlexander Orzechowski
2023-05-11wlr_drm_format_set: Store formats on arrayAlexander Orzechowski
2023-05-11wlr_drm_format: Rework wlr_drm_format_intersectAlexander Orzechowski
2023-05-11wlr_drm_format: Change wlr_drm_format_dup to copyAlexander Orzechowski
2023-05-11wlr_drm_format: Change wlr_drm_format_create to initAlexander Orzechowski
2023-05-11wlr_drm_format: Don't take double pointer in wlr_drm_format_addAlexander Orzechowski
2023-05-11wlr_drm_format: Make structure constant lengthAlexander Orzechowski
2023-05-11wlr_drm_format: Introduce drm_format_finishAlexander Orzechowski
2023-05-04drm_format_set_intersect: Require initialized dst and remove assertAlexander Orzechowski
2023-05-04drm_format_set_union: Require initialized dst and remove assertAlexander Orzechowski
2023-05-03Add union function for format setsAustin Shafer
2023-03-16drm_format_set: fix realloc sizeBrett Ernst
2022-12-02render/drm_format_set: fill dst in wlr_drm_format_set_copySimon Zeni
2022-12-02render/drm-format-set: add wlr_drm_format_set_copy()Simon Ser
2021-12-03render/drm-format-set: add wlr_drm_format_set_intersectSimon Ser
2021-11-26render/drm_format_set: remove special LINEAR caseSimon Ser
2021-11-26Require INVALID for implicit format modifiersSimon Ser
2021-11-26render/drm_format_set: add wlr_drm_format_hasSimon Ser
2021-11-17Improve wlr_drm_format documentationDemi Marie Obenour
2021-10-01Revert "render/drm_format_set: add wlr_drm_format_has"Simon Ser
2021-10-01Revert "Require INVALID for implicit format modifiers"Simon Ser
2021-10-01Revert "render/drm_format_set: remove special LINEAR case"Simon Ser
2021-10-01render/drm_format_set: remove special LINEAR caseSimon Ser
2021-10-01Require INVALID for implicit format modifiersSimon Ser
2021-10-01render/drm_format_set: add wlr_drm_format_hasSimon Ser
2020-12-30render/drm_format_set: add special case for LINEAR-only formatsSimon Ser
2020-12-18render/drm_format_set: add wlr_drm_format_{create,add}Simon Ser
2020-12-08render/drm_format_set: assert len <= cap when duplicatingSimon Ser
2020-12-08render/drm_format_set: allocate using cap when duplicatingSimon Ser
2020-12-03render/drm_format_set: introduce wlr_drm_format_intersectSimon Ser
2020-11-15render/drm_format_set: introduce wlr_drm_format_dupSimon Ser
2020-04-22render/drm_format_set: disallow DRM_FORMAT_INVALIDSimon Ser
2019-08-12Revert "render/drm: keep old drm_format if realloc fails"Drew DeVault
2019-08-12render/drm: keep old drm_format if realloc failsAntonin Décimo
2019-06-07backend/drm: check format when scanning out DMA-BUFSimon Ser
2019-04-01render: introduce wlr_drm_format_setScott Anderson