index
:
navi/wayland/wlroots.git
master
fork of wlroots with action binder support
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
render
/
drm_format_set.c
Age
Commit message (
Expand
)
Author
2023-05-14
wlr_drm_format_set_copy: Do not allocate heap
Tobias Predel
2023-05-11
wlr_drm_format_set_intersect: Clear destination before trying to write to it
Alexander Orzechowski
2023-05-11
wlr_drm_format_set: Store formats on array
Alexander Orzechowski
2023-05-11
wlr_drm_format: Rework wlr_drm_format_intersect
Alexander Orzechowski
2023-05-11
wlr_drm_format: Change wlr_drm_format_dup to copy
Alexander Orzechowski
2023-05-11
wlr_drm_format: Change wlr_drm_format_create to init
Alexander Orzechowski
2023-05-11
wlr_drm_format: Don't take double pointer in wlr_drm_format_add
Alexander Orzechowski
2023-05-11
wlr_drm_format: Make structure constant length
Alexander Orzechowski
2023-05-11
wlr_drm_format: Introduce drm_format_finish
Alexander Orzechowski
2023-05-04
drm_format_set_intersect: Require initialized dst and remove assert
Alexander Orzechowski
2023-05-04
drm_format_set_union: Require initialized dst and remove assert
Alexander Orzechowski
2023-05-03
Add union function for format sets
Austin Shafer
2023-03-16
drm_format_set: fix realloc size
Brett Ernst
2022-12-02
render/drm_format_set: fill dst in wlr_drm_format_set_copy
Simon Zeni
2022-12-02
render/drm-format-set: add wlr_drm_format_set_copy()
Simon Ser
2021-12-03
render/drm-format-set: add wlr_drm_format_set_intersect
Simon Ser
2021-11-26
render/drm_format_set: remove special LINEAR case
Simon Ser
2021-11-26
Require INVALID for implicit format modifiers
Simon Ser
2021-11-26
render/drm_format_set: add wlr_drm_format_has
Simon Ser
2021-11-17
Improve wlr_drm_format documentation
Demi Marie Obenour
2021-10-01
Revert "render/drm_format_set: add wlr_drm_format_has"
Simon Ser
2021-10-01
Revert "Require INVALID for implicit format modifiers"
Simon Ser
2021-10-01
Revert "render/drm_format_set: remove special LINEAR case"
Simon Ser
2021-10-01
render/drm_format_set: remove special LINEAR case
Simon Ser
2021-10-01
Require INVALID for implicit format modifiers
Simon Ser
2021-10-01
render/drm_format_set: add wlr_drm_format_has
Simon Ser
2020-12-30
render/drm_format_set: add special case for LINEAR-only formats
Simon Ser
2020-12-18
render/drm_format_set: add wlr_drm_format_{create,add}
Simon Ser
2020-12-08
render/drm_format_set: assert len <= cap when duplicating
Simon Ser
2020-12-08
render/drm_format_set: allocate using cap when duplicating
Simon Ser
2020-12-03
render/drm_format_set: introduce wlr_drm_format_intersect
Simon Ser
2020-11-15
render/drm_format_set: introduce wlr_drm_format_dup
Simon Ser
2020-04-22
render/drm_format_set: disallow DRM_FORMAT_INVALID
Simon Ser
2019-08-12
Revert "render/drm: keep old drm_format if realloc fails"
Drew DeVault
2019-08-12
render/drm: keep old drm_format if realloc fails
Antonin Décimo
2019-06-07
backend/drm: check format when scanning out DMA-BUF
Simon Ser
2019-04-01
render: introduce wlr_drm_format_set
Scott Anderson