1. 75d38ef timeline: Add GPU timestamp timepoint argument by Alexandros Frantzis · 8 years ago
  2. 3052bc7 compositor: fix starvation of wl_buffer::release by Matt Hoosier · 8 years ago
  3. 2a0c6c3 compositor-drm: unref udev on backend destruction by Pekka Paalanen · 8 years ago
  4. 513f9a4 compositor-fbdev: unref udev on backend destruction by Pekka Paalanen · 8 years ago
  5. 6938723 compositor-fbdev: remove unused field 'depth' by Pekka Paalanen · 8 years ago
  6. 82b8ddf compositor-fbdev: MAP_FAILED is not NULL by Pekka Paalanen · 8 years ago
  7. ffa42ff compositor-wayland: use asprintf for output title by Pekka Paalanen · 8 years ago
  8. 1f21ef1 compositor-drm: use asprintf in make_connector_name() by Pekka Paalanen · 8 years ago
  9. 13404c4 desktop-shell: disable opacity binding when modifier is none by Ian Ray · 8 years ago
  10. ab7c0b6 desktop-shell: use binding_modifier for zoom by Ian Ray · 8 years ago
  11. e80bdcd calibrator: Make mouse button optional by Fabien Lahoudere · 8 years ago
  12. c05ee89 clients/nested: fix boolean test by Eric Engestrom · 8 years ago
  13. 38ea2d2 compositor-drm: remove connector option by Ucan, Emre (ADITG/SW1) · 8 years ago
  14. 156bd06 ivi-shell: Added tests for screen-remove-layer API by Michael Teyfel · 8 years ago
  15. 6914c80 libweston-desktop/xdg-shell-v6: Ensure first configure is sent by Quentin Glidic · 8 years ago
  16. eedf84c compositor-drm: Introduce drm_pending_state structure by Daniel Stone · 8 years ago
  17. 085d2b9 compositor-drm: Track all plane types by Daniel Stone · 10 years ago
  18. c5de57f compositor-drm: Add universal plane awareness by Pekka Paalanen · 10 years ago
  19. 02cf466 compositor-drm: Add DRM property cache by Daniel Stone · 8 years ago
  20. 4202e50 compositor-drm: Rename fb_plane to scanout_plane by Daniel Stone · 9 years ago
  21. ec27271 compositor-drm: Refactor sprite create/destroy into helpers by Pekka Paalanen · 11 years ago
  22. acd71fb compositor-fbdev: fix start-up assertion by Pekka Paalanen · 8 years ago
  23. 167bbb6 configure.ac: remove dependency on mtdev by Arnaud Vrac · 8 years ago
  24. d6d97da configure.ac: fix linking when using compiler sanitizers by Arnaud Vrac · 8 years ago
  25. 7b5fe9b gl-renderer: fix leak on dmabuf image destroy by Arnaud Vrac · 8 years ago
  26. 94e664d configure: fix version number by Pekka Paalanen · 8 years ago
  27. 1b3c05f Reopen master for regular development by Bryce Harrington · 8 years ago
  28. 2a52818 configure.ac: bump to version 3.0.0 for the official release by Bryce Harrington · 8 years ago
  29. 3000a1c libweston-desktop/xdg-shell-v5: initialize configure list by Arnaud Vrac · 8 years ago
  30. 18e77af configure.ac: bump to version 2.99.93 for the RC1 release by Bryce Harrington · 8 years ago
  31. c5f1241 desktop-shell: Set surface resizing state during interactive resize by Philipp Kerling · 8 years ago
  32. e371552 libweston-desktop/xdg-shell: Properly properly handle ack_configure by Derek Foreman · 8 years ago
  33. 0e4e570 input: Stop leaking libinput event source on session deactivation by Derek Foreman · 8 years ago
  34. 6b65d8f compositor-drm: reset KMS state on VT-switch in by Pekka Paalanen · 8 years ago
  35. f981d69 logind: actually close fd in launcher_logind_close by Derek Foreman · 8 years ago
  36. c623902 libweston-desktop/xdg-shell: Check window geometry instead of surface size against configured size by Philipp Kerling · 8 years ago
  37. ba8a0d0 desktop-shell: Track focused shell surface by main surface by Philipp Kerling · 8 years ago
  38. 4c4b9cf configure.ac: bump to version 2.99.92 for the beta release by Bryce Harrington · 8 years ago
  39. 9ffb250 libweston: introduce weston_output_from_resource() by Pekka Paalanen · 8 years ago
  40. 0079a94 libweston: make weston_output::connection_internal a bool by Pekka Paalanen · 8 years ago
  41. 4b582c7 libweston: extend output->region lifetime by Pekka Paalanen · 8 years ago
  42. 2210ad0 libweston: move globals to weston_compositor_add_output() by Pekka Paalanen · 8 years ago
  43. 3d2d497 libweston: move output id into add/remove_output() by Pekka Paalanen · 8 years ago
  44. cc201e4 libweston: prevent double weston_output_enable() by Pekka Paalanen · 8 years ago
  45. 7f340ff libweston: specify weston_output::enabled by Pekka Paalanen · 8 years ago
  46. e952a01 libweston: move asserts to add_pending_output() by Pekka Paalanen · 8 years ago
  47. d72bad2 libweston: unexport weston_output_update_matrix() by Pekka Paalanen · 8 years ago
  48. f9681b5 libweston: unexport weston_compositor_add_output() by Pekka Paalanen · 8 years ago
  49. ee16ea9 libweston: two more weston_output docs by Pekka Paalanen · 8 years ago
  50. f0ca796 libweston: let add/remove_output handle the lists by Pekka Paalanen · 8 years ago
  51. bccda71 libweston: use helper var in weston_compositor_remove_output by Pekka Paalanen · 8 years ago
  52. e6ac4fc libweston: untangle weston_compositor_remove_output doc by Pekka Paalanen · 8 years ago
  53. d2535d7 ivi-shell: Fixed broken link to wiki page in ivi-layout header file by Michael Teyfel · 8 years ago
  54. 57ac260 ivi-shell: remove orientation calculation by Ucan, Emre (ADITG/SW1) · 8 years ago
  55. 6e423ed ivi-shell: remove layer_set_orientation API by Ucan, Emre (ADITG/SW1) · 8 years ago
  56. 9337197 ivi-shell: remove surface_set_orientation API by Ucan, Emre (ADITG/SW1) · 8 years ago
  57. deee858 ivi-shell: add_screen_remove_layer API by Ucan, Emre (ADITG/SW1) · 8 years ago
  58. 3e5303d xwm: update override-redirect surface's position upon configure_notify by Ilia Bozhinov · 8 years ago
  59. 749637a libweston-desktop/xdg-shell: Properly handle ack_configure by Quentin Glidic · 8 years ago
  60. ac394a1 libweston-desktop/xdg-shell: Check surface size against acknowledged size by Quentin Glidic · 8 years ago
  61. 19d1f6e libweston-desktop/xdg-shell: Add pending/next/current structs by Quentin Glidic · 8 years ago
  62. 218126d libweston-desktop/xdg-shell: Rename requested_ to pending_ by Quentin Glidic · 8 years ago
  63. 1170c66 configure.ac: bump to version 2.99.91 for the alpha release by Bryce Harrington · 8 years ago
  64. 65d3464 configure: Stop printing libxkbcommon in configure results by Derek Foreman · 8 years ago
  65. bbc206e dmabuf: Don't crash clients by sending version inappropriate events by Derek Foreman · 8 years ago
  66. cd052a6 linux-dmabuf: Fix crash with no valid modifiers by Derek Foreman · 8 years ago
  67. 12968e3 gl-renderer: Fix some missing newlines in log messages by Derek Foreman · 8 years ago
  68. 185d158 input: Remove --disable-xkbcommon by Derek Foreman · 8 years ago
  69. d51f826 libweston-desktop/xdg-shell: Consolidate configure event sending by Quentin Glidic · 8 years ago
  70. c84423b libweston-desktop/xdg_shell_v6: Send error on wrongly-sized buffer by Quentin Glidic · 8 years ago
  71. ee58911 clients/simple-dmabuf-drm: import with dmabuf modifiers by Varad Gautam · 9 years ago
  72. f7b3a39 clients/simple-dmabuf-drm: add freedreno support alongside intel by Varad Gautam · 8 years ago
  73. f9dec67 clients/simple-dmabuf-intel: rename to simple-dmabuf-drm by Varad Gautam · 9 years ago
  74. c32e05b gl-renderer: allow importing fourth dmabuf plane by Varad Gautam · 9 years ago
  75. f7da8b3 gl-renderer: allow importing dmabufs with format modifiers by Varad Gautam · 9 years ago
  76. 41b4b8f linux-dmabuf: advertise supported formats and modifiers by Varad Gautam · 8 years ago
  77. 0775cd1 gl-renderer: support format and modifier queries by Varad Gautam · 9 years ago
  78. 48be0be clients/simple-dmabuf-intel: request no-roundtrip dmabuf import by Varad Gautam · 8 years ago
  79. 65c94b8 linux-dmabuf: implement immediate dmabuf import by Varad Gautam · 8 years ago
  80. a5066e0 compositor-fbdev: Instead of less than 1 Hz use default refresh rate by Oliver Smith · 8 years ago
  81. 47bbdc7 weston: Add support for "--foo bar" style options by Lyude Paul · 8 years ago
  82. dbfd248 libweston: Allow compositor-wayland to use wl_surface_damage_buffer by Derek Foreman · 8 years ago
  83. 6156d67 clients: Allow simple-egl to use wl_surface_damage_buffer by Derek Foreman · 8 years ago
  84. 9e07d25 xwm: Don't change focus on focus events from grabs by Olivier Fourdan · 8 years ago
  85. eca5cca Account for very large repaint window misses by Daniel Stone · 8 years ago
  86. 9ad4de1 desktop-shell: Enable per-output fade animations by Bryce Harrington · 9 years ago
  87. 2cd87fe compositor-drm: Fix disabling cursor plane by Derek Foreman · 8 years ago
  88. 5f93b9f libweston-desktop/xwayland: react to geometry changes by Pekka Paalanen · 8 years ago
  89. 7ace831 xwm: use _XWAYLAND_ALLOW_COMMITS by Pekka Paalanen · 8 years ago
  90. ad0da45 xwm: do not draw decor twice on map by Pekka Paalanen · 8 years ago
  91. 552e4c4 libweston: fix pixel-format helpers compilation on non-X11 EGL platforms by Philipp Zabel · 8 years ago
  92. c65df64 libweston: improve weston_output_disable() comments by Pekka Paalanen · 8 years ago
  93. 08d4edf compositor-drm: Rename drm_sprite to drm_plane by Daniel Stone · 8 years ago
  94. 205c0a0 compositor-drm: Clean up page_flip_pending path by Daniel Stone · 8 years ago
  95. 65d87d0 compositor-drm: Turn vblank_pending from bool to refcount by Daniel Stone · 8 years ago
  96. f30a18c compositor-drm: Introduce fb_last member by Daniel Stone · 8 years ago
  97. 863e66b compositor-drm: correctly set the version of the drmEventContext by Emil Velikov · 8 years ago
  98. 95d48a2 compositor-drm: Return FB directly from render by Daniel Stone · 8 years ago
  99. 4e84f7d compositor-drm: Reshuffle drm_output_render by Daniel Stone · 8 years ago
  100. 5bb8f58 compositor-drm: Rename current/next FB members by Daniel Stone · 8 years ago