1. 7192b17 gl-renderer: Add support for fence sync extensions by Alexandros Frantzis · 8 years ago
  2. 75d38ef timeline: Add GPU timestamp timepoint argument by Alexandros Frantzis · 8 years ago
  3. 3052bc7 compositor: fix starvation of wl_buffer::release by Matt Hoosier · 8 years ago
  4. 2a0c6c3 compositor-drm: unref udev on backend destruction by Pekka Paalanen · 8 years ago
  5. 513f9a4 compositor-fbdev: unref udev on backend destruction by Pekka Paalanen · 8 years ago
  6. 6938723 compositor-fbdev: remove unused field 'depth' by Pekka Paalanen · 8 years ago
  7. 82b8ddf compositor-fbdev: MAP_FAILED is not NULL by Pekka Paalanen · 8 years ago
  8. ffa42ff compositor-wayland: use asprintf for output title by Pekka Paalanen · 8 years ago
  9. 1f21ef1 compositor-drm: use asprintf in make_connector_name() by Pekka Paalanen · 8 years ago
  10. 38ea2d2 compositor-drm: remove connector option by Ucan, Emre (ADITG/SW1) · 8 years ago
  11. eedf84c compositor-drm: Introduce drm_pending_state structure by Daniel Stone · 8 years ago
  12. 085d2b9 compositor-drm: Track all plane types by Daniel Stone · 10 years ago
  13. c5de57f compositor-drm: Add universal plane awareness by Pekka Paalanen · 10 years ago
  14. 02cf466 compositor-drm: Add DRM property cache by Daniel Stone · 8 years ago
  15. 4202e50 compositor-drm: Rename fb_plane to scanout_plane by Daniel Stone · 9 years ago
  16. ec27271 compositor-drm: Refactor sprite create/destroy into helpers by Pekka Paalanen · 11 years ago
  17. acd71fb compositor-fbdev: fix start-up assertion by Pekka Paalanen · 8 years ago
  18. 167bbb6 configure.ac: remove dependency on mtdev by Arnaud Vrac · 8 years ago
  19. 7b5fe9b gl-renderer: fix leak on dmabuf image destroy by Arnaud Vrac · 8 years ago
  20. 0e4e570 input: Stop leaking libinput event source on session deactivation by Derek Foreman · 8 years ago
  21. 6b65d8f compositor-drm: reset KMS state on VT-switch in by Pekka Paalanen · 8 years ago
  22. f981d69 logind: actually close fd in launcher_logind_close by Derek Foreman · 8 years ago
  23. 9ffb250 libweston: introduce weston_output_from_resource() by Pekka Paalanen · 8 years ago
  24. 0079a94 libweston: make weston_output::connection_internal a bool by Pekka Paalanen · 8 years ago
  25. 4b582c7 libweston: extend output->region lifetime by Pekka Paalanen · 8 years ago
  26. 2210ad0 libweston: move globals to weston_compositor_add_output() by Pekka Paalanen · 8 years ago
  27. 3d2d497 libweston: move output id into add/remove_output() by Pekka Paalanen · 8 years ago
  28. cc201e4 libweston: prevent double weston_output_enable() by Pekka Paalanen · 8 years ago
  29. 7f340ff libweston: specify weston_output::enabled by Pekka Paalanen · 8 years ago
  30. e952a01 libweston: move asserts to add_pending_output() by Pekka Paalanen · 8 years ago
  31. d72bad2 libweston: unexport weston_output_update_matrix() by Pekka Paalanen · 8 years ago
  32. f9681b5 libweston: unexport weston_compositor_add_output() by Pekka Paalanen · 8 years ago
  33. ee16ea9 libweston: two more weston_output docs by Pekka Paalanen · 8 years ago
  34. f0ca796 libweston: let add/remove_output handle the lists by Pekka Paalanen · 8 years ago
  35. bccda71 libweston: use helper var in weston_compositor_remove_output by Pekka Paalanen · 8 years ago
  36. e6ac4fc libweston: untangle weston_compositor_remove_output doc by Pekka Paalanen · 8 years ago
  37. bbc206e dmabuf: Don't crash clients by sending version inappropriate events by Derek Foreman · 8 years ago
  38. cd052a6 linux-dmabuf: Fix crash with no valid modifiers by Derek Foreman · 8 years ago
  39. 12968e3 gl-renderer: Fix some missing newlines in log messages by Derek Foreman · 8 years ago
  40. 185d158 input: Remove --disable-xkbcommon by Derek Foreman · 8 years ago
  41. c32e05b gl-renderer: allow importing fourth dmabuf plane by Varad Gautam · 9 years ago
  42. f7da8b3 gl-renderer: allow importing dmabufs with format modifiers by Varad Gautam · 9 years ago
  43. 41b4b8f linux-dmabuf: advertise supported formats and modifiers by Varad Gautam · 8 years ago
  44. 0775cd1 gl-renderer: support format and modifier queries by Varad Gautam · 9 years ago
  45. 65c94b8 linux-dmabuf: implement immediate dmabuf import by Varad Gautam · 8 years ago
  46. a5066e0 compositor-fbdev: Instead of less than 1 Hz use default refresh rate by Oliver Smith · 8 years ago
  47. dbfd248 libweston: Allow compositor-wayland to use wl_surface_damage_buffer by Derek Foreman · 8 years ago
  48. eca5cca Account for very large repaint window misses by Daniel Stone · 8 years ago
  49. 2cd87fe compositor-drm: Fix disabling cursor plane by Derek Foreman · 8 years ago
  50. c65df64 libweston: improve weston_output_disable() comments by Pekka Paalanen · 8 years ago
  51. 08d4edf compositor-drm: Rename drm_sprite to drm_plane by Daniel Stone · 8 years ago
  52. 205c0a0 compositor-drm: Clean up page_flip_pending path by Daniel Stone · 8 years ago
  53. 65d87d0 compositor-drm: Turn vblank_pending from bool to refcount by Daniel Stone · 8 years ago
  54. f30a18c compositor-drm: Introduce fb_last member by Daniel Stone · 8 years ago
  55. 863e66b compositor-drm: correctly set the version of the drmEventContext by Emil Velikov · 8 years ago
  56. 95d48a2 compositor-drm: Return FB directly from render by Daniel Stone · 8 years ago
  57. 4e84f7d compositor-drm: Reshuffle drm_output_render by Daniel Stone · 8 years ago
  58. 5bb8f58 compositor-drm: Rename current/next FB members by Daniel Stone · 8 years ago
  59. e425683 compositor-drm: Use drm_fb for cursor buffers by Daniel Stone · 8 years ago
  60. 6e7a961 compositor-drm: Refcount drm_fb by Daniel Stone · 8 years ago
  61. 05a5ac2 compositor-drm: Drop output from release_fb by Daniel Stone · 8 years ago
  62. 576f42e compositor-drm: Refactor destroy drm_fb function by Tomohito Esaki · 8 years ago
  63. 0b70fa4 compositor-drm: Store format in drm_fb by Daniel Stone · 8 years ago
  64. fc175a7 compositor-drm: Add explicit type member to drm_fb by Daniel Stone · 8 years ago
  65. a7cba1d compositor-drm: Calculate more cursor state up front by Daniel Stone · 8 years ago
  66. 903721a libweston: Add pixel-format helpers by Daniel Stone · 8 years ago
  67. 2667e9e configure: replace HAVE_LIBDRM with BUILD_DRM_COMPOSITOR by Pekka Paalanen · 8 years ago
  68. fec723e compositor-wayland: Properly dealloc mmap data using munmap by Raúl Peñacoba · 8 years ago
  69. 5fc8d5e gl-renderer: Change 'data' type to 'uint8_t *', since 'void *' arithmetic is undefined by Raúl Peñacoba · 8 years ago
  70. ceb5981 compositor-drm: Add missing drmModeFreeResources in drm_device_is_kms by Sergi Granell · 8 years ago
  71. eaa7358 compositor-wayland: Call weston_compositor_exit when receiving an xdg toplevel close event by Sergi Granell · 8 years ago
  72. ed016bf compositor-wayland: Call set_window_geometry when using zxdg_shell_v6 by Sergi Granell · 8 years ago
  73. 7fecb43 compositor-wayland: Check the return value of wayland_output_create_common by Sergi Granell · 8 years ago
  74. 2dcbb8d compositor-wayland: Refactor struct wayland_output::name usage by Sergi Granell · 8 years ago
  75. b4c0886 Fix uninitialized msec_to_next in output_repaint_timer_arm by Sergi Granell · 8 years ago
  76. 5a313c2 weston-launch: Add sysmacros.h include for major() by Daniel Stone · 8 years ago
  77. 4933ca5 libinput: Suppress unhandled-case warning by Daniel Stone · 8 years ago
  78. b1f166d Allow backends to group repaint flushes by Daniel Stone · 8 years ago
  79. 6847b85 Switch to global output repaint timer by Daniel Stone · 8 years ago
  80. c4d7f66 launcher: Add sysmacros.h include for major() by Daniel Stone · 8 years ago
  81. 05df8c1 Change boolean repaint_scheduled to quad-state enum by Daniel Stone · 8 years ago
  82. 09a97e2 Change repaint_needed to bool by Daniel Stone · 8 years ago
  83. 3615ce1 Don't delay initial output paint by Daniel Stone · 8 years ago
  84. 84aff5c Calculate next-frame target time in absolute space by Daniel Stone · 8 years ago
  85. 37ad7e3 timespec: Add timespec_to_msec helper by Daniel Stone · 8 years ago
  86. 11ae2a3 compositor-drm: pageflip timeout implementation by Emmanuel Gil Peyrot · 8 years ago
  87. 4d6eb17 libweston/launcher: use C99 initializers for the iface(s) by Emil Velikov · 8 years ago
  88. 8f7201e libweston/launcher: annotate iface(s) as constant data by Emil Velikov · 8 years ago
  89. 9064887 compositor-drm: Make scanout view preparation more stringent by Daniel Stone · 9 years ago
  90. 445b41b compositor-drm: Construct mode list in create_output_for_connector by Armin Krezović · 9 years ago
  91. 75487c2 compositor-drm: Try to preserve existing output routing by Daniel Stone · 8 years ago
  92. efa504f compositor-drm: Ignore non-KMS devices by Daniel Stone · 9 years ago
  93. 5336153 (multiple): Use standard permission notice by Yong Bakos · 8 years ago
  94. 9bcf4c5 compositor-drm: Mark eDP connection as internal by Armin Krezović · 8 years ago
  95. efc2b1d compositor-drm: Remove connector_allocator by Daniel Stone · 8 years ago
  96. c0ec759 compositor-drm: Avoid connector_allocator for hotplugs by Daniel Stone · 8 years ago
  97. 72c0e1b compositor-drm: Remove crtc_allocator by Daniel Stone · 8 years ago
  98. a32986e launcher: don't try to switch to weston's vt by Giulio Camuffo · 9 years ago
  99. 4f3cad7 compositor: damage pending subsurfaces when committing them by Emilio Pozuelo Monfort · 8 years ago
  100. 9a200d7 compositor-drm: don't pass option_connector to create_outputs by Ucan, Emre (ADITG/SW1) · 8 years ago