summaryrefslogtreecommitdiff
path: root/libweston/pixel-formats.c
Commit message (Expand)AuthorAgeFilesLines
* pixel-formats: add pixel_format_get_array()Philipp Zabel2023-01-291-0/+19
* libweston: add pixel_format_get_shm_format()Pekka Paalanen2022-11-291-0/+16
* libweston: add pixel_format_get_info_by_pixman()Pekka Paalanen2022-08-031-0/+13
* drm-backend: stop parsing IN_FORMATS blobs, use libdrm insteadLuigi Santivetti2022-06-071-10/+0
* pixel-formats: Add R8 and GR88Daniel Stone2022-05-201-0/+16
* pixel-formats: Add hsub and vsub helpersDaniel Stone2022-05-201-10/+24
* pixel-formats: Fill in bpp everywhereDaniel Stone2022-05-201-0/+38
* pixel-formats: Rename addfb_legacy_depthDaniel Stone2022-05-201-5/+5
* pixel-formats: Add GL types for 16bpc formatsDaniel Stone2022-05-201-0/+17
* pixel-formats: Add XYUV8888 formatDaniel Stone2022-03-311-0/+3
* pixel-formats: Add support for 64bbp float RGB formatsRobert Mader2022-03-111-0/+24
* gl-renderer: add support for (a|x)bgr16161616 shm formatsManuel Stoeckl2022-02-021-0/+9
* pixman-renderer: track Pixman formats in pixel format tableManuel Stoeckl2021-09-151-0/+67
* pixel-formats: Add human readable format modifierMarius Vlad2021-07-221-0/+55
* libweston: fix #ifdef ENABLE_EGLPekka Paalanen2021-03-121-1/+1
* Add weston-drm-fourcc.hPekka Paalanen2021-02-251-1/+1
* Unify the include style of shared/ headersPekka Paalanen2019-10-041-2/+2
* pixel-formats: add RGBA bits and type fieldsPekka Paalanen2019-10-041-1/+43
* backend-drm: use format db for fallback tooPekka Paalanen2019-10-011-0/+13
* pixel-formats: Remove duplicate doc stringDaniel Stone2019-06-261-4/+0
* pixel-formats: Fix doxygen warnings about missing formatMarius Vlad2019-06-251-9/+0
* Fix typos all around (thanks codespell!)Emmanuel Gil Peyrot2019-02-201-1/+1
* pixel-formats: Document pixel format human-friendly conversion methodsMarius Vlad2019-01-231-0/+13
* pixel-formats: Added pixel_format_get_info_shm() helper for printing SHM buffersMarius Vlad2018-11-201-0/+12
* pixel-formats: search by namePekka Paalanen2018-11-201-0/+16
* pixel-formats: add name stringPekka Paalanen2018-11-201-56/+59
* libweston: Add pixel-format helpersDaniel Stone2017-04-071-0/+430