1. 9fc7151 Add possible capabilities CURSOR_PLANE and ARBITRARY_MODE by Jason Ekstrand · 11 years ago
  2. 952b6c8 compositor: reorganize struct weston_buffer_viewport by Pekka Paalanen · 11 years ago
  3. e0de3c2 Add libinput based input device backend by Jonas Ådahl · 11 years ago
  4. 0feb32e udev-seat: Make udev_input own its own udev object reference by Jonas Ådahl · 11 years ago
  5. 58e1586 udev-seat: Make udev_seat_get_named take struct udev_input pointer by Jonas Ådahl · 11 years ago
  6. 77c1a5b Add support for having different GBM formats for different outputs by Neil Roberts · 11 years ago
  7. 36d5fac compositor: Fix a couple of #includes to use "" instead of <> by Kristian Høgsberg · 12 years ago
  8. b3955b0 compositor-drm: Set cursor surface to NULL when pageflip fails by Kristian Høgsberg · 12 years ago
  9. d3ed6cb drm: prepend stamp space to output mode logging by U. Artie Eoff · 12 years ago
  10. 1be87e3 compositor-drm: Make composite bypass work on secondary outputs by Kristian Høgsberg · 12 years ago
  11. 4b25587 compositor-drm: consider the best mode of the mode_list as an option by Fabien DESSENNE · 12 years ago
  12. 8b37687 Properly free drm plane during creation of sprites by Chris Michael · 12 years ago
  13. 1853676 compositor: Destroy renderer in weston_compositor_shutdown() by Ander Conselvan de Oliveira · 12 years ago
  14. a4b54c0 compositor: Move the logic of moving outputs into the core by Zhang, Xiong Y · 12 years ago
  15. f749fc3 compositor: Remove output from list in weston_output_destroy() by Ander Conselvan de Oliveira · 12 years ago
  16. 918f2dd Remove the weston_view.geometry.width/height fields by Jason Ekstrand · 12 years ago
  17. 1fd9c0f compositor: gather buffer_transform and _scale into a struct by Pekka Paalanen · 12 years ago
  18. 3ec57f5 compositor-drm: Release the correct buffer in drm_output_release_fb by Jason Ekstrand · 12 years ago
  19. 895b1fd gl-renderer: Attach buffer during surface state creation if possible by Ander Conselvan de Oliveira · 12 years ago
  20. 6579681 compositor-drm: Add key binding to switch from pixman to GL renderer by Ander Conselvan de Oliveira · 12 years ago
  21. e505171 Add calls to wl_shm_buffer_begin/end_access by Neil Roberts · 12 years ago
  22. 6b16214 pixman-renderer, gl-renderer: Destroy debug bindings on clean up by Ander Conselvan de Oliveira · 12 years ago
  23. 9711653 compositor: set surface->plane from destroyed plane to NULL by Xiong Zhang · 12 years ago
  24. a7af704 Split the geometry information from weston_surface out into weston_view by Jason Ekstrand · 12 years ago
  25. 10ddd97 compositor: Remove redundant and not well-defined focus field by Kristian Høgsberg · 12 years ago
  26. 2e61126 compositor-drm: Don't call drop/set master anymore by Kristian Høgsberg · 12 years ago
  27. 1edf44c compositor: finish frame if redraw fails by David Herrmann · 12 years ago
  28. 3c688c5 compositor-drm: finish frame if initial page-flip fails by David Herrmann · 12 years ago
  29. cc5b2ed launcher: add logind backend by David Herrmann · 12 years ago
  30. 8e6f376 compositor-drm: Support configuring the framebuffer format from weston.ini by Kristian Høgsberg · 12 years ago
  31. d8e9833 compositor-drm: Use a param struct for initialization like other backends by Kristian Høgsberg · 12 years ago
  32. 3f97b34 compositor-drm: Make drm_output_check_scanout_format() work for all formats by Kristian Høgsberg · 12 years ago
  33. 97f2952 gl-renderer: Build as a loadable module by Ander Conselvan de Oliveira · 12 years ago
  34. be0ac5b compositor-drm: fix EGL format type by Alexandru DAMIAN · 12 years ago
  35. abd5d47 compositor-drm: Avoid output_destroy happened before page_flip event by Xiong Zhang · 12 years ago
  36. 6ff3ff5 launcher: Add back support for specifying VT to run on by Kristian Høgsberg · 12 years ago
  37. c3ea26c compositor-drm: Match the EGLConfig native visual ID if it has one by Kristian Høgsberg · 12 years ago
  38. 57388e4 Notify clients on mode_switch() by Hardening · 12 years ago
  39. ff39efa Rename current, origin, scale, origin_scale by Hardening · 12 years ago
  40. 3f49587 launcher: Move rest of tty object into struct weston_launcher by Kristian Høgsberg · 12 years ago
  41. 81b4963 launcher: Handle tty setup and teardown in launcher by Kristian Høgsberg · 12 years ago
  42. 1eb482d launcher: Handle drm set/drop master and vt switch signals in launcher by Kristian Høgsberg · 12 years ago
  43. 61741a2 compositor: Generalize VT switching as a session_signal by Kristian Høgsberg · 12 years ago
  44. 05ad1e4 launcher: Collect launcher state in new struct weston_launcher by Kristian Høgsberg · 12 years ago
  45. 1ff5109 compositor: Open drm device through launcher by Kristian Høgsberg · 12 years ago
  46. a62ef3e vaapi-recorder: Don't leak drm fd by Ander Conselvan de Oliveira · 12 years ago
  47. b85ded0 vaapi-recorder: Encode frames in a separate thread by Ander Conselvan de Oliveira · 12 years ago
  48. 6399646 compositor-drm: Pass the wl_resource to gbm_bo_import() by Kristian Høgsberg · 12 years ago
  49. 0eac34a configure.ac: Auto-enable vaapi recorder, but allow overrides by Kristian Høgsberg · 12 years ago
  50. 6aae4d3 compositor-drm: Add hardware accelerated capture of screen using libva by Ander Conselvan de Oliveira · 12 years ago
  51. ac6104e compositor-drm: Zero out create_arg when creating dumb framebuffers by Kristian Høgsberg · 12 years ago
  52. f3d6227 malloc + memset -> zalloc by Peter Hutterer · 12 years ago
  53. c814c58 Drop extraneous duplicate header includes by Bryce Harrington · 12 years ago
  54. 307e09e compositor-drm: Use a format width parameter for the modeline sscanf by Rob Bradford · 12 years ago
  55. 45c15b8 drm: close the drm file descriptor when the compositor is destroyed by Rob Bradford · 12 years ago
  56. 3c95e70 compositor: Move weston-launch socket lookup to drm backend by Kristian Høgsberg · 12 years ago
  57. 66bd9f5 compositor-drm: Enable seat constraining when configured in weston.ini by Rob Bradford · 12 years ago
  58. 6bd6294 Add a weston_buffer structure to replace wl_buffer by Jason Ekstrand · 12 years ago
  59. c0b9487 compositor-drm: select the highest possible mode frequency by Giulio Camuffo · 12 years ago
  60. de46673 compositor-drm: free plane resources using drm function. by Samuel Iglesias Gonsalvez · 12 years ago
  61. c228e23 configure.ac: Enable AC_USE_SYSTEM_EXTENSIONS by Daniel Stone · 12 years ago
  62. d355b80 udev-seat: Make the udev_input structure an embedded structure by Rob Bradford · 12 years ago
  63. d27b99d udev-seat: Rename udev_seat to udev_input by Rob Bradford · 12 years ago
  64. 643641d compositor-drm: Rename seat variable to seat_id to clarify it's purpose by Rob Bradford · 12 years ago
  65. 722a2d5 compositor-drm: Force DPMS state to ON after drmModeSetCrtc() by Ander Conselvan de Oliveira · 12 years ago
  66. a0a433a compositor-drm: Cache the DPMS property on drm_output by Ander Conselvan de Oliveira · 12 years ago
  67. 0b13506 compositor: Store modes in physical units by Alexander Larsson · 12 years ago
  68. 14e438c compositor: Parse config file in main(), only keep weston config object by Kristian Høgsberg · 12 years ago
  69. a30989a compositor-drm: Convert to new config parser by Kristian Høgsberg · 12 years ago
  70. 220819f compositor-drm: Log failure and which backlight sysfs file we're using by Kristian Høgsberg · 12 years ago
  71. d9a7bb7 compositor-drm: Support output scaling by Alexander Larsson · 12 years ago
  72. 4ea9552 compositor: Support output/buffer scaling by Alexander Larsson · 12 years ago
  73. a50e6e4 config-parser: Honor XDG_CONFIG_DIRS by Ossama Othman · 12 years ago
  74. 95eb3a2 compositor-drm: Don't page flip before a mode is set by Ander Conselvan de Oliveira · 12 years ago
  75. 3d64a3e compositor-drm: Destroy sprites before destroying the outputs by Kristian Høgsberg · 12 years ago
  76. b24e48e Add initial color management framework code by Richard Hughes · 12 years ago
  77. e314875 input: Merge wl_seat into weston_seat by Kristian Høgsberg · 12 years ago
  78. afe690c Move the optional output name property from drm_output to weston_output by Richard Hughes · 12 years ago
  79. eb2074a Fix not checking return value of drmIoctl function call to map dumb buffer by Chris Michael · 12 years ago
  80. ab74562 Include config.h in compositor-drm.c by Richard Hughes · 12 years ago
  81. e729996 Add a set_gamma vfunc on weston_output by Richard Hughes · 12 years ago
  82. 2b2092a Extract and parse the EDID when outputs are added by Richard Hughes · 12 years ago
  83. e5a1225 Make backends always specify output repaint time by Jonas Ådahl · 12 years ago
  84. b76237e compositor-drm: Allow running without launcher if effective UID is 0 by Kristian Høgsberg · 12 years ago
  85. 57edf7f compositor: add WESTON_COMPOSITOR_OFFSCREEN state by Philipp Brüschweiler · 12 years ago
  86. 32069c0 compositor-drm: ensure we run drm-backend using weston-launch by Rafal Mielniczuk · 12 years ago
  87. 8ad1982 compositor: Keep a z-ordered list of planes by Ander Conselvan de Oliveira · 12 years ago
  88. ef591aa compositor-drm: Inspect result of gbm_create_device. by John Kåre Alsaker · 12 years ago
  89. 63093a3 compositor-drm: Determine opaqueness of a surface correctly by Kristian Høgsberg · 12 years ago
  90. 2002f88 compositor-drm: Fix a crash with a fullscreen surface with driver mode by Ander Conselvan de Oliveira · 12 years ago
  91. 8eb6748 compositor-drm: Use __func__ instead of hardcoded string by Scott Moreau · 12 years ago
  92. 4172f66 Pass argc pointer to parse_options() by Kristian Høgsberg · 12 years ago
  93. 8764466 udev-seat: Simplfy enable/disable interface a bit by Kristian Høgsberg · 12 years ago
  94. 98cfea6 compositor-drm: Move udev_seat to its own file by Kristian Høgsberg · 12 years ago
  95. e809103 compositor-drm: Rename a few evdev_* functions to udev_seat_* by Kristian Høgsberg · 12 years ago
  96. 2f07ef6 xkb: Don't call exit on failure in weston_compositor_xkb_init() by Kristian Høgsberg · 12 years ago
  97. 5062384 compositor-drm: Remember to drop master in drm error handling by Kristian Høgsberg · 12 years ago
  98. d92c09c compositor-drm: Use matrix type to test for drm plane compatibility by Kristian Høgsberg · 13 years ago
  99. 5fb4414 compositor-drm: Add support for using the pixman renderer by Ander Conselvan de Oliveira · 13 years ago
  100. 1d41ad4 compositor-drm: Support creating drm_fb backed by dumb buffers by Ander Conselvan de Oliveira · 13 years ago