summaryrefslogtreecommitdiff
path: root/libweston
Commit message (Expand)AuthorAgeFilesLines
* compositor: Avoid using weston_log() in weston_view_is_opaque()Marius Vlad2020-08-241-3/+1
* drm: always check the repaint_status in update_completeMichael Olbrich2020-08-191-2/+3
* backend-drm: Correctly tear down the DRM backendMarius Vlad2020-08-181-2/+2
* libweston/launcher-direct.c: do not fail if already in graphics modeAndreas Heynig2020-08-171-1/+0
* backend-drm: allow to disable GBM modifiersStefan Agner2020-08-173-8/+16
* backend-drm: the GL renderer is a hard requirement for DRM virtual outputsMichael Olbrich2020-08-171-1/+1
* backend-drm: build DRM virtual support when the pipewire plugin is enabledMichael Olbrich2020-08-171-1/+1
* backend-drm: reorder plane checks to avoid unnecessary renderingMichael Olbrich2020-08-171-14/+14
* drm: Reset associated universal plane states when finalizing a crtcAlexandros Frantzis2020-08-171-17/+23
* drm: Introduce drm_plane_reset_state() helper functionAlexandros Frantzis2020-08-174-8/+19
* gl-renderer: remove incorrect assertionMichael Olbrich2020-08-131-5/+2
* compositor: ignore views on other outputs during compositor_accumulate_damage()Michael Olbrich2020-08-121-2/+6
* compositor: use weston_view_is_opaque() to check for opacity in debug_scene_v...Michael Olbrich2020-08-111-2/+1
* drm: remove duplicate function declarationsMichael Olbrich2020-08-061-10/+0
* drm-backend: remove log that advertises universal planes supportLeandro Ribeiro2020-07-281-2/+0
* libweston: Send wl_keyboard.modifiers after wl_keyboard.enterKirill Chibisov2020-07-091-29/+5
* launcher: do not touch VT/tty while using non-default seatLeandro Ribeiro2020-06-251-7/+11
* libweston: don't clean up surface roleJames Hilliard2020-06-121-2/+0
* gl-renderer: fix pbuffer surface creationTomek Bury2020-06-111-2/+6
* drm: Fix leak of damage blob idScott Anderson2020-06-044-51/+53
* drm-backend: add --continue-without-input command line option to DRM-backendLeandro Ribeiro2020-06-021-0/+1
* timeline: convert vblank timestamp to MONOTONICPekka Paalanen2020-05-282-3/+39
* gl-renderer: query EGL to determine if GL_TEXTURE_EXTERNAL_OES should be usedMichael Olbrich2020-05-252-5/+108
* libweston: replace 0 with the enum value for the xkb init flagsPeter Hutterer2020-05-141-1/+1
* set SURFACE_BITS_COMMAND cmdType explicitlyKen C2020-05-122-2/+29
* compositor: fix endless recursion in scene-graph printingMichael Olbrich2020-04-291-2/+2
* drm: change timing to set color format for primary plane without universal planeTomohito Esaki2020-03-301-6/+6
* pixman-renderer: Replace output-create flags with structDaniel Stone2020-03-208-23/+39
* gl-renderer: Replace pbuffer-create args with structDaniel Stone2020-03-203-21/+25
* gl-renderer: Replace window-create args with structDaniel Stone2020-03-205-42/+49
* gl-renderer: Replace display-create args with structDaniel Stone2020-03-206-56/+65
* drm: Get renderer buffer size from drm_fbDaniel Stone2020-03-201-4/+4
* drm: Remove unnecessary condition in drm_output_render reuseDaniel Stone2020-03-201-5/+7
* drm: Remove trailing whitespaceDaniel Stone2020-03-201-1/+1
* x11: Remove unnecessary NULL checksDaniel Stone2020-03-201-10/+0
* wayland-backend: Fully damage initial SHM bufferDaniel Stone2020-03-181-2/+5
* pixman-renderer: half-fix bilinear sampling on edgesPekka Paalanen2020-03-111-1/+15
* backend-drm: Parse KMS panel orientation property, apply to weston_headLucas Stach2020-03-063-0/+47
* libweston: Add transform to weston_headLucas Stach2020-03-062-0/+44
* backend-rdp: enable undefined functions errors.Guillaume Champagne2020-03-051-1/+0
* backend-rdp: fix unresolved symbols errorsGuillaume Champagne2020-03-051-0/+6
* Redefine output rotationsPekka Paalanen2020-02-271-32/+32
* libweston: document weston_transformed_*()Pekka Paalanen2020-02-271-0/+53
* gl-renderer: Move EGL display creation to egl-glue.cScott Anderson2020-02-183-23/+40
* gl-renderer: Move platform extension checks to EGL client setupScott Anderson2020-02-183-101/+71
* gl-renderer: Move get_platform_display to EGL client setupScott Anderson2020-02-183-21/+14
* gl-renderer: Move EGL client extension handling earlierScott Anderson2020-02-183-4/+7
* weston-log-wayland: make stream_destroy() use weston_log_subscriber_release()Leandro Ribeiro2020-02-103-40/+5
* weston-log: share code between weston_log_scope_destroy() and weston_log_subs...Leandro Ribeiro2020-02-101-13/+5
* weston-log: destroy subscriptions with destruction of subscribersLeandro Ribeiro2020-02-104-0/+21