Searched +full:b2c +full:- +full:test (Results 1 – 25 of 43) sorted by relevance
12
| /third_party/mesa3d/src/amd/ci/ |
| D | gitlab-ci.yml | 2 - local: 'src/amd/ci/gitlab-ci-inc.yml' 4 # Run five jobs in parallel each running 1/55th of the test suite 5 radv-stoney-vkcts: 7 - .lava-test-deqp:x86_64 8 - .radv-stoney-test:x86_64 11 DEQP_SUITE: radv-stoney 14 radv-stoney-angle: 16 - .lava-test-deqp:x86_64 17 - .radv-stoney-test:x86_64 19 DEQP_SUITE: radv-stoney-angle [all …]
|
| D | gitlab-ci-inc.yml | 1 .radeonsi-rules: 4 - !reference [.test, rules] 5 - !reference [.collabora-farm-rules, rules] 6 - !reference [.gl-rules, rules] 7 - changes: &amd_common_file_list 8 - src/amd/* 9 - src/amd/addrlib/**/* 10 - src/amd/ci/gitlab-ci.yml 11 - src/amd/ci/gitlab-ci-inc.yml 12 - src/amd/ci/deqp-$DEQP_SUITE.toml [all …]
|
| /third_party/mesa3d/.gitlab-ci/test/ |
| D | gitlab-ci.yml | 1 .test: 7 - !reference [default, before_script] 9 - rm -rf install 10 - tar -xf artifacts/install.tar 11 - section_start ldd_section "Checking ldd on driver build" 12 - LD_LIBRARY_PATH=install/lib find install/lib -name "*.so" -print -exec ldd {} \; 13 - section_end ldd_section 18 - results/ 20 - !reference [.common-rules, rules] 21 - !reference [.never-post-merge-rules, rules] [all …]
|
| /third_party/mesa3d/src/gallium/drivers/r300/ci/ |
| D | gitlab-ci.yml | 2 - local: 'src/gallium/drivers/r300/ci/gitlab-ci-inc.yml' 4 .ondracka-generic: 6 - .b2c-x86_64-test-gl-manual # use debian-build-testing rather than debian-testing 7 - .r300-manual-rules 11 …//gitlab.freedesktop.org/ondracka/boot2container/-/wikis/uploads/1733cfc7cc114d08ec785044b24314f3/… 13 .ondracka-rv530: 15 - .ondracka-generic 17 - radeon:codename:RV530 19 .ondracka-rv380: 21 - .ondracka-generic [all …]
|
| /third_party/mesa3d/src/gallium/drivers/i915/ci/ |
| D | gitlab-ci.yml | 2 - local: 'src/intel/ci/gitlab-ci-inc.yml' 4 # Manual test rules for using g33 in ondracka r300 farm. 5 .ondracka-g33-test: 7 - .b2c-x86_64-test-gl-manual # use debian-build-testing rather than debian-testing 8 - .i915g-manual-rules 10 - intelgpu:codename:G33 13 GPU_VERSION: i915-g33 14 …C_KERNEL_URL: https://gitlab.freedesktop.org/gfx-ci/boot2container/-/releases/v0.9.12.3/downloads/… 16 i915-g33: 18 - .ondracka-g33-test [all …]
|
| /third_party/mesa3d/src/gallium/drivers/zink/ci/ |
| D | gitlab-ci-inc.yml | 1 .zink-common-rules: 3 - !reference [.test, rules] 4 - !reference [.gl-rules, rules] 5 - changes: &zink_files_list 6 - src/gallium/drivers/zink/* 7 - src/gallium/drivers/zink/nir_to_spirv/* 8 - src/gallium/drivers/zink/ci/gitlab-ci.yml 9 - src/gallium/drivers/zink/ci/gitlab-ci-inc.yml 10 - src/gallium/drivers/zink/ci/deqp-$DEQP_SUITE.toml 11 - src/gallium/drivers/zink/ci/$GPU_VERSION-fails.txt [all …]
|
| /third_party/mesa3d/src/nouveau/ci/ |
| D | gitlab-ci.yml | 2 - local: 'src/nouveau/ci/gitlab-ci-inc.yml' 4 nvk-ga106-vkcts-valve: 6 - .b2c-x86_64-test-vk-manual 7 - .nvk-vkcts 8 - .nvk-ga106-valve 9 - .nvk-valve-manual-rules 15 nvk-ga106-vkd3d-valve: 17 - .b2c-x86_64-test-vk-manual 18 - .nvk-vkcts 19 - .nvk-ga106-valve [all …]
|
| D | gitlab-ci-inc.yml | 1 .nvk-valve-rules: 4 - !reference [.test, rules] 5 - !reference [.valve-farm-rules, rules] 6 - !reference [.vulkan-rules, rules] 7 - changes: &nvk_file_list 8 - src/nouveau/* 9 - src/nouveau/codegen**/* 10 - src/nouveau/compiler/**/* 11 - src/nouveau/drm/**/* 12 - src/nouveau/nme/**/* [all …]
|
| /third_party/mesa3d/src/freedreno/ci/ |
| D | gitlab-ci.yml | 2 - local: 'src/freedreno/ci/gitlab-ci-inc.yml' 4 a306-gl: 6 - .baremetal-deqp-test 7 - .a306-test 9 DEQP_SUITE: freedreno-a307 13 a306-piglit: 15 - .baremetal-deqp-test 16 - .a306-test 17 - .google-freedreno-manual-rules 20 DEQP_SUITE: freedreno-a306-piglit [all …]
|
| D | gitlab-ci-inc.yml | 2 .freedreno-common-rules: 4 - !reference [.test, rules] 5 - !reference [.no_scheduled_pipelines-rules, rules] 6 - changes: &freedreno_core_file_list 7 - src/freedreno/ci/gitlab-ci.yml 8 - src/freedreno/ci/gitlab-ci-inc.yml 9 - src/freedreno/ci/deqp-$DEQP_SUITE.toml 10 - src/freedreno/ci/$GPU_VERSION-fails.txt 11 - src/freedreno/ci/$GPU_VERSION-flakes.txt 12 - src/freedreno/ci/$GPU_VERSION-skips.txt [all …]
|
| /third_party/mesa3d/.gitlab-ci/ |
| D | prepare-artifacts-python.sh | 6 . "${SCRIPTS_DIR}/setup-test-env.sh" 8 section_switch prepare-artifacts "artifacts: prepare" 10 set -e 11 set -o xtrace 13 mkdir -p artifacts/ 15 # Test runs don't pull down the git tree, so put the dEQP helper 17 echo "$(cat VERSION) (git-$(git rev-parse HEAD | cut -b -10))" > artifacts/VERSION 18 cp -Rp .gitlab-ci/report-flakes.py artifacts/ 19 cp -Rp .gitlab-ci/setup-test-env.sh artifacts/ 20 cp -Rp .gitlab-ci/common artifacts/ci-common [all …]
|
| D | prepare-artifacts.sh | 6 . "${SCRIPTS_DIR}/setup-test-env.sh" 8 section_switch prepare-artifacts "artifacts: prepare" 10 set -e 11 set -o xtrace 13 CROSS_FILE=/cross_file-"$CROSS".txt 16 rm -rf install/bin install/include 17 rm -f install/lib/*.a 20 if [ -n "$CROSS" ]; then 21 STRIP=$(sed -n -E "s/strip\s*=\s*\[?'(.*)'\]?/\1/p" "$CROSS_FILE") 22 if [ -z "$STRIP" ]; then [all …]
|
| /third_party/mesa3d/docs/relnotes/ |
| D | 24.3.3.rst | 1 Mesa 24.3.3 Release Notes / 2025-01-03 18 ------------- 22 SHA256: 105afc00a4496fa4d29da74e227085544919ec7c86bd92b0b6e7fcc32c7125f4 mesa-24.3.3.tar.xz 23 …346573fd2db1aa3f96f5a212e49288718a7fe27447ee40235b066517622d68b0dfdd7b251a4e85f mesa-24.3.3.tar.xz 27 ------------ 29 - None 33 --------- 35 - X1-85: Portal 2: Bottom of portal gun disappears 36 - nvk: Artifact Classic crash at loading screen 37 - X-Plane 12: Prop disc rendering regression [all …]
|
| D | 23.3.2.rst | 1 Mesa 23.3.2 Release Notes / 2023-12-27 18 --------------- 22 3cfcb81fa16f89c56abe3855d2637d396ee4e03849b659000a6b8e5f57e69adc mesa-23.3.2.tar.xz 26 ------------ 28 - None 32 --------- 34 - anv: glcts regression on zink 35 - nir: Trivial loop not unrolling 36 - Possible regression with AMD GPU with flatpak apps 37 - Compiling Mesa with X in custom prefix fails in Intel Vulkan driver [all …]
|
| D | 24.0.0.rst | 1 Mesa 24.0.0 Release Notes / 2024-02-01 20 --------------- 24 dc7e8c077bc5884df95478263b34bdebb7e88e600689cb56fb07be2b8c304c36 mesa-24.0.0.tar.xz 28 ------------ 30 - VK_EXT_image_compression_control on RADV 31 - VK_EXT_device_fault on RADV 32 - OpenGL 3.3 on Asahi 33 - Geometry shaders on Asahi 34 - GL_ARB_texture_cube_map_array on Asahi 35 - GL_ARB_clip_control on Asahi [all …]
|
| D | 25.0.0.rst | 1 Mesa 25.0.0 Release Notes / 2025-02-19 20 ------------- 24 SHA256: 96a53501fd59679654273258c6c6a1055a20e352ee1429f0b123516c7190e5b0 mesa-25.0.0.tar.xz 25 …36f614d322033d4d465307ddcd983f9f3afb1310e132ec3186a085d261c95493a0c460b2ec59ce8 mesa-25.0.0.tar.xz 29 ------------ 31 - cl_khr_depth_images in rusticl 32 - Vulkan 1.4 on radv/gfx8+ 33 - VK_KHR_dedicated_allocation on panvk 34 - VK_KHR_global_priority on panvk 35 - VK_KHR_index_type_uint8 on panvk [all …]
|
| D | 24.2.0.rst | 1 Mesa 24.2.0 Release Notes / 2024-08-14 20 --------------- 24 c02bb72cea290f78b11895a0c95c7c92394f180d7ff66d4a762ec6950a58addf mesa-24.2.0.tar.xz 28 ------------ 30 - VK_KHR_dynamic_rendering_local_read on RADV 31 - VK_EXT_legacy_vertex_attributes on lavapipe, ANV, Turnip and RADV 32 - VK_MESA_image_alignment_control on RADV 33 - VK_EXT_shader_replicated_composites on ANV, dozen, hasvk, lavapipe, nvk, RADV, and Turnip 34 - VK_KHR_maintenance5 on v3dv 35 - VK_KHR_maintenance7 on RADV [all …]
|
| D | 22.2.0.rst | 1 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 …]
|
| D | 23.2.1.rst | 1 Mesa 23.2.1 Release Notes / 2023-09-28 23 --------------- 27 64de0616fc2d801f929ab1ac2a4f16b3e2783c4309a724c8a259b20df8bbc1cc mesa-23.2.1.tar.xz 32 ------------ 34 - VK_EXT_attachment_feedback_loop_dynamic_state on RADV 36 - extendedDynamicState3SampleLocationsEnable on RADV 38 - VK_EXT_dynamic_rendering_unused_attachments on RADV 40 - VK_EXT_mesh_shader on lavapipe 42 - OpenGL 3.1 on Asahi 44 - OpenGL ES 3.0 on Asahi [all …]
|
| D | 23.3.0.rst | 1 Mesa 23.3.0 Release Notes / 2023-11-29 20 --------------- 24 50f729dd60ed6335b989095baad81ef5edf7cfdd4b4b48b9b955917cb07d69c5 mesa-23.3.0.tar.xz 28 ----------- 29 - NVK: A Vulkan driver for Nvidia hardware 32 ------------ 33 - VK_EXT_pipeline_robustness on ANV 34 - VK_KHR_maintenance5 on RADV 35 - OpenGL ES 3.1 on Asahi 36 - GL_ARB_compute_shader on Asahi [all …]
|
| D | 24.3.0.rst | 1 Mesa 24.3.0 Release Notes / 2024-11-21 20 ------------- 24 SHA256: 97813fe65028ef21b4d4e54164563059e8408d8fee3489a2323468d198bf2efc mesa-24.3.0.tar.xz 25 …821e68d7a8c37a07871d097ab17555f41a4fe716f0de7df95ad7d452b1ed57db6527838eb839ba4 mesa-24.3.0.tar.xz 29 ------------ 31 - Expose Vulkan 1.3 on v3dv, both rpi4 and rpi5 32 - VK_EXT_descriptor_buffer on nvk 33 - VK_EXT_post_depth_coverage on nvk 34 - VK_KHR_video_maintenance1 on radv 35 - VK_EXT_legacy_vertex_attributes on nvk [all …]
|
| D | 24.1.0.rst | 1 Mesa 24.1.0 Release Notes / 2024-05-22 20 --------------- 24 b7eac8c79244806b1c276eeeacc329e4a5b31a370804c4b0c7cd16837783f78b mesa-24.1.0.tar.xz 28 ------------ 30 - VK_EXT_map_memory_placed on RADV, ANV and NVK 31 - VK_KHR_shader_subgroup_rotate on RADV and ANV and NVK 32 - VK_KHR_load_store_op_none on RADV, ANV, NVK and Turnip 33 - VK_KHR_line_rasterization on RADV, ANV, NVK and Turnip 34 - VK_KHR_index_type_uint8 on RADV, ANV, NVK and Turnip 35 - VK_KHR_shader_expect_assume on all Vulkan drivers [all …]
|
| D | 23.1.0.rst | 1 Mesa 23.1.0 Release Notes / 2023-05-10 20 --------------- 24 a9dde3c76571c4806245a05bda1cceee347c3267127e9e549e4f4e225d92e992 mesa-23.1.0.tar.xz 28 ------------ 30 - VK_EXT_pipeline_library_group_handles on RADV 31 - VK_EXT_image_sliced_view_of_3d on RADV/GFX10+ 32 - VK_KHR_map_memory2 on ANV and RADV 33 - fullyCoveredFragmentShaderInputVariable on RADV/GFX9+ 34 - VK_EXT_discard_rectangles version 2 on RADV 35 - VK_EXT_graphics_pipeline_library on RADV [all …]
|
| /third_party/libinput/ |
| D | .gitlab-ci.yml | 9 # To change the gitlab CI, edit .gitlab-ci/ci.template and/or .gitlab-ci/config.yaml 10 # and run ci-fairy generate-template. For details, see 11 # https://freedesktop.pages.freedesktop.org/ci-templates/ci-fairy.html#templating-gitlab-ci-yml 14 # - we really want to run dnf/apt/... only once, updating on the test runner for 18 # This is handled by the ci-templates, ensuring containers are only rebuilt 21 # - GitLab only allows one script: set per job but we have a bunch of commands 22 # we need to re-run for each build (meson && ninja && etc). YAML cannot merge 27 # MESON_ARGS=-Denable-something=true 28 # NINJA_ARGS=dist ... to run 'ninja -C builddir dist' 35 # e.g. fedora:31@build-default [all …]
|
| /third_party/mesa3d/ |
| D | .pick_status.json | 144 "description": "zink: alloc bo ids for non-slab bos too", 174 … "description": "zink: Revert \"zink: enable single-plane modifiers for generic 2D exports\"", 514 "description": "etnaviv/ci: Update flakes for gc7000-r6214", 554 "description": "radv: add experimental support for AMD BC-250 board", 564 "description": "tu: fix zero-index perfcntr collection for derived counters", 584 "description": "r600: fix the indirect draw 8-bits path", 624 "description": "ci/lava: Add U-Boot action timeout for rockchip DUTs", 654 "description": "ci/lava: Drop the repeating quotes on lava-test-case", 694 "description": "nir: Test nir_minimize_call_live_states", 924 "description": "glapi: remove support for dynamically-registered functions", [all …]
|
12