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