summaryrefslogtreecommitdiff
path: root/libweston
AgeCommit message (Expand)AuthorFilesLines
2020-08-24compositor: Avoid using weston_log() in weston_view_is_opaque()Marius Vlad1-3/+1
2020-08-19drm: always check the repaint_status in update_completeMichael Olbrich1-2/+3
2020-08-18backend-drm: Correctly tear down the DRM backendMarius Vlad1-2/+2
2020-08-17libweston/launcher-direct.c: do not fail if already in graphics modeAndreas Heynig1-1/+0
2020-08-17backend-drm: allow to disable GBM modifiersStefan Agner3-8/+16
2020-08-17backend-drm: the GL renderer is a hard requirement for DRM virtual outputsMichael Olbrich1-1/+1
2020-08-17backend-drm: build DRM virtual support when the pipewire plugin is enabledMichael Olbrich1-1/+1
2020-08-17backend-drm: reorder plane checks to avoid unnecessary renderingMichael Olbrich1-14/+14
2020-08-17drm: Reset associated universal plane states when finalizing a crtcAlexandros Frantzis1-17/+23
2020-08-17drm: Introduce drm_plane_reset_state() helper functionAlexandros Frantzis4-8/+19
2020-08-13gl-renderer: remove incorrect assertionMichael Olbrich1-5/+2
2020-08-12compositor: ignore views on other outputs during compositor_accumulate_damage()Michael Olbrich1-2/+6
2020-08-11compositor: use weston_view_is_opaque() to check for opacity in debug_scene_v...Michael Olbrich1-2/+1
2020-08-06drm: remove duplicate function declarationsMichael Olbrich1-10/+0
2020-07-28drm-backend: remove log that advertises universal planes supportLeandro Ribeiro1-2/+0
2020-07-09libweston: Send wl_keyboard.modifiers after wl_keyboard.enterKirill Chibisov1-29/+5
2020-06-25launcher: do not touch VT/tty while using non-default seatLeandro Ribeiro1-7/+11
2020-06-12libweston: don't clean up surface roleJames Hilliard1-2/+0
2020-06-11gl-renderer: fix pbuffer surface creationTomek Bury1-2/+6
2020-06-04drm: Fix leak of damage blob idScott Anderson4-51/+53
2020-06-02drm-backend: add --continue-without-input command line option to DRM-backendLeandro Ribeiro1-0/+1
2020-05-28timeline: convert vblank timestamp to MONOTONICPekka Paalanen2-3/+39
2020-05-25gl-renderer: query EGL to determine if GL_TEXTURE_EXTERNAL_OES should be usedMichael Olbrich2-5/+108
2020-05-14libweston: replace 0 with the enum value for the xkb init flagsPeter Hutterer1-1/+1
2020-05-12set SURFACE_BITS_COMMAND cmdType explicitlyKen C2-2/+29
2020-04-29compositor: fix endless recursion in scene-graph printingMichael Olbrich1-2/+2
2020-03-30drm: change timing to set color format for primary plane without universal planeTomohito Esaki1-6/+6
2020-03-20pixman-renderer: Replace output-create flags with structDaniel Stone8-23/+39
2020-03-20gl-renderer: Replace pbuffer-create args with structDaniel Stone3-21/+25
2020-03-20gl-renderer: Replace window-create args with structDaniel Stone5-42/+49
2020-03-20gl-renderer: Replace display-create args with structDaniel Stone6-56/+65
2020-03-20drm: Get renderer buffer size from drm_fbDaniel Stone1-4/+4
2020-03-20drm: Remove unnecessary condition in drm_output_render reuseDaniel Stone1-5/+7
2020-03-20drm: Remove trailing whitespaceDaniel Stone1-1/+1
2020-03-20x11: Remove unnecessary NULL checksDaniel Stone1-10/+0
2020-03-18wayland-backend: Fully damage initial SHM bufferDaniel Stone1-2/+5
2020-03-11pixman-renderer: half-fix bilinear sampling on edgesPekka Paalanen1-1/+15
2020-03-06backend-drm: Parse KMS panel orientation property, apply to weston_headLucas Stach3-0/+47
2020-03-06libweston: Add transform to weston_headLucas Stach2-0/+44
2020-03-05backend-rdp: enable undefined functions errors.Guillaume Champagne1-1/+0
2020-03-05backend-rdp: fix unresolved symbols errorsGuillaume Champagne1-0/+6
2020-02-27Redefine output rotationsPekka Paalanen1-32/+32
2020-02-27libweston: document weston_transformed_*()Pekka Paalanen1-0/+53
2020-02-18gl-renderer: Move EGL display creation to egl-glue.cScott Anderson3-23/+40
2020-02-18gl-renderer: Move platform extension checks to EGL client setupScott Anderson3-101/+71
2020-02-18gl-renderer: Move get_platform_display to EGL client setupScott Anderson3-21/+14
2020-02-18gl-renderer: Move EGL client extension handling earlierScott Anderson3-4/+7
2020-02-10weston-log-wayland: make stream_destroy() use weston_log_subscriber_release()Leandro Ribeiro3-40/+5
2020-02-10weston-log: share code between weston_log_scope_destroy() and weston_log_subs...Leandro Ribeiro1-13/+5
2020-02-10weston-log: destroy subscriptions with destruction of subscribersLeandro Ribeiro4-0/+21