1. ba89f00 weston: add weston code [1/1] by Dongjin Kim · 10 months ago
  2. 6338dbd build: deprecate fbdev backend by Simon Ser · 3 years, 6 months ago
  3. 61abf35 pixman-renderer: Replace output-create flags with struct by Daniel Stone · 5 years ago
  4. c90fccc backend-drm: fix race during system suspend by Antonio Borneo · 6 years ago
  5. c8acc5f backend-fbdev: more into new subdir by Pekka Paalanen · 6 years ago[Renamed from libweston/compositor-fbdev.c]
  6. 7571027 Rename public backend headers by Pekka Paalanen · 6 years ago
  7. 3d5d947 Rename compositor.h to libweston/libweston.h by Pekka Paalanen · 6 years ago
  8. fa2742b libweston: fbdev: Force the Framebuffer devices to be activated. by n3rdopolis · 7 years ago
  9. f0ba93c compositor-fbdev: add support for ABGR by Pablo Castellano · 7 years ago
  10. 4381040 compositor-fbdev: detect the first fb device in the seat by nerdopolis · 7 years ago
  11. 92a06a9 compositor-fbdev: set fb device info upon the first run. by nerdopolis · 7 years ago
  12. d68109b compositor-fbdev: support the --seat option, (and XDG_SEAT variable) by nerdopolis · 7 years ago
  13. 26ded94 pixman: make shadow buffer optional by Pekka Paalanen · 7 years ago
  14. 2305812 compositor-fbdev: migrate to head-based output API by Pekka Paalanen · 8 years ago
  15. 55916d5 compositor-fbdev: make re-enable less drastic by Pekka Paalanen · 8 years ago
  16. 01f6021 libweston: introduce weston_head by Pekka Paalanen · 8 years ago
  17. f461414 libweston: remove restore functionality by Pekka Paalanen · 7 years ago
  18. a453f4d compositor-drm, compositor-fbdev: stop suggesting root by Pekka Paalanen · 8 years ago
  19. cbe7fb0 compositor-fbdev: fix finish_frame_timer leak by Pekka Paalanen · 8 years ago
  20. 82ffe79 compositor-fbdev: rename fbdev_output_disable_handler() by Pekka Paalanen · 8 years ago
  21. 61e5a27 compositor-fbdev: always destroy renderer-output on disable by Pekka Paalanen · 8 years ago
  22. a51e71f compositor-fbdev: simplify FB destroy/unmap/disable by Pekka Paalanen · 8 years ago
  23. 82db6b7 compositor-fbdev: remove unused output arguments by Pekka Paalanen · 8 years ago
  24. 7da9a38 libweston: set backend pointer earlier by Pekka Paalanen · 8 years ago
  25. ae6d35d libweston: rename weston_output_destroy() to weston_output_release() by Pekka Paalanen · 8 years ago
  26. 26ac2e1 libweston: weston_output_init(..., +name) by Pekka Paalanen · 8 years ago
  27. 4270414 libweston: move weston_output::mode_list init to core by Pekka Paalanen · 8 years ago
  28. 513f9a4 compositor-fbdev: unref udev on backend destruction by Pekka Paalanen · 8 years ago
  29. 6938723 compositor-fbdev: remove unused field 'depth' by Pekka Paalanen · 8 years ago
  30. 82b8ddf compositor-fbdev: MAP_FAILED is not NULL by Pekka Paalanen · 8 years ago
  31. acd71fb compositor-fbdev: fix start-up assertion by Pekka Paalanen · 8 years ago
  32. a5066e0 compositor-fbdev: Instead of less than 1 Hz use default refresh rate by Oliver Smith · 8 years ago
  33. b1f166d Allow backends to group repaint flushes by Daniel Stone · 8 years ago
  34. 09a97e2 Change repaint_needed to bool by Daniel Stone · 8 years ago
  35. 23e1d6f libweston: Properly namespace backends entrypoint by Quentin Glidic · 9 years ago
  36. 4008740 weston: Rename weston_output_init_pending() to weston_output_init() by Armin Krezović · 9 years ago
  37. 6ba369d weston: Port fbdev backend to new output handling API by Armin Krezović · 9 years ago
  38. 649bbce include stdint.h for int32_t/uint32_t by Jussi Kukkonen · 9 years ago
  39. b5e3ea2 Rename src/ to libweston/ by Pekka Paalanen · 9 years ago[Renamed from src/compositor-fbdev.c]
  40. e77f8ad compositor-fbdev: drop EGL support by Pekka Paalanen · 9 years ago
  41. a256c5e libweston: remove unused backend_init() arguments by Pekka Paalanen · 9 years ago
  42. 8aedf7b libinput: don't use weston_config when configuring input devices by Giulio Camuffo · 9 years ago
  43. 934e89a fbdev-backend: refactor configuration API by Benoit Gschwind · 9 years ago
  44. e5b5659 compositor-fbdev: make copy of the device string by Pekka Paalanen · 9 years ago
  45. b00c79b protocol: migrate to stable presentation-time.xml by Pekka Paalanen · 9 years ago
  46. 91880f1 compositor-{drm, fbdev, rpi}: Make VT switching configurable by Bob Ham · 10 years ago
  47. c2be857 compositor: Fix a couple comment typos by Bryce Harrington · 10 years ago
  48. c112e0c compositor-fbdev: Drop intermediate shadow buffer by Sjoerd Simons · 10 years ago
  49. 93daabb compositor: pass the backend config struct to the backends init function by Giulio Camuffo · 10 years ago
  50. 44bbdd0 fbdev: Ensure strncpy results are null terminated. by Bryce Harrington · 10 years ago
  51. 6179338 compositor-fbdev: Remove bizarre division by sizeof by Derek Foreman · 10 years ago
  52. 3f89794 compositor-fbdev: fix VT switching crash by Pekka Paalanen · 10 years ago
  53. 82d4925 backends: don't destroy renderer and output twice by Dawid Gajownik · 10 years ago
  54. 8ae2db5 input: Pass the appropriate pointer type to bindings instead of a seat by Derek Foreman · 10 years ago
  55. 459137b compositor: add API to manage compositor instances by Giulio Camuffo · 11 years ago
  56. 954f183 compositor: introduce struct weston_backend by Giulio Camuffo · 11 years ago
  57. 35b2eaa Moved helper macro to a discrete include file. by Jon Cruz · 10 years ago
  58. a0bbfea src: Update boilerplate from MIT X11 license to MIT Expat license by Bryce Harrington · 10 years ago
  59. e76f185 gl-renderer: Take a list of acceptable formats in create functions by Derek Foreman · 10 years ago
  60. b114715 compositor: send the output_created signal after inserting it in the list by Giulio Camuffo · 10 years ago
  61. 74eed31 gl-renderer: call supports() automatically in create() by Jonny Lamb · 10 years ago
  62. 671148f gl-renderer: use eglCreatePlatformWindowSurfaceEXT to get EGLSurfaces by Jonny Lamb · 10 years ago
  63. 70eba3f gl-renderer: use eglGetPlatformDisplayEXT to get an EGLDisplay by Jonny Lamb · 10 years ago
  64. 662f384 compositor, backends: weston_compositor_read_presentation_clock by Pekka Paalanen · 10 years ago
  65. 561662b compositor-fbdev: fix output transformations by Derek Foreman · 10 years ago
  66. 44ed70b compositor-fbdev: allow configuring transform in the ini file by Derek Foreman · 10 years ago
  67. e516c3b compositor-fbdev: give the output a name by Derek Foreman · 10 years ago
  68. 363aa7b compositor: set presentation.presented flags by Pekka Paalanen · 11 years ago
  69. 2ecb84a logind: forward Active=true changes for non-DRM backends by David Herrmann · 11 years ago
  70. 3894670 fbdev: Remove unnecessary semicolon by nerdopolis · 11 years ago
  71. de16d89 Use zalloc instead of calloc(1, ...) by Bryce Harrington · 11 years ago
  72. bff3472 Setting members to 0/NULL after a zalloc or calloc is redundant by Bryce Harrington · 11 years ago
  73. 823ad33 compositor: Drop legacy backends in favor of libinput by Peter Hutterer · 11 years ago
  74. b5eedad compositor: set and use the presentation clock everywhere by Pekka Paalanen · 11 years ago
  75. e0de3c2 Add libinput based input device backend by Jonas Ådahl · 11 years ago
  76. 0feb32e udev-seat: Make udev_input own its own udev object reference by Jonas Ådahl · 11 years ago
  77. 77c1a5b Add support for having different GBM formats for different outputs by Neil Roberts · 11 years ago
  78. 1853676 compositor: Destroy renderer in weston_compositor_shutdown() by Ander Conselvan de Oliveira · 12 years ago
  79. f749fc3 compositor: Remove output from list in weston_output_destroy() by Ander Conselvan de Oliveira · 12 years ago
  80. 6b16214 pixman-renderer, gl-renderer: Destroy debug bindings on clean up by Ander Conselvan de Oliveira · 12 years ago
  81. 10ddd97 compositor: Remove redundant and not well-defined focus field by Kristian Høgsberg · 12 years ago
  82. 1edf44c compositor: finish frame if redraw fails by David Herrmann · 12 years ago
  83. cc5b2ed launcher: add logind backend by David Herrmann · 12 years ago
  84. 1641d14 fbdev: open launcher only once by David Herrmann · 12 years ago
  85. 97f2952 gl-renderer: Build as a loadable module by Ander Conselvan de Oliveira · 12 years ago
  86. 8ac6a2d compositor-fbdev: Fix a fd leak in the fbdev backend by Kristian Høgsberg · 12 years ago
  87. 6ff3ff5 launcher: Add back support for specifying VT to run on by Kristian Høgsberg · 12 years ago
  88. 57388e4 Notify clients on mode_switch() by Hardening · 12 years ago
  89. ff39efa Rename current, origin, scale, origin_scale by Hardening · 12 years ago
  90. 3f49587 launcher: Move rest of tty object into struct weston_launcher by Kristian Høgsberg · 12 years ago
  91. 61741a2 compositor: Generalize VT switching as a session_signal by Kristian Høgsberg · 12 years ago
  92. 05ad1e4 launcher: Collect launcher state in new struct weston_launcher by Kristian Høgsberg · 12 years ago
  93. 4aa756d add libhybris support by Adrian Negreanu · 12 years ago
  94. ffbddff fbdev: Support of TrueColor and Directcolor of video hardware by Marc Chalain · 12 years ago
  95. c838423 compositor: Setup weston-launch sock in fbdev by Adrian Negreanu · 12 years ago
  96. c814c58 Drop extraneous duplicate header includes by Bryce Harrington · 12 years ago
  97. 581b3fd compositor-fbdev: Close fd used for re-enabling if that fails by Rob Bradford · 12 years ago
  98. f8ef42f compositor-fbdev: Avoid dereferencing a pointer in freed memory by Rob Bradford · 12 years ago
  99. c228e23 configure.ac: Enable AC_USE_SYSTEM_EXTENSIONS by Daniel Stone · 12 years ago
  100. 2387fde compositor-fbdev: Rename seat variable to seat_id to clarify purpose by Rob Bradford · 12 years ago