environment: BUILD_SUBMITTER: dalligi CI: "true" CI_API_GRAPHQL_URL: https://gitlab.freedesktop.org/api/graphql CI_API_V4_URL: https://gitlab.freedesktop.org/api/v4 CI_COMMIT_AUTHOR: Simon Ser CI_COMMIT_BEFORE_SHA: f057239b6aed40e3d294b6c51b6a0e8269716027 CI_COMMIT_BRANCH: master CI_COMMIT_DESCRIPTION: |4- We were relying on the fact that we wouldn't paint anything on top of the black background in the region of a black rect. However when fractional scaling is used the repaint region might get expanded to nearby pixels by scale_output_damage(). As a result the neighbour scene nodes might leak into the skipped black rect's region. Avoid this by using this optimization for bottom-most black rects only when fractional scaling is used. References: https://github.com/swaywm/sway/issues/8233 CI_COMMIT_MESSAGE: | scene: only skip bottom-most black rects with fractional scaling We were relying on the fact that we wouldn't paint anything on top of the black background in the region of a black rect. However when fractional scaling is used the repaint region might get expanded to nearby pixels by scale_output_damage(). As a result the neighbour scene nodes might leak into the skipped black rect's region. Avoid this by using this optimization for bottom-most black rects only when fractional scaling is used. References: https://github.com/swaywm/sway/issues/8233 CI_COMMIT_REF_NAME: master CI_COMMIT_REF_PROTECTED: "true" CI_COMMIT_REF_SLUG: master CI_COMMIT_SHA: e34cc23549a19c219c79340f08aab39f5a3dff33 CI_COMMIT_SHORT_SHA: e34cc235 CI_COMMIT_TIMESTAMP: "2024-07-11T21:03:27+02:00" CI_COMMIT_TITLE: 'scene: only skip bottom-most black rects with fractional scaling' CI_CONFIG_PATH: .gitlab-ci.yml CI_DEFAULT_BRANCH: master CI_JOB_ID: "60938275" CI_JOB_NAME: alpine CI_JOB_NAME_SLUG: alpine CI_JOB_STAGE: test CI_JOB_STARTED_AT: "2024-07-11T19:04:58Z" CI_JOB_URL: https://gitlab.freedesktop.org/wlroots/wlroots/-/jobs/60938275 CI_NODE_TOTAL: "1" CI_PAGES_DOMAIN: pages.freedesktop.org CI_PAGES_URL: https://wlroots.pages.freedesktop.org/wlroots CI_PIPELINE_CREATED_AT: "2024-07-11T19:04:49Z" CI_PIPELINE_ID: "1222198" CI_PIPELINE_IID: "1283" CI_PIPELINE_NAME: "" CI_PIPELINE_SOURCE: push CI_PIPELINE_URL: https://gitlab.freedesktop.org/wlroots/wlroots/-/pipelines/1222198 CI_PROJECT_CLASSIFICATION_LABEL: "" CI_PROJECT_DESCRIPTION: A modular Wayland compositor library CI_PROJECT_ID: "12103" CI_PROJECT_NAME: wlroots CI_PROJECT_NAMESPACE: wlroots CI_PROJECT_NAMESPACE_ID: "9759" CI_PROJECT_PATH: wlroots/wlroots CI_PROJECT_PATH_SLUG: wlroots-wlroots CI_PROJECT_REPOSITORY_LANGUAGES: c,meson,glsl,makefile,shell CI_PROJECT_ROOT_NAMESPACE: wlroots CI_PROJECT_TITLE: wlroots CI_PROJECT_URL: https://gitlab.freedesktop.org/wlroots/wlroots CI_PROJECT_VISIBILITY: public CI_REGISTRY: registry.freedesktop.org CI_REGISTRY_USER: gitlab-ci-token CI_RUNNER_DESCRIPTION: dalligi SourceHut bridge CI_RUNNER_ID: "2241" CI_RUNNER_TAGS: '["dalligi"]' CI_SERVER_FQDN: gitlab.freedesktop.org CI_SERVER_HOST: gitlab.freedesktop.org CI_SERVER_NAME: GitLab CI_SERVER_PORT: "443" CI_SERVER_PROTOCOL: https CI_SERVER_REVISION: bd7e5e41457 CI_SERVER_SHELL_SSH_HOST: gitlab.freedesktop.org CI_SERVER_SHELL_SSH_PORT: "22" CI_SERVER_URL: https://gitlab.freedesktop.org CI_SERVER_VERSION: 17.1.2 CI_SERVER_VERSION_MAJOR: "17" CI_SERVER_VERSION_MINOR: "1" CI_SERVER_VERSION_PATCH: "2" CI_TEMPLATE_REGISTRY_HOST: registry.gitlab.com GITLAB_CI: "true" GITLAB_FEATURES: "" GITLAB_USER_EMAIL: alex@ozal.ski GITLAB_USER_ID: "37800" GITLAB_USER_LOGIN: Nefsen402 GITLAB_USER_NAME: Alexander Orzechowski image: alpine/edge packages: - eudev-dev - glslang - lcms2-dev - libdisplay-info-dev - libinput-dev - libliftoff-dev - libxkbcommon-dev - mesa-dev - meson - pixman-dev - vulkan-headers - vulkan-loader-dev - wayland-dev - wayland-protocols - xcb-util-image-dev - xcb-util-renderutil-dev - xcb-util-wm-dev - xwayland-dev - libseat-dev - hwdata-dev sources: - https://gitlab-ci-token:glcbt-64_Kkxq2MYRizytxkZzLeau@gitlab.freedesktop.org/wlroots/wlroots.git#e34cc23549a19c219c79340f08aab39f5a3dff33 tasks: - setup: | cd wlroots meson setup build --fatal-meson-warnings --default-library=both -Dauto_features=enabled -Dxcb-errors=disabled --buildtype=debugoptimized - build: | cd wlroots ninja -C build sudo ninja -C build install - build-features-disabled: | cd wlroots meson setup build --reconfigure -Dauto_features=disabled ninja -C build - tinywl: | cd wlroots/tinywl make