1. c095cde gl-renderer: Rename gl_renderer::output_create to output_window_create by Miguel A. Vico · 9 years ago
  2. dddc670 gl-renderer: Rename gl_renderer_create to gl_renderer_display_create by Miguel A. Vico · 9 years ago
  3. c950667 libweston: include weston-egl-ext.h in drm, x11 and wayland compositor by Vincent Abriou · 9 years ago
  4. 4008740 weston: Rename weston_output_init_pending() to weston_output_init() by Armin Krezović · 9 years ago
  5. 0836813 weston: Port DRM backend to new output handling API by Armin Krezović · 9 years ago
  6. 4b6321f compositor-drm: Zero drmModeAddFB2 data by Yong Bakos · 9 years ago
  7. 482ffdf compositor-drm: Stop sending uninit data to the kernel by Derek Foreman · 9 years ago
  8. 545dba6 compositor-drm: Use non-cast functions to retrieve backend and output objects by Armin Krezović · 9 years ago
  9. 984781f compositor-drm: Do not exit when there are no outputs left by Armin Krezović · 9 years ago
  10. b12a754 compositor-drm: Do not return an error when no connectors are configured by Armin Krezović · 9 years ago
  11. 649bbce include stdint.h for int32_t/uint32_t by Jussi Kukkonen · 9 years ago
  12. b5e3ea2 Rename src/ to libweston/ by Pekka Paalanen · 9 years ago[Renamed from src/compositor-drm.c]
  13. f8da0c2 compositor-drm: support RGB565 with pixman renderer by Tomi Valkeinen · 9 years ago
  14. a256c5e libweston: remove unused backend_init() arguments by Pekka Paalanen · 9 years ago
  15. 8aedf7b libinput: don't use weston_config when configuring input devices by Giulio Camuffo · 9 years ago
  16. b8347e3 compositor-drm: Prevent a crash in the pixman renderer by Emmanuel Gil Peyrot · 9 years ago
  17. a62138b compositor-drm: Write a name in the mode generated from a modeline by Emmanuel Gil Peyrot · 9 years ago
  18. 373c108 compositor-drm: Remove unused output reference in drm_fb by Emmanuel Gil Peyrot · 9 years ago
  19. 1c0e40d drm: port the drm backend to the new init api by Giulio Camuffo · 9 years ago
  20. b993998 drm: Spelling fix in comment by Bryce Harrington · 9 years ago
  21. fcf4b6c compositor-drm: Renaming of gbm fields by Miguel A. Vico · 9 years ago
  22. 7a5c562 compositor-drm: fix memcmp using a bad pointer in drm_outout_choose_initial_mode by comic fans · 9 years ago
  23. b00c79b protocol: migrate to stable presentation-time.xml by Pekka Paalanen · 9 years ago
  24. 6c19b69 compositor-drm: the cursor plane only supports ARGB by Derek Foreman · 10 years ago
  25. b042756 compositor-drm: update internal cursor plane location when disabling cursor by Derek Foreman · 9 years ago
  26. 91880f1 compositor-{drm, fbdev, rpi}: Make VT switching configurable by Bob Ham · 10 years ago
  27. c399692 linux-dmabuf: Move the attributes part of linux_dmabuf_buffer into its own struct by Emmanuel Gil Peyrot · 10 years ago
  28. 7eaed40 compositor-drm: fix hw cursor positioning by Pekka Paalanen · 10 years ago
  29. be428b3 compositor-drm: Use view transform in cursor plane setup by Derek Foreman · 10 years ago
  30. 4a7ce1f compositor-drm: pass NULL to mmap() instead of 0 as the address by Chris Michael · 10 years ago
  31. 6d55637 compositor-drm: fall back to EGL visual_id 0 if no others work by Derek Foreman · 10 years ago
  32. 93daabb compositor: pass the backend config struct to the backends init function by Giulio Camuffo · 10 years ago
  33. 8743047 compositor-drm: fix cursor size test in drm_assign_planes by Derek Foreman · 10 years ago
  34. 9c7de16 compositor-drm: Ensure strings from EDID blobs are null terminated by Bryce Harrington · 10 years ago
  35. 3f32a13 Revert "compositor-drm: disable hardware cursors" by Pekka Paalanen · 10 years ago
  36. ab81f15 build, compositor-drm: fix output name constants another way by Pekka Paalanen · 10 years ago
  37. 89c49b3 compositor-drm: rename outputs to follow kernel style by Pekka Paalanen · 10 years ago
  38. 2b25450 compositor-drm: cast surface to EGLNativeWindowType by Dawid Gajownik · 10 years ago
  39. a358207 Fix build breakage when using older gbm lacking dmabuf import by Bryce Harrington · 10 years ago
  40. bf8cc6f compositor-drm: dmabuf GBM import by Pekka Paalanen · 11 years ago
  41. e4d231e compositor-drm: init linux_dmabuf support by Pekka Paalanen · 11 years ago
  42. 82d4925 backends: don't destroy renderer and output twice by Dawid Gajownik · 10 years ago
  43. 1281a36 input: Don't test keyboard/pointer/touch pointers by Derek Foreman · 10 years ago
  44. 4a8a3a1 input: Also pass appropriate pointer type when libva unavailable by Bryce Harrington · 10 years ago
  45. 8ae2db5 input: Pass the appropriate pointer type to bindings instead of a seat by Derek Foreman · 10 years ago
  46. 0720ea3 compositor-drm: Simplify logic in setup_output_seat_constraint by Derek Foreman · 10 years ago
  47. d0ead48 compositor-drm: Refactor code into cursor_bo_update() by Pekka Paalanen · 11 years ago
  48. 70d337d compositor-drm: Fix cursor view size check by Daniel Stone · 10 years ago
  49. 36609c7 compositor-drm: Record current DPMS level by Daniel Stone · 10 years ago
  50. eee580b compositor-drm: Refactor getting current mode into a new function by Pekka Paalanen · 11 years ago
  51. 3ce6362 compositor-drm: Refactor connector name into new function by Pekka Paalanen · 11 years ago
  52. 7b36b42 compositor-drm: Refactor initial mode out of create_output by Pekka Paalanen · 11 years ago
  53. f507ec3 compositor-drm: Allow instant start of repaint loop. (v4) by Mario Kleiner · 10 years ago
  54. 459137b compositor: add API to manage compositor instances by Giulio Camuffo · 11 years ago
  55. 954f183 compositor: introduce struct weston_backend by Giulio Camuffo · 11 years ago
  56. c8a1ff0 compositor-drm: fix drm_waitvblank_pipe() decl style by Pekka Paalanen · 10 years ago
  57. ada4f07 compositor-drm: Add comment for newly added drm_waitvblank_pipe() by Bryce Harrington · 10 years ago
  58. 2ab4f4e compositor-drm: Handle more than two output crtcs per card by Mario Kleiner · 10 years ago
  59. 8081704 compositor-drm: Allow weston_output_mode_switch_to_native() to work. by Mario Kleiner · 10 years ago
  60. 872797c compositor-drm: Fix refresh rate selection in drm_output_switch_mode by Mario Kleiner · 10 years ago
  61. 35b2eaa Moved helper macro to a discrete include file. by Jon Cruz · 10 years ago
  62. a0bbfea src: Update boilerplate from MIT X11 license to MIT Expat license by Bryce Harrington · 10 years ago
  63. f556ebe compositor-drm: Clean trailing whitespace by Daniel Stone · 10 years ago
  64. c056a98 compositor-drm: minor sp. fix by Bryce Harrington · 10 years ago
  65. 6858383 compositor-drm: disable hardware cursors by Pekka Paalanen · 10 years ago
  66. c4cfe85 compositor-drm: pass ARGB fallback to gl create functions for XRGB formats by Derek Foreman · 10 years ago
  67. e76f185 gl-renderer: Take a list of acceptable formats in create functions by Derek Foreman · 10 years ago
  68. b114715 compositor: send the output_created signal after inserting it in the list by Giulio Camuffo · 10 years ago
  69. 74eed31 gl-renderer: call supports() automatically in create() by Jonny Lamb · 10 years ago
  70. ace6920 compositor-{drm, wayland, x11}: remove useless tests for ->supports by Jonny Lamb · 10 years ago
  71. a3e6a4a gl-renderer: move all EGL_PLATFORM_* defines here by Jonny Lamb · 10 years ago
  72. 445fb69 gl-renderer: fix build with --disable-egl by Jonny Lamb · 10 years ago
  73. 62185f4 compositor-{drm, x11, wayland}: stop including EGL headers here by Jonny Lamb · 10 years ago
  74. 671148f gl-renderer: use eglCreatePlatformWindowSurfaceEXT to get EGLSurfaces by Jonny Lamb · 10 years ago
  75. 70eba3f gl-renderer: use eglGetPlatformDisplayEXT to get an EGLDisplay by Jonny Lamb · 10 years ago
  76. 662f384 compositor, backends: weston_compositor_read_presentation_clock by Pekka Paalanen · 10 years ago
  77. 5580f22 compositor-drm: avoid scissor in assign_planes by Pekka Paalanen · 10 years ago
  78. bf0e031 compositor, drm: set per-surface Presentation feedback flags by Pekka Paalanen · 11 years ago
  79. 363aa7b compositor: set presentation.presented flags by Pekka Paalanen · 11 years ago
  80. 050c1ba compositor-drm: use drm_output in drm_output_*() func args by Pekka Paalanen · 11 years ago
  81. 2ecb84a logind: forward Active=true changes for non-DRM backends by David Herrmann · 11 years ago
  82. de16d89 Use zalloc instead of calloc(1, ...) by Bryce Harrington · 11 years ago
  83. 823ad33 compositor: Drop legacy backends in favor of libinput by Peter Hutterer · 11 years ago
  84. 64a3df0 backends: refactor transform string parsing by Derek Foreman · 11 years ago
  85. 0fd6d4e compositor: make keep_buffer a bool by Derek Foreman · 11 years ago
  86. 641307c compositor-drm: deliver frame seq for feedback by Pekka Paalanen · 11 years ago
  87. b5eedad compositor: set and use the presentation clock everywhere by Pekka Paalanen · 11 years ago
  88. 4b1a0a1 cosmetic: update comments that refer to weston_surface_update_transform() by Derek Foreman · 11 years ago
  89. dce7c6e Do not assume 64x64 cursor, added support for other sizes (like in AMD Kaveri, 128x128). by Alvaro Fernando García · 11 years ago
  90. 2d13fde vaapi-recorder: Don't loop trying to write on out of space condition by Ander Conselvan de Oliveira · 11 years ago
  91. 2ef1cd1 compositor-drm: Don't use vaapi recorder with unsupported formats by Ander Conselvan de Oliveira · 11 years ago
  92. f37f82c drm: Don't use the cursor overlay if the scale doesn't match by Neil Roberts · 11 years ago
  93. 4ade0e4 compositor-drm: Fix crash when setting up seat constrained by an output by Ander Conselvan de Oliveira · 11 years ago
  94. a61b949 compositor-drm: Pass the right stride to the vaapi recorder by Ander Conselvan de Oliveira · 11 years ago
  95. 9fc7151 Add possible capabilities CURSOR_PLANE and ARBITRARY_MODE by Jason Ekstrand · 11 years ago
  96. 952b6c8 compositor: reorganize struct weston_buffer_viewport by Pekka Paalanen · 11 years ago
  97. e0de3c2 Add libinput based input device backend by Jonas Ådahl · 11 years ago
  98. 0feb32e udev-seat: Make udev_input own its own udev object reference by Jonas Ådahl · 11 years ago
  99. 58e1586 udev-seat: Make udev_seat_get_named take struct udev_input pointer by Jonas Ådahl · 11 years ago
  100. 77c1a5b Add support for having different GBM formats for different outputs by Neil Roberts · 11 years ago