summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* pixman-renderer: half-fix bilinear sampling on edgesPekka Paalanen2020-03-111-1/+15
* compositor: Fail on invalid transform for headlessDaniel Stone2020-03-111-1/+1
* tests: print image difference statisticsPekka Paalanen2020-03-101-6/+38
* compositor: Use weston_head transform for output defaultDaniel Stone2020-03-061-2/+7
* backend-drm: Parse KMS panel orientation property, apply to weston_headLucas Stach2020-03-063-0/+47
* libweston: Add transform to weston_headLucas Stach2020-03-063-0/+51
* compositor: Fail output configuration on invalid transformDaniel Stone2020-03-061-8/+29
* compositor: Fix default transforms when output section declaredDaniel Stone2020-03-061-3/+4
* backend-rdp: enable undefined functions errors.Guillaume Champagne2020-03-051-1/+0
* backend-rdp: fix unresolved symbols errorsGuillaume Champagne2020-03-051-0/+6
* tests: add buffer transform testsPekka Paalanen2020-02-2826-0/+138
* tests: add output transform testsPekka Paalanen2020-02-2833-0/+208
* tests: expand allowed pixel fuzz for GLPekka Paalanen2020-02-271-1/+1
* tests: implement client_destroy()Pekka Paalanen2020-02-273-4/+91
* tests: re-order test naming patternPekka Paalanen2020-02-271-7/+7
* tests: add get_test_fixture_index()Pekka Paalanen2020-02-272-7/+33
* tests: add scale and transform compositor optionsPekka Paalanen2020-02-272-0/+38
* compositor: add scale cmdline option for headlessPekka Paalanen2020-02-271-0/+2
* tests: allow verify_screen_content() w/o ref imagePekka Paalanen2020-02-271-15/+27
* tests: rename check_screen() to verify_screen_content() + docPekka Paalanen2020-02-273-14/+53
* tests: move check_screen() into client helpersPekka Paalanen2020-02-273-65/+73
* Redefine output rotationsPekka Paalanen2020-02-278-84/+88
* libweston: document weston_transformed_*()Pekka Paalanen2020-02-271-0/+53
* clients: transformed does not recognize -dPekka Paalanen2020-02-271-1/+0
* ivi-application: fix grammarVeeresh Kadasani2020-02-261-6/+6
* fullscreen-shell/fullscreen-shell.c: prevent seat_created() from being called...ahe2020-02-261-1/+1
* Revert "CI: do not attempt to test GL-renderer"Pekka Paalanen2020-02-181-1/+0
* CI: build a Mesa shapshot for getImage/putImage on pbuffer swrastPekka Paalanen2020-02-182-1/+32
* 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
* clients/window: fail earlier when frame_create failsSimon Ser2020-02-101-0/+4
* weston-log-wayland: make stream_destroy() use weston_log_subscriber_release()Leandro Ribeiro2020-02-103-40/+5
* compositor: destroy log context only after the destruction of subscribersLeandro Ribeiro2020-02-101-1/+1
* 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
* weston-log: merge functions that destroy different types of subscribersLeandro Ribeiro2020-02-107-45/+49
* weston-log: rename weston_log_subscriber::destroy to destroy_subscriptionLeandro Ribeiro2020-02-105-6/+6
* build: add rpath to modules that use symbols from libexec_westonPhilipp Zabel2020-02-063-5/+10
* tests: run subsurface-shot on GL tooPekka Paalanen2020-02-051-8/+6
* CI: do not attempt to test GL-rendererPekka Paalanen2020-02-051-0/+1
* build: add test-gl-renderer optionPekka Paalanen2020-02-053-0/+15
* tests: add range argument for fuzzy image matchingPekka Paalanen2020-02-054-12/+71
* weston-log-flight-rec: allow re-running a compositorPekka Paalanen2020-02-051-1/+8
* shared: guard all the seal logic behind HAVE_MEMFD_CREATESebastian Wick2020-02-051-6/+9
* tests: release resources on compositor destructionGuillaume Champagne2020-02-041-1/+7
* headless: fix uninitialized variableGuillaume Champagne2020-02-041-1/+1
* gl-renderer: Avoid double-free on init failureDaniel Stone2020-02-031-0/+1
* gl-renderer: Fail earlier if shader compilation failsDaniel Stone2020-02-031-0/+4