Home
last modified time | relevance | path

Searched +full:x86_build +full:- +full:base (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/.gitlab-ci/container/
Dgitlab-ci.yml3 .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-commit
19 .set-image-base-tag:
21 - .set-image
22 - .incorporate-base-tag+templates-commit
[all …]
/third_party/mesa3d/.gitlab-ci/lava/
Dlava-gitlab-ci.yml1 .lava-test:
6 FDO_CI_CONCURRENT: 6 # should be replaced by per-machine definitions
9 FDO_HTTP_CACHE_URI: "http://caching-proxy/cache/?uri="
10 # base system generated by the container build job, shared between many pipelines
11 BASE_SYSTEM_HOST_PREFIX: "${MINIO_HOST}/mesa-lava"
14 # per-job build artifacts
15 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.sh
27 - results/
[all …]
/third_party/mesa3d/.gitlab-ci/
Dimage-tags.yml2 DEBIAN_X86_BUILD_BASE_IMAGE: "debian/x86_build-base"
3 DEBIAN_BASE_TAG: "2022-11-03-ci-fairy-s3"
5 DEBIAN_X86_BUILD_IMAGE_PATH: "debian/x86_build"
6 DEBIAN_BUILD_TAG: "2022-11-03-ci-fairy-s3"
8 DEBIAN_X86_BUILD_MINGW_IMAGE_PATH: "debian/x86_build-mingw"
9 DEBIAN_BUILD_MINGW_TAG: "2022-07-14-directx-headers"
11 DEBIAN_X86_TEST_BASE_IMAGE: "debian/x86_test-base"
13 DEBIAN_X86_TEST_IMAGE_PATH: "debian/x86_test-gl"
14 DEBIAN_X86_TEST_GL_TAG: "2022-11-04-ci-fairy-s3"
15 DEBIAN_X86_TEST_VK_TAG: "2022-11-04-ci-fairy-s3"
[all …]
/third_party/mesa3d/.gitlab-ci/bin/
Dci_run_n_monitor.py2 # Copyright © 2020 - 2022 Collabora Ltd.
8 # SPDX-License-Identifier: MIT
48 "debian/x86_build-base",
49 "debian/x86_build",
50 "debian/x86_test-base",
51 "debian/x86_test-gl",
57 "debian-testing",
58 "debian-arm64",
83 def print_job_status(job) -> None:
99 def print_job_status_change(job) -> None:
[all …]
/third_party/mesa3d/.gitlab-ci/container/debian/
Dx86_build-base.sh3 set -e
4 set -o xtrace
8 apt-get install -y ca-certificates gnupg2 software-properties-common
11 apt-key add .gitlab-ci/container/debian/llvm-snapshot.gpg.key
12 add-apt-repository "deb https://apt.llvm.org/bullseye/ llvm-toolchain-bullseye-13 main"
14 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list
19 python3-pip \
20 python3-setuptools \
23 apt-get update
25 apt-get install -y --no-remove \
[all …]
/third_party/vk-gl-cts/framework/delibs/debase/
DdeDefs.h3 /*-------------------------------------------------------------------------
4 * drawElements Base Portability Library
5 * -------------------------------------
13 * http://www.apache.org/licenses/LICENSE-2.0
24 *//*--------------------------------------------------------------------*/
27 #define DE_COMPILER_VANILLA 0 /*!< Vanilla compiler. Used for disabling all platform-specific opti…
130 #elif defined(__i386__) || defined(_M_X86) || defined(_M_IX86) || defined(X86_BUILD)
205 /* Use DE_PTR_TYPE(T) instead of T* in macros to avoid clang-tidy warning. */
232 /* DE_DEV_BUILD -- only define when building on a development machine. */
239 /* DE_VALGRIND_BUILD -- define this in makefile if support for Valgrind is wanted. */
[all …]
/third_party/mesa3d/docs/relnotes/
D20.2.0.rst1 Mesa 20.2.0 Release Notes / 2020-09-28
20 ---------------
24 63f0359575d558ef98dd78adffc0df4c66b76964ebf603b778b7004964191d30 mesa-20.2.0.tar.xz
28 ------------
30 - GL_ARB_compute_variable_group_size on Iris.
32 - GL_ARB_gpu_shader5 on llvmpipe
34 - GL_ARB_post_depth_coverage on llvmpipe
36 - GLES 3.2 on llvmpipe
38 - GL_EXT_shader_group_vote on GLES3.
40 - GL_EXT_texture_shadow_lod on llvmpipe
[all …]
D22.2.0.rst1 Mesa 22.2.0 Release Notes / 2022-09-21
20 ---------------
24 b1f9c8fd08f2cae3adf83355bef4d2398e8025f44947332880f2d0066bdafa8c mesa-22.2.0.tar.xz
29 ------------
31 - WGL_ARB_create_context_robustness
33 - d3d12 ARB_robust_buffer_access_behavior
35 - VK_EXT_robustness2 for lavapipe
37 - VK_EXT_image_2d_view_of_3d on RADV
39 - zink and d3d12 GL_EXT_memory_object_win32 and GL_EXT_semaphore_win32 support
41 - vertexAttributeInstanceRateZeroDivisor support for lavapipe
[all …]
D21.1.0.rst1 Mesa 21.1.0 Release Notes / 2021-05-05
20 ---------------
24 0128f10e22970d3aed3d1034003731f94623015cd9797c07151417649c1b1ff8 mesa-21.1.0.tar.xz
28 ------------
30 - VK_KHR_workgroup_memory_explicit_layout on Intel, RADV
32 - DRM format modifiers for AMD.
34 - VK_KHR_zero_initialize_workgroup_memory on Intel, RADV
36 - Zink exposes GL 4.6 and ES 3.1
38 - GL_EXT_depth_bounds_test on softpipe, zink
40 - GL_EXT_texture_filter_minmax on nvc0 (gm200+)
[all …]
D20.1.0.rst1 Mesa 20.1.0 Release Notes / 2020-05-27
21 ---------------
25 2109055d7660514fc4c1bcd861bcba9db00c026119ae222720111732dba27c83 mesa-20.1.0.tar.xz
28 ------------
30 - GL_ARB_compute_variable_group_size on i965.
31 - GL_EXT_depth_bounds_test on Iris.
32 - GL_EXT_texture_shadow_lod on radeonsi, nvc0.
33 - GL_NV_alpha_to_coverage_dither_control on radeonsi
34 - GL_NV_copy_image on all gallium drivers.
35 - GL_NV_pixel_buffer_object on all gallium drivers, i915, i965, swrast.
[all …]