1. 2ec15eb libweston: fix crash on never used output's tear-down by Pekka Paalanen · 4 years, 2 months ago
  2. eff793a Fix indentation all through the project by Emmanuel Gil Peyrot · 4 years ago
  3. c2b9747 libweston/compositor: Drop weston_frame_callback by Vlad Zahorodnii · 4 years ago
  4. 6f6fd26 pixel-formats: Add human readable format modifier by Marius Vlad · 4 years, 1 month ago
  5. f0c6104 libweston: remove weston_output_set_renderer_shadow_buffer() by Pekka Paalanen · 4 years, 4 months ago
  6. 5e79dd4 libweston: begin color-lcms plugin by Pekka Paalanen · 4 years, 4 months ago
  7. 8fb23ed color: add from sRGB to blending color transformation by Pekka Paalanen · 4 years, 4 months ago
  8. cda3951 color: add from sRGB to output color transformation by Pekka Paalanen · 4 years, 4 months ago
  9. 1d2eee2 color: add output color transform API by Pekka Paalanen · 4 years, 5 months ago
  10. 90a5ffa libweston: introduce CMS component architecture by Pekka Paalanen · 4 years, 5 months ago
  11. d4b46cd libweston: Remove source repaint_timer in weston_compositor_shutdown by Lujin Wang · 6 years ago
  12. 8740037 libweston: add weston_layer_fini() by Pekka Paalanen · 4 years, 3 months ago
  13. 6551c09 libweston: comment places that cannot use paint node lists by Pekka Paalanen · 4 years, 3 months ago
  14. 20ab6f8 libweston: iterate paint nodes in accumulate damage by Pekka Paalanen · 4 years, 3 months ago
  15. 6d6b367 libweston: iterate paint nodes on output repaint by Pekka Paalanen · 4 years, 3 months ago
  16. 2fddc53 libweston: per-output z-ordered paint node list by Pekka Paalanen · 4 years, 3 months ago
  17. 1a4f87d libweston: introduce weston_paint_node by Pekka Paalanen · 4 years, 3 months ago
  18. 1ae3a25 libweston: choose only monotonic software presentation clocks by Pekka Paalanen · 4 years, 3 months ago
  19. 98b4e20 libweston: assert frame times never go backwards by Pekka Paalanen · 4 years, 3 months ago
  20. 1ed2cad gl-renderer: garbage-collect old shaders by Pekka Paalanen · 4 years, 6 months ago
  21. 0692079 pixman-renderer: share region_global_to_output() by Pekka Paalanen · 4 years, 8 months ago
  22. b5265af libweston: add color ops cap and bool renderer shadow buffer by Pekka Paalanen · 4 years, 8 months ago
  23. 1d009c2 libweston: fix typos by Maxime Roussin-Bélanger · 4 years, 8 months ago
  24. cdb7218 compositor: move tests quirks initialization to weston_compositor_create() by Leandro Ribeiro · 4 years, 9 months ago
  25. 2d4dd70 libweston: drop opaque struct wet_testsuite_data by Leandro Ribeiro · 4 years, 10 months ago
  26. 32a5acd tests: add mechanism to change Weston's behavior when running certain tests by Leandro Ribeiro · 4 years, 10 months ago
  27. 0e4f097 compositor: clip the opaque region with the scissor area by Michael Olbrich · 5 years ago
  28. cb04f98 compositor: update scissor region before using it by Michael Olbrich · 5 years ago
  29. 67b382c compositor: Avoid using weston_log() in weston_view_is_opaque() by Marius Vlad · 5 years ago
  30. c5ea495 compositor: ignore views on other outputs during compositor_accumulate_damage() by Michael Olbrich · 5 years ago
  31. b7e5f10 compositor: use weston_view_is_opaque() to check for opacity in debug_scene_view_print() by Michael Olbrich · 5 years ago
  32. 50aa3a7 timeline: convert vblank timestamp to MONOTONIC by Pekka Paalanen · 5 years ago
  33. ef5f323 compositor: fix endless recursion in scene-graph printing by Michael Olbrich · 5 years ago
  34. a69cb71 libweston: Add transform to weston_head by Lucas Stach · 6 years ago
  35. 8060d82 Redefine output rotations by Pekka Paalanen · 5 years ago
  36. 0df4477 libweston: document weston_transformed_*() by Pekka Paalanen · 5 years ago
  37. ca640d5 libweston: fold weston_compositor_tear_down() into weston_compositor_destroy() by Leandro Ribeiro · 6 years ago
  38. bd9c0a6 weston-log: fold weston_log_ctx_compositor_setup() into weston_compositor_create() by Leandro Ribeiro · 6 years ago
  39. ce10019 compositor: stop direct accessing core struct member by Leandro Ribeiro · 6 years ago
  40. b4bd12b launcher: move weston_environment_get_fd by Guillaume Champagne · 6 years ago
  41. f014964 weston-log: rename the confusing function name weston_compositor_log_scope_destroy() by Leandro Ribeiro · 6 years ago
  42. 5976dbb weston-log: rename the confusing function name weston_compositor_add_log_scope() by Leandro Ribeiro · 6 years ago
  43. 2eee164 libweston: remove previous_damage from struct weston_output by Leandro Ribeiro · 6 years ago
  44. 914c96c Revert "move frame_signal emission to weston_output_repaint()" by Leandro Ribeiro · 6 years ago
  45. adaf8c7 renderer: change frame_signal emission to pass previous_damage as data argument by Leandro Ribeiro · 6 years ago
  46. 2619bfe move frame_signal emission to weston_output_repaint() by Leandro Ribeiro · 6 years ago
  47. f696ee9 libweston: allow double-loading modules by Pekka Paalanen · 6 years ago
  48. 6ffbba3 Use weston_compositor_add_destroy_listener_once() in plugins by Pekka Paalanen · 6 years ago
  49. 5a70154 libweston: Add the ability to determine if a dmabuf is scanout-capable by Marius Vlad · 6 years ago
  50. 47e3d1e libweston: Add a new helper to check if the view spawns the entire output by Marius Vlad · 6 years ago
  51. 5f6bee4 libweston: Add a new helper weston_view_has_valid_buffer by Marius Vlad · 6 years ago
  52. 2cb926c Revert "backend-drm: Teach drm_property_info_populate() to retrieve range values" by Daniel Stone · 6 years ago
  53. 95e3b0d backend-drm: Teach drm_property_info_populate() to retrieve range values by Marius Vlad · 6 years ago
  54. 3a2f829 libweston: Init weston_output's 'destroy_signal' before timeline has a chance to emit a by Marius Vlad · 6 years ago
  55. 5de9297 libweston: Notify timeline of object modification by Marius Vlad · 6 years ago
  56. 3203ff6 libweston: Convert timeline points to use the timeline scope by Marius Vlad · 6 years ago
  57. da104eb libweston: Create the 'timeline' scope by Marius Vlad · 6 years ago
  58. 2a1b786 libweston: Clean-up timeline to make room for a new approach by Marius Vlad · 6 years ago
  59. 9bb1c3a weston-log: Add 'destroy_subscription' callback for the subscription by Marius Vlad · 6 years ago
  60. 413cda5 libweston: Fix rename of weston_compositor_destroy() reference by Marius Vlad · 6 years ago
  61. 3c3f3b1 libweston: Fix integer underflow in weston_layer_mask_is_infinite by Adam Jackson · 6 years ago
  62. 267b16e libweston: fix possible crash after a view is removed the layer by Loïc Yhuel · 6 years ago
  63. 4fd3813 libweston: Notify the client, when output recording is started/stopped by Ankit Nautiyal · 6 years ago
  64. faa5ab4 libweston: Add function to schedule idle task for updating surface protection by Ankit Nautiyal · 6 years ago
  65. 93dde24 libweston: Add functions to modify disable_planes counter for an output by Ankit Nautiyal · 6 years ago
  66. 4e03629 libweston: Remove internal weston-log set-up function out of public header by Marius Vlad · 6 years ago
  67. 284d534 compositor: Destroy the compositor before the log scope by Marius Vlad · 6 years ago
  68. dad882a weston-log: Rename scope's 'begin_cb' callback to 'new_subscriber' by Marius Vlad · 6 years ago
  69. c901e89 weston-debug: Rename weston-debug to weston-log to better reflect its purpose by Marius Vlad · 6 years ago
  70. 7814f30 weston-debug: Convert weston_debug_stream to use the subscriber base class by Marius Vlad · 6 years ago
  71. 63ef078 libweston: Migrate functions that operate on 'weston_output' into backend header by Marius Vlad · 6 years ago
  72. a72e371 libweston: Introduce libweston-internal.h by Marius Vlad · 6 years ago
  73. c569bdc libweston: make session_active a bool by Robert Beckett · 6 years ago
  74. c90fccc backend-drm: fix race during system suspend by Antonio Borneo · 6 years ago
  75. 2844f8e compositor: Enable HDCP for an output using weston.ini by Ankit Nautiyal · 6 years ago
  76. f74c35b libweston: Notify client for change in content-protection status by Ankit Nautiyal · 6 years ago
  77. 5cfe03c libweston: Add content-protection protocol implementation by Ankit Nautiyal · 6 years ago
  78. 4b6e73d libweston: Add support to set content-protection for a weston_surface by Ankit Nautiyal · 6 years ago
  79. 4f64ff8 libweston: Compute current protection for weston_output and weston_head by Ankit Nautiyal · 6 years ago
  80. 2690a77 libweston: Add support to set content-protection for a weston_output by Ankit Nautiyal · 6 years ago
  81. e97391c compositor: Support xdg_output_unstable_v1 by Roman Gilg · 6 years ago
  82. 9fdda7f libweston: Add ingroup tag for weston_compositor by Marius Vlad · 6 years ago
  83. 55d8736 libweston: Add ingroup tag for weston_output by Marius Vlad · 6 years ago
  84. 78984ee libweston: Define head, output and compositor group by Marius Vlad · 6 years ago
  85. a2dace2 libweston: Fix/clean-up doxygen warnings by Marius Vlad · 6 years ago
  86. f4f4c2b libweston: Add weston-debug header to libweston by Marius Vlad · 6 years ago
  87. 7e4db95 libweston: Rename weston_debug_scope_ to weston_log_scope_ by Marius Vlad · 6 years ago
  88. 3d7d978 libweston: Rename weston_debug_compositor to weston_log_context by Marius Vlad · 6 years ago
  89. 1e2fda2 compositor: Convert weston-debug framework to use weston_debug_compositor by Marius Vlad · 6 years ago
  90. 880b485 libweston: Decouple weston_debug_compositor from weston_compositor by Marius Vlad · 6 years ago
  91. 3957863 log: remove "%m" from format strings by using strerror(errno) by Antonio Borneo · 6 years ago
  92. cda1488 Rename version.h to libweston/version.h by Pekka Paalanen · 6 years ago
  93. 27b377f Rename plugin-registry.h to libweston/plugin-registry.h by Pekka Paalanen · 6 years ago
  94. 3d5d947 Rename compositor.h to libweston/libweston.h by Pekka Paalanen · 6 years ago
  95. 253ba9a compositor: Fix missing new line when displaying buffer type for EGL buffer by Marius Vlad · 6 years ago
  96. a6acfa8 compositor: Fix invalid view numbering in scene-graph by Marius Vlad · 6 years ago
  97. 433f4e7 compositor: Fix scene-graph debug scope missing views based on sub-surfaces by Marius Vlad · 6 years ago
  98. 6762967 libweston: Support zwp_surface_synchronization_v1.get_release by Alexandros Frantzis · 7 years ago
  99. acff29b libweston: Support zwp_surface_synchronization_v1.set_acquire_fence by Alexandros Frantzis · 7 years ago
  100. 27d7c39 libweston: Introduce zwp_linux_explicit_synchronization_v1 by Alexandros Frantzis · 7 years ago