1. 930711f weston: modify resume flow [1/1] by limin.tian · 9 months ago
  2. ebd9e93 weston: modify ui-size for every output [1/1] by limin.tian · 11 months ago
  3. bf71b4c weston: add video buffer display time event [1/2] by limin.tian · 11 months ago
  4. c0af1fa weston: support scaling [1/1] by leng.fang · 12 months ago
  5. 69a93e3 weston: LVDS mode use outputmode [1/1] by leng.fang · 12 months ago
  6. 0d88a8f weston: fix weston crash on suspend [1/1] by leng.fang · 12 months ago
  7. 5ec9b6c weston: suspend when hdmi not connect [1/1] by leng.fang · 1 year ago
  8. 3e8a4b5 weston: modepolicy exception during multi output connection [1/1] by leng.fang · 1 year ago
  9. c616dad weston: sync vidda patch(44-48) [2/2] by limin.tian · 1 year, 1 month ago
  10. 9cf09e2 weston: light sleep function [1/1] by leng.fang · 1 year, 1 month ago
  11. e9d800e weston: fix weston suspend [1/1] by leng.fang · 1 year, 1 month ago
  12. 13fd398 weston: switch mode during video playback [1/1] by leng.fang · 1 year, 1 month ago
  13. 9185607 weston: add modepolicy [1/1] by leng.fang · 1 year, 2 months ago
  14. 32af9fc weston: all patch add merge weston [1/1] by leng.fang · 1 year, 2 months ago
  15. ba89f00 weston: add weston code [1/1] by Dongjin Kim · 10 months ago
  16. db7e85d drm: Fix hang on zoom by Derek Foreman · 3 years, 6 months ago
  17. 57d609a backend-drm: Cache fb<->plane format compatibility list by Daniel Stone · 3 years, 9 months ago
  18. f508603 backend-drm: Free scanout format table after use by Daniel Stone · 3 years, 8 months ago
  19. 5429302 backend-drm: add KMS plane's formats to per-surface dma-buf feedback by Leandro Ribeiro · 3 years, 10 months ago
  20. 74bdb35 drm: Ignore timestamp for monitor shut-off by Derek Foreman · 4 years ago
  21. 7a44ee7 backend-drm: Clean-up minor leak when destroying the DRM-backend by Marius Vlad · 4 years, 1 month ago
  22. 10937fe backend-drm: Clear drm_output cursor_view when view is destroyed by Alexandros Frantzis · 4 years, 2 months ago
  23. bfcb1ad backend-drm: Drop support to non universal plane drivers by Igor Matheus Andrade Torrente · 4 years, 10 months ago
  24. 567cc92 backend-drm: add DRM_FORMAT_MOD_INVALID to modifier sets when no modifiers are supported by Leandro Ribeiro · 4 years, 3 months ago
  25. 7466309 backend-drm: start to use weston_drm_format in drm_plane by Scott Anderson · 4 years, 6 months ago
  26. 2984f36 backend-drm: set plane format to gbm_format at the appropriate time by Leandro Ribeiro · 4 years, 6 months ago
  27. d171c7b libweston/backend-drm: Re-order gbm destruction at DRM-backend tear down by Marius Vlad · 4 years, 4 months ago
  28. 4b301fe Add weston-drm-fourcc.h by Pekka Paalanen · 4 years, 6 months ago
  29. 7f1a113 drm-backend: do not skip renderer if capturing screen by Pekka Paalanen · 4 years, 8 months ago
  30. a86b590 backend-drm: Fix ignoring config 'require-input' option by Marius Vlad · 4 years, 8 months ago
  31. 6354455 backend-drm: Reuse drmModeRes in drm_backend_create by Igor Matheus Andrade Torrente · 4 years, 10 months ago
  32. 96bef05 drm-backend: add support for writeback connectors by Leandro Ribeiro · 5 years ago
  33. 7243022 drm-backend: add function drm_backend_add_connector() to create drm_head for connectors that appear by Leandro Ribeiro · 4 years, 11 months ago
  34. 99611c8 drm-backend: add helper function resources_has_connector() by Leandro Ribeiro · 4 years, 11 months ago
  35. 993920d drm-backend: rename drm_backend_update_heads() to drm_backend_update_connectors() by Leandro Ribeiro · 4 years, 11 months ago
  36. 4a5b67a drm-backend: update description of drm_head_create() and drm_head_update_info() by Leandro Ribeiro · 4 years, 11 months ago
  37. 6794164 drm-backend: move drm_head management from drm_connector_assign_connector_info() to drm_head_update_info() by Leandro Ribeiro · 4 years, 11 months ago
  38. 7086396 drm-backend: reduce number of drmModeGetConnector() calls by Leandro Ribeiro · 5 years ago
  39. 702fbf7 drm-backend: cache drmModeObjectProperties for connectors by Leandro Ribeiro · 5 years ago
  40. e636990 drm-backend: move connector data from struct drm_head to struct drm_connector by Leandro Ribeiro · 5 years ago
  41. bb33f90 drm-backend: free old connector props before replacing it with newer data by Leandro Ribeiro · 4 years, 11 months ago
  42. 3d6721e drm-backend: fix deinit_planes by Pekka Paalanen · 4 years, 11 months ago
  43. de1b77e drm-backend: do not set output->crtc to NULL in drm_output_init_planes() failure by Leandro Ribeiro · 5 years ago
  44. 05cecc8 drm-backend: cosmetic changes to make the code easier to read by Leandro Ribeiro · 5 years ago
  45. 3be23ef drm-backend: move code to init/deinit planes to specific functions by Leandro Ribeiro · 5 years ago
  46. 744c0cb drm-backend: drop unused_crtcs from struct drm_backend by Leandro Ribeiro · 5 years ago
  47. b00d1a2 drm-backend: move CRTC data from struct drm_output to new struct drm_crtc by Leandro Ribeiro · 5 years ago
  48. d70e712 drm: always check the repaint_status in update_complete by Michael Olbrich · 5 years ago
  49. 5130a8c backend-drm: Correctly tear down the DRM backend by Marius Vlad · 5 years ago
  50. 465ab2c backend-drm: allow to disable GBM modifiers by Stefan Agner · 5 years ago
  51. 53a71cb drm: Reset associated universal plane states when finalizing a crtc by Alexandros Frantzis · 5 years ago
  52. 9975134 drm: Introduce drm_plane_reset_state() helper function by Alexandros Frantzis · 5 years ago
  53. 15c603c drm: Fix leak of damage blob id by Scott Anderson · 5 years ago
  54. e57d8ae drm-backend: add --continue-without-input command line option to DRM-backend by Leandro Ribeiro · 5 years ago
  55. 5104846 drm: change timing to set color format for primary plane without universal plane by Tomohito Esaki · 5 years ago
  56. 61abf35 pixman-renderer: Replace output-create flags with struct by Daniel Stone · 5 years ago
  57. f9a6162 drm: Get renderer buffer size from drm_fb by Daniel Stone · 5 years ago
  58. 98d75e1 drm: Remove unnecessary condition in drm_output_render reuse by Daniel Stone · 5 years ago
  59. 7fa97e6 drm: Remove trailing whitespace by Daniel Stone · 5 years ago
  60. 172afc2 backend-drm: stop direct accessing core struct member by Leandro Ribeiro · 6 years ago
  61. f014964 weston-log: rename the confusing function name weston_compositor_log_scope_destroy() by Leandro Ribeiro · 6 years ago
  62. 5976dbb weston-log: rename the confusing function name weston_compositor_add_log_scope() by Leandro Ribeiro · 6 years ago
  63. 1b3ad09 backend-drm: Make boolean fields actually bool by Emmanuel Gil Peyrot · 6 years ago
  64. b2f54d9 backend-drm: Remove unused variable by Emmanuel Gil Peyrot · 6 years ago
  65. a2e80ac backend-drm: remove unnecessary ifdefs by Leandro Ribeiro · 6 years ago
  66. 81bada5 backend-drm: Add dmabuf scan-out check for DRM-backend by Marius Vlad · 6 years ago
  67. ebd10e5 libweston: Add weston-direct-display server side implementation by Marius Vlad · 6 years ago
  68. e83e750 backend-drm: Hard-code zpos values if HW doesn't exposes them by Marius Vlad · 6 years ago
  69. cdd6fa2 backend-drm: Add zpos DRM-property by Marius Vlad · 6 years ago
  70. 2cb926c Revert "backend-drm: Teach drm_property_info_populate() to retrieve range values" by Daniel Stone · 6 years ago
  71. 95e3b0d backend-drm: Teach drm_property_info_populate() to retrieve range values by Marius Vlad · 6 years ago
  72. ccf2407 backend-drm: make GBM optional by Stefan Agner · 6 years ago
  73. 3654c67 backend-drm: separate out DRM virtual support by Stefan Agner · 6 years ago
  74. 4a18f30 backend-drm: use DRM_ constants everywhere by Stefan Agner · 6 years ago
  75. 9bb1c3a weston-log: Add 'destroy_subscription' callback for the subscription by Marius Vlad · 6 years ago
  76. 411a7cf gl-renderer: display_create needs surface type by Pekka Paalanen · 6 years ago
  77. c232f8d Unify the include style of shared/ headers by Pekka Paalanen · 6 years ago
  78. 7cb7a67 gl-renderer: remove EGLConfig attributes from API by Pekka Paalanen · 6 years ago
  79. d8e8518 gl-renderer: use gl_renderer_get_egl_config() for display_create by Pekka Paalanen · 6 years ago
  80. 8e42af0 gl_renderer: introduce gl_renderer_get_egl_config() by Pekka Paalanen · 6 years ago
  81. 8ba775d backend-drm: use format db for fallback too by Pekka Paalanen · 6 years ago
  82. 192ce0a gl-renderer: remove platform_attribs by Pekka Paalanen · 6 years ago
  83. 93dde24 libweston: Add functions to modify disable_planes counter for an output by Ankit Nautiyal · 6 years ago
  84. a344fe3 backend-drm: Add support for content-protection by Ankit Nautiyal · 6 years ago
  85. c901e89 weston-debug: Rename weston-debug to weston-log to better reflect its purpose by Marius Vlad · 6 years ago
  86. 49dc320 backend-drm: dont emit sesion signal if already at same state by Robert Beckett · 6 years ago
  87. c90fccc backend-drm: fix race during system suspend by Antonio Borneo · 6 years ago
  88. 974390a backend-drm: get handle in gbm specific code by Stefan Agner · 6 years ago
  89. 5dd3e99 backend-drm: drop gbm.h from c files by Stefan Agner · 6 years ago
  90. 0bfebeb compositor-drm: use DRM constants by Stefan Agner · 6 years ago
  91. e404b72 compositor-drm: Split assign_planes() into separate file by Daniel Stone · 6 years ago
  92. 6b466f2 compositor-drm: Move state helpers to separate file by Daniel Stone · 6 years ago
  93. 7580b3c compositor-drm: Move FB handling to a separate file by Daniel Stone · 6 years ago
  94. 4c2fc70 compositor-drm: Move KMS API use to separate file by Daniel Stone · 6 years ago
  95. fbe6c1d compositor-drm: Move mode handling to separate file by Daniel Stone · 6 years ago
  96. 3448cfc compositor-drm: Pull EDID extraction into helper by Daniel Stone · 6 years ago
  97. dd1bc50 compositor-drm: Create header for backend internals by Daniel Stone · 6 years ago
  98. a2dace2 libweston: Fix/clean-up doxygen warnings by Marius Vlad · 6 years ago
  99. 31838bf compositor-drm: Remove legacy plane and vblank usage by Daniel Stone · 6 years ago
  100. 87fab1c compositor-drm: Only assign planes with atomic by Daniel Stone · 6 years ago