summaryrefslogtreecommitdiff
path: root/shared
AgeCommit message (Expand)AuthorFilesLines
2019-11-01shared: add read-only anonymous file abstractionSebastian Wick2-0/+196
2019-10-24shared: Use memfd_create() when availableEmmanuel Gil Peyrot1-14/+39
2019-10-16image-loader: Fix undefined left shift in premultiply_dataAdam Jackson1-4/+4
2019-10-11gl-renderer: add EGL surfaceless platform supportPekka Paalanen1-0/+5
2019-10-04build: simplify include_directoriesPekka Paalanen1-2/+2
2019-10-04build: use dependency for matrix.cPekka Paalanen1-0/+6
2019-08-06shared/: Please compiler when passed certain compile flagsMarius Vlad1-0/+1
2019-07-26shared/platform: avoid build warning when building without gl-rendererStefan Agner1-1/+1
2019-06-25clients: Fix/resolved doxygen warningsMarius Vlad2-2/+2
2019-06-11timespec: Don't return value from void functionDaniel Stone1-1/+1
2019-04-18Rename zalloc.h to libweston/zalloc.hPekka Paalanen2-46/+1
2019-04-18Rename config-parser.h to libweston/config-parser.hPekka Paalanen5-134/+5
2019-04-18Rename matrix.h to libweston/matrix.hPekka Paalanen3-86/+2
2019-04-02cairo-util: Don't set title string to Pango layout if the title is NULLTomohito Esaki1-4/+6
2019-02-07config-parser: export functions to open a config fileMichael Olbrich1-0/+2
2019-02-06libweston: export weston_config APIPekka Paalanen1-0/+1
2019-02-06libweston: Support zwp_surface_synchronization_v1.set_acquire_fenceAlexandros Frantzis1-0/+56
2018-12-31meson: better errors for image loader depsPekka Paalanen1-2/+9
2018-12-20build: replace IN_WESTON with UNIT_TESTPekka Paalanen1-3/+3
2018-12-20build: use pkg-config to find libjpeg in mesonGreg V1-1/+5
2018-12-15Fix compiler warnings: clobber variablesMarius Vlad1-2/+2
2018-12-09Add Meson build systemDaniel Stone1-0/+65
2018-12-09shared: remove fallback definition of backtrace()Pekka Paalanen1-10/+0
2018-11-15Don't look for weston.ini in the current working directoryDima Ryazanov1-6/+2
2018-07-09helpers: Move static_assert definition to sharedDaniel Stone1-0/+34
2018-06-20shared: remove weston_config_get_libexec_dir()Pekka Paalanen2-14/+0
2018-02-20shared: Add timespec_eq helper functionAlexandros Frantzis1-0/+13
2018-02-09xwm: Fix icon surface ownershipEmmanuel Gil Peyrot2-0/+18
2018-02-09file-util: allow specifying path separately in file_create_dated()Aleksander Morgado2-8/+14
2018-02-07shared: Update all users of DATADIRDerek Foreman1-4/+29
2018-02-07shared: Add a function to prefix filenames with datadirDerek Foreman2-0/+22
2018-01-18xwm: Add icon support to the frameEmmanuel Gil Peyrot2-15/+41
2017-12-18shared: Add timespec_to_proto helper functionAlexandros Frantzis1-0/+24
2017-12-18shared: Add timespec_from_proto helper functionAlexandros Frantzis1-0/+15
2017-12-05xwm: Use Pango to draw title string if availableLouis-Francis Ratté-Boulianne1-5/+55
2017-12-05xwm: Deal with title in a smarter way when there isn't enough spaceLouis-Francis Ratté-Boulianne3-14/+26
2017-12-04option-parser: replace int/0/1 with bool/false/trueEric Engestrom1-19/+20
2017-12-04config-parser: fix `short_name` typeEric Engestrom1-1/+1
2017-11-27shared: Add helpers to convert between various time units and timespecAlexandros Frantzis1-0/+47
2017-11-27shared: Add timespec_is_zero helperAlexandros Frantzis1-0/+12
2017-10-02shared: struct timespec is in time.hYann E. MORIN1-0/+1
2017-09-29gl-renderer: Emit GPU rendering begin and end timeline timepointsAlexandros Frantzis1-0/+12
2017-09-29gl-renderer: Add support for fence sync extensionsAlexandros Frantzis1-0/+16
2017-06-12gl-renderer: allow importing fourth dmabuf planeVarad Gautam1-0/+5
2017-06-12gl-renderer: allow importing dmabufs with format modifiersVarad Gautam1-0/+6
2017-06-12gl-renderer: support format and modifier queriesVarad Gautam1-0/+7
2017-05-23weston: Add support for "--foo bar" style optionsLyude Paul1-0/+32
2017-03-24os: Check for EINTR on ftruncate()Derek Foreman1-1/+3
2017-03-24os: Check for EINTR on posix_fallocate()Derek Foreman1-1/+3
2017-03-13timespec: Add timespec subtraction helpersDaniel Stone1-0/+26