- 21e4944 compositor-drm: update connectors with connector config by Ucan, Emre (ADITG/SW1) · 9 years ago
- c889012 compositor-drm: don't put y-inverted / interlaced / bottom-first dmabufs on overlays by Micah Fedke · 9 years ago
- 605ac8e compositor-drm: Restore use-current-mode functionality by Armin Krezović · 9 years ago
- 23e1d6f libweston: Properly namespace backends entrypoint by Quentin Glidic · 9 years ago
- 2d66a7d compositor-drm: allow mode frequency selection by Fabien Dessenne · 9 years ago
- 4dca0e1 compositor-drm: fix a couple of typos by Abdur Rehman · 9 years ago
- 296d7a9 compositor-drm: Reshuffle and comment plane conditions by Daniel Stone · 9 years ago
- f33e104 compositor-drm: Remove open-coded weston_compositor_wake by Daniel Stone · 9 years ago
- 47224cc compositor-drm: Delete drm_backend_set_modes by Daniel Stone · 9 years ago
- c8c917c compositor-drm: Store width and height inside drm_fb by Daniel Stone · 9 years ago
- f214fdc compositor-drm: Use signed int for width/height by Daniel Stone · 9 years ago
- 4e5eceb compositor-drm: Use fb->fd consistently by Daniel Stone · 10 years ago
- 3e661f7 compositor-drm: Extract EGL destroy to helper by Daniel Stone · 9 years ago
- a3ae476 compositor-drm: Simplify drm_sprite_crtc_supported by Daniel Stone · 10 years ago
- 1733923 compositor-drm: Comment struct members by Daniel Stone · 10 years ago
- 41700e3 gl-renderer: Add <platform_attribs> param to gl_renderer_display_create by Miguel A. Vico · 9 years ago
- c095cde gl-renderer: Rename gl_renderer::output_create to output_window_create by Miguel A. Vico · 9 years ago
- dddc670 gl-renderer: Rename gl_renderer_create to gl_renderer_display_create by Miguel A. Vico · 9 years ago
- c950667 libweston: include weston-egl-ext.h in drm, x11 and wayland compositor by Vincent Abriou · 9 years ago
- 4008740 weston: Rename weston_output_init_pending() to weston_output_init() by Armin Krezović · 9 years ago
- 0836813 weston: Port DRM backend to new output handling API by Armin Krezović · 9 years ago
- 4b6321f compositor-drm: Zero drmModeAddFB2 data by Yong Bakos · 9 years ago
- 482ffdf compositor-drm: Stop sending uninit data to the kernel by Derek Foreman · 9 years ago
- 545dba6 compositor-drm: Use non-cast functions to retrieve backend and output objects by Armin Krezović · 9 years ago
- 984781f compositor-drm: Do not exit when there are no outputs left by Armin Krezović · 9 years ago
- b12a754 compositor-drm: Do not return an error when no connectors are configured by Armin Krezović · 9 years ago
- 649bbce include stdint.h for int32_t/uint32_t by Jussi Kukkonen · 9 years ago
- b5e3ea2 Rename src/ to libweston/ by Pekka Paalanen · 9 years ago[Renamed from src/compositor-drm.c]
- f8da0c2 compositor-drm: support RGB565 with pixman renderer by Tomi Valkeinen · 9 years ago
- a256c5e libweston: remove unused backend_init() arguments by Pekka Paalanen · 9 years ago
- 8aedf7b libinput: don't use weston_config when configuring input devices by Giulio Camuffo · 9 years ago
- b8347e3 compositor-drm: Prevent a crash in the pixman renderer by Emmanuel Gil Peyrot · 9 years ago
- a62138b compositor-drm: Write a name in the mode generated from a modeline by Emmanuel Gil Peyrot · 9 years ago
- 373c108 compositor-drm: Remove unused output reference in drm_fb by Emmanuel Gil Peyrot · 9 years ago
- 1c0e40d drm: port the drm backend to the new init api by Giulio Camuffo · 9 years ago
- b993998 drm: Spelling fix in comment by Bryce Harrington · 9 years ago
- fcf4b6c compositor-drm: Renaming of gbm fields by Miguel A. Vico · 9 years ago
- 7a5c562 compositor-drm: fix memcmp using a bad pointer in drm_outout_choose_initial_mode by comic fans · 9 years ago
- b00c79b protocol: migrate to stable presentation-time.xml by Pekka Paalanen · 9 years ago
- 6c19b69 compositor-drm: the cursor plane only supports ARGB by Derek Foreman · 10 years ago
- b042756 compositor-drm: update internal cursor plane location when disabling cursor by Derek Foreman · 9 years ago
- 91880f1 compositor-{drm, fbdev, rpi}: Make VT switching configurable by Bob Ham · 10 years ago
- c399692 linux-dmabuf: Move the attributes part of linux_dmabuf_buffer into its own struct by Emmanuel Gil Peyrot · 10 years ago
- 7eaed40 compositor-drm: fix hw cursor positioning by Pekka Paalanen · 10 years ago
- be428b3 compositor-drm: Use view transform in cursor plane setup by Derek Foreman · 10 years ago
- 4a7ce1f compositor-drm: pass NULL to mmap() instead of 0 as the address by Chris Michael · 10 years ago
- 6d55637 compositor-drm: fall back to EGL visual_id 0 if no others work by Derek Foreman · 10 years ago
- 93daabb compositor: pass the backend config struct to the backends init function by Giulio Camuffo · 10 years ago
- 8743047 compositor-drm: fix cursor size test in drm_assign_planes by Derek Foreman · 10 years ago
- 9c7de16 compositor-drm: Ensure strings from EDID blobs are null terminated by Bryce Harrington · 10 years ago
- 3f32a13 Revert "compositor-drm: disable hardware cursors" by Pekka Paalanen · 10 years ago
- ab81f15 build, compositor-drm: fix output name constants another way by Pekka Paalanen · 10 years ago
- 89c49b3 compositor-drm: rename outputs to follow kernel style by Pekka Paalanen · 10 years ago
- 2b25450 compositor-drm: cast surface to EGLNativeWindowType by Dawid Gajownik · 10 years ago
- a358207 Fix build breakage when using older gbm lacking dmabuf import by Bryce Harrington · 10 years ago
- bf8cc6f compositor-drm: dmabuf GBM import by Pekka Paalanen · 11 years ago
- e4d231e compositor-drm: init linux_dmabuf support by Pekka Paalanen · 11 years ago
- 82d4925 backends: don't destroy renderer and output twice by Dawid Gajownik · 10 years ago
- 1281a36 input: Don't test keyboard/pointer/touch pointers by Derek Foreman · 10 years ago
- 4a8a3a1 input: Also pass appropriate pointer type when libva unavailable by Bryce Harrington · 10 years ago
- 8ae2db5 input: Pass the appropriate pointer type to bindings instead of a seat by Derek Foreman · 10 years ago
- 0720ea3 compositor-drm: Simplify logic in setup_output_seat_constraint by Derek Foreman · 10 years ago
- d0ead48 compositor-drm: Refactor code into cursor_bo_update() by Pekka Paalanen · 11 years ago
- 70d337d compositor-drm: Fix cursor view size check by Daniel Stone · 10 years ago
- 36609c7 compositor-drm: Record current DPMS level by Daniel Stone · 10 years ago
- eee580b compositor-drm: Refactor getting current mode into a new function by Pekka Paalanen · 11 years ago
- 3ce6362 compositor-drm: Refactor connector name into new function by Pekka Paalanen · 11 years ago
- 7b36b42 compositor-drm: Refactor initial mode out of create_output by Pekka Paalanen · 11 years ago
- f507ec3 compositor-drm: Allow instant start of repaint loop. (v4) by Mario Kleiner · 10 years ago
- 459137b compositor: add API to manage compositor instances by Giulio Camuffo · 11 years ago
- 954f183 compositor: introduce struct weston_backend by Giulio Camuffo · 11 years ago
- c8a1ff0 compositor-drm: fix drm_waitvblank_pipe() decl style by Pekka Paalanen · 10 years ago
- ada4f07 compositor-drm: Add comment for newly added drm_waitvblank_pipe() by Bryce Harrington · 10 years ago
- 2ab4f4e compositor-drm: Handle more than two output crtcs per card by Mario Kleiner · 10 years ago
- 8081704 compositor-drm: Allow weston_output_mode_switch_to_native() to work. by Mario Kleiner · 10 years ago
- 872797c compositor-drm: Fix refresh rate selection in drm_output_switch_mode by Mario Kleiner · 10 years ago
- 35b2eaa Moved helper macro to a discrete include file. by Jon Cruz · 10 years ago
- a0bbfea src: Update boilerplate from MIT X11 license to MIT Expat license by Bryce Harrington · 10 years ago
- f556ebe compositor-drm: Clean trailing whitespace by Daniel Stone · 10 years ago
- c056a98 compositor-drm: minor sp. fix by Bryce Harrington · 10 years ago
- 6858383 compositor-drm: disable hardware cursors by Pekka Paalanen · 10 years ago
- c4cfe85 compositor-drm: pass ARGB fallback to gl create functions for XRGB formats by Derek Foreman · 10 years ago
- e76f185 gl-renderer: Take a list of acceptable formats in create functions by Derek Foreman · 10 years ago
- b114715 compositor: send the output_created signal after inserting it in the list by Giulio Camuffo · 10 years ago
- 74eed31 gl-renderer: call supports() automatically in create() by Jonny Lamb · 10 years ago
- ace6920 compositor-{drm, wayland, x11}: remove useless tests for ->supports by Jonny Lamb · 10 years ago
- a3e6a4a gl-renderer: move all EGL_PLATFORM_* defines here by Jonny Lamb · 10 years ago
- 445fb69 gl-renderer: fix build with --disable-egl by Jonny Lamb · 10 years ago
- 62185f4 compositor-{drm, x11, wayland}: stop including EGL headers here by Jonny Lamb · 10 years ago
- 671148f gl-renderer: use eglCreatePlatformWindowSurfaceEXT to get EGLSurfaces by Jonny Lamb · 10 years ago
- 70eba3f gl-renderer: use eglGetPlatformDisplayEXT to get an EGLDisplay by Jonny Lamb · 10 years ago
- 662f384 compositor, backends: weston_compositor_read_presentation_clock by Pekka Paalanen · 10 years ago
- 5580f22 compositor-drm: avoid scissor in assign_planes by Pekka Paalanen · 10 years ago
- bf0e031 compositor, drm: set per-surface Presentation feedback flags by Pekka Paalanen · 11 years ago
- 363aa7b compositor: set presentation.presented flags by Pekka Paalanen · 11 years ago
- 050c1ba compositor-drm: use drm_output in drm_output_*() func args by Pekka Paalanen · 11 years ago
- 2ecb84a logind: forward Active=true changes for non-DRM backends by David Herrmann · 11 years ago
- de16d89 Use zalloc instead of calloc(1, ...) by Bryce Harrington · 11 years ago
- 823ad33 compositor: Drop legacy backends in favor of libinput by Peter Hutterer · 11 years ago
- 64a3df0 backends: refactor transform string parsing by Derek Foreman · 11 years ago