Searched +full:rootfs +full:- +full:amd64 (Results 1 – 6 of 6) sorted by relevance
1 .lava-test:6 FDO_CI_CONCURRENT: 6 # should be replaced by per-machine definitions9 FDO_HTTP_CACHE_URI: "http://caching-proxy/cache/?uri="11 BASE_SYSTEM_HOST_PREFIX: "${MINIO_HOST}/mesa-lava"14 # per-job build artifacts15 BUILD_PATH: "${PIPELINE_ARTIFACTS_BASE}/${CI_PROJECT_NAME}-${ARCH}.tar.gz"16 JOB_ROOTFS_OVERLAY_PATH: "${JOB_ARTIFACTS_BASE}/job-rootfs-overlay.tar.gz"22 - ./artifacts/lava/lava-submit.sh27 - results/29 - results/*.shader_cache[all …]
3 set -e4 set -o xtrace10 MINIO_PATH="${MINIO_HOST}/mesa-lava/$1/${DISTRIBUTION_TAG}/${DEBIAN_ARCH}"11 if wget -q --method=HEAD "https://${MINIO_PATH}/done"; then16 # If remote files are up-to-date, skip rebuilding them20 . .gitlab-ci/container/container_pre_build.sh22 # Install rust, which we'll be using for deqp-runner. It will be cleaned up at the end.23 . .gitlab-ci/container/build-rust.sh26 GCC_ARCH="aarch64-linux-gnu"30 DEVICE_TREES="arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dtb"[all …]
3 .incorporate-templates-commit:5 FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${MESA_TEMPLATES_COMMIT}"7 .incorporate-base-tag+templates-commit:9 …FDO_BASE_IMAGE: "${CI_REGISTRY_IMAGE}/${MESA_BASE_IMAGE}:${MESA_BASE_TAG}--${MESA_TEMPLATES_COMMIT…10 FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${MESA_BASE_TAG}--${MESA_TEMPLATES_COMMIT}"12 .set-image:14 - .incorporate-templates-commit19 .set-image-base-tag:21 - .set-image22 - .incorporate-base-tag+templates-commit[all …]
3 set -ex5 mkdir -p kernel6 wget -qO- ${KERNEL_URL} | tar -xj --strip-components=1 -C kernel12 mkdir -p ld-links13 for i in /usr/bin/*-ld /usr/bin/ld; do15 ln -sf /usr/bin/$i.bfd ld-links/$i17 export PATH=`pwd`/ld-links:$PATH20 ./scripts/kconfig/merge_config.sh ${DEFCONFIG} ../.gitlab-ci/container/${KERNEL_ARCH}.config23 cp arch/${KERNEL_ARCH}/boot/${image} /lava-files/.26 if [[ -n ${DEVICE_TREES} ]]; then[all …]
1 Mesa 21.0.0 Release Notes / 2021-03-1120 ---------------24 e6204e98e6a8d77cf9dc5d34f99dd8e3ef7144f3601c808ca0dd26ba522e0d84 mesa-21.0.0.tar.xz28 ------------30 - GL_EXT_demote_to_helper_invocation on radeonsi32 - GL_NV_compute_shader_derivatives on radeonsi34 - EGL_MESA_platform_xcb36 - Removed GL_NV_point_sprite for classic swrast.38 - driconf: remove glx_disable_oml_sync_control, glx_disable_sgi_video_sync, and glx_disable_ext_buf…40 - Removed support for loading DRI drivers older than Mesa 8.0, including all DRI1 support[all …]
31 "description": "pps: make pps-producer RT only on freedreno",58 …"description": "tree-wide: Convert all usage of PIPE_(OS|ARCH|CC)_* to DETECT_(OS|ARCH|CC)_* by us…67 …"description": "tree-wide: Convert all usage of #ifndef PIPE_(OS|ARCH|CC)_* to #if DETECT_(OS|ARCH…76 …"description": "tree-wide: Convert all usage of #ifdef PIPE_(OS|ARCH|CC)_* to #if DETECT_(OS|ARCH|…85 …"description": "tree-wide: Convert all usage of defined PIPE_(OS|ARCH|CC)_* to DETECT_(OS|ARCH|CC)…94 …"description": "tree-wide: Convert all usage of defined(PIPE_(OS|ARCH|CC)_*) to DETECT_(OS|ARCH|CC…220 …"description": "mesa/vbo: Replace the usage of cpu_has_sse4_1 with util_get_cpu_caps()->has_sse4_1…256 "description": "microsoft/compiler: Delete now-unused memcpy lowering pass",436 "description": "docs: fix badly encoded envvar-roles",454 "description": "docs: remove stale envvar-reference",[all …]