Home
last modified time | relevance | path

Searched +full:piglit +full:- +full:traces +full:- +full:test (Results 1 – 25 of 32) sorted by relevance

12

/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="
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/
29 - results/*.shader_cache
[all …]
/third_party/mesa3d/src/freedreno/ci/
Dgitlab-ci.yml1 .freedreno-test:
3 - .baremetal-test-arm64
4 - .freedreno-rules
7 FLAKES_CHANNEL: "#freedreno-ci"
11 - ./install/bare-metal/fastboot.sh
13 - google-freedreno-db410c
15 .baremetal-deqp-test-freedreno-vk:
17 - .baremetal-deqp-test
24 .freedreno-test-traces:
26 - .piglit-traces-test
[all …]
/third_party/mesa3d/src/gallium/drivers/virgl/ci/
Dgitlab-ci.yml1 .virpipe-test:
3 - .test-gl
4 - .virgl-rules
7 FLAKES_CHANNEL: "#virgl-ci"
9 - xvfb-run --server-args='-noreset' sh -c "GALLIUM_DRIVER=virpipe install/deqp-runner.sh"
11 virpipe-on-gl:
13 - .deqp-test
14 - .virpipe-test
16 DEQP_SUITE: virpipe-gl
17 GPU_VERSION: virpipe-gl
[all …]
/third_party/mesa3d/src/broadcom/ci/
Dgitlab-ci.yml1 .vc4-rpi3-test:armhf:
3 - .baremetal-test-armhf
4 - .vc4-rules
7 GPU_VERSION: broadcom-rpi3
9 FLAKES_CHANNEL: "#videocore-ci"
11 - ./install/bare-metal/poe-powered.sh
13 - igalia-rpi3
15 vc4-rpi3:armhf:
17 - .vc4-rpi3-test:armhf
20 HWCI_TEST_SCRIPT: "/install/deqp-runner.sh"
[all …]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ci/
Dgitlab-ci.yml1 .llvmpipe-test:
3 - .llvmpipe-rules
7 FLAKES_CHANNEL: "#mesa-swrast-ci"
10 llvmpipe-piglit-cl:
12 - .test-cl
13 - .piglit-test
14 - .llvmpipe-test
15 - .llvmpipe-cl-rules
20 PIGLIT_RESULTS: "llvmpipe-cl"
22 -x bswap -x phatk -x clz-optimizations
[all …]
/third_party/mesa3d/src/panfrost/ci/
Dgitlab-ci.yml1 .panfrost-test:
3 FLAKES_CHANNEL: "#panfrost-ci"
7 panfrost-t720-gles2:arm64:
9 - .lava-test:arm64
10 - .panfrost-midgard-rules
11 - .panfrost-test
13 DEVICE_TYPE: sun50i-h6-pine-h64
15 GPU_VERSION: panfrost-t720
16 DEQP_SUITE: panfrost-t720
18 RUNNER_TAG: mesa-ci-x86-64-lava-sun50i-h6-pine-h64
[all …]
/third_party/mesa3d/src/intel/ci/
Dgitlab-ci.yml1 .intel-common-test:
3 - .lava-test:amd64
8 FLAKES_CHANNEL: "#intel-ci"
11 .anv-test:
13 - .intel-common-test
14 - .anv-rules
18 .iris-test:
20 - .intel-common-test
21 - .iris-rules
25 .intel-test:
[all …]
/third_party/mesa3d/src/gallium/drivers/crocus/ci/
Dgitlab-ci.yml1 # Manual test rules for using anholt's shared g41.
2 .anholt-g41-test:
4 - .crocus-rules
5 - .test-gl
6 - .test-manual-mr
8 - anholt-g41
10 GPU_VERSION: crocus-g41
11 FLAKES_CHANNEL: "#intel-ci"
13 # Manual test rules for using anholt's shared hsw.
14 .anholt-hsw-test:
[all …]
/third_party/mesa3d/src/gallium/drivers/radeonsi/ci/
Dgitlab-ci.yml1 .radeonsi-stoney-test:amd64:
3 - .radeonsi-rules
5 DEVICE_TYPE: hp-11A-G6-EE-grunt
7 GPU_VERSION: radeonsi-stoney
15 RUNNER_TAG: mesa-ci-x86-64-lava-hp-11A-G6-EE-grunt
17 radeonsi-stoney-gl:amd64:
19 - .lava-test:amd64
20 - .radeonsi-stoney-test:amd64
23 DEQP_SUITE: radeonsi-stoney
25 radeonsi-stoney-traces:amd64:
[all …]
/third_party/mesa3d/.gitlab-ci/piglit/
Dpiglit-traces.sh3 set -ex
5 INSTALL=$(realpath -s "$PWD"/install)
6 MINIO_ARGS="--token-file ${CI_JOB_JWT_FILE}"
8 RESULTS=$(realpath -s "$PWD"/results)
9 mkdir -p "$RESULTS"
16 export VK_ICD_FILENAMES="$INSTALL/share/vulkan/icd.d/${VK_DRIVER}_icd.${VK_CPU:-`uname -m`}.json"
20 MESA_VERSION=$(head -1 "$INSTALL/VERSION" | sed 's/\./\\./g')
34 set -x
56 SANITY_MESA_VERSION_CMD="$SANITY_MESA_VERSION_CMD --platform surfaceless_egl --api gles2"
59 # piglit is to use virpipe, and virgl_test_server llvmpipe
[all …]
/third_party/mesa3d/docs/ci/
Dindex.rst5 ---------
8 We use it to test merge requests (MRs) before merging them (pre-merge testing),
9 as well as post-merge testing, for everything that hits ``main``
14 The CI runs a number of tests, from trivial build-testing to complex GPU rendering:
16 - Build testing for a number of build systems, configurations and platforms
17 - Sanity checks (``meson test``)
18 - Some drivers (softpipe, llvmpipe, freedreno and panfrost) are also tested
19 using `VK-GL-CTS <https://github.com/KhronosGroup/VK-GL-CTS>`__
20 - Replay of application traces
30 If you're interested in the details, the main configuration file is ``.gitlab-ci.yml``,
[all …]
/third_party/mesa3d/src/gallium/drivers/i915/ci/
Dgitlab-ci.yml1 # Manual test rules for using anholt's shared g33.
2 .anholt-g33-test:
4 - .i915g-rules
5 - .test-gl
6 - .test-manual-mr
8 - anholt-g33
10 GPU_VERSION: i915-g33
11 FLAKES_CHANNEL: "#intel-ci"
13 i915-g33:
15 - .anholt-g33-test
[all …]
/third_party/mesa3d/.gitlab-ci/test/
Dgitlab-ci.yml1 .test:
7 - !reference [default, before_script]
9 - rm -rf install
10 - tar -xf artifacts/install.tar
11- echo -e "\e[0Ksection_start:$(date +%s):ldd_section[collapsed=true]\r\e[0KChecking ldd on driver…
12 - LD_LIBRARY_PATH=install/lib find install/lib -name "*.so" -print -exec ldd {} \;
13 - echo -e "\e[0Ksection_end:$(date +%s):ldd_section\r\e[0K"
18 - results/
20 .test-gl:
22 - .test
[all …]
/third_party/mesa3d/docs/relnotes/
D9.1.7.rst15 -------------
19 9e4abf7b7a6db762012c3c9917a8e8c7 MesaLib-9.1.7.tar.bz2
20 f1d4d479d6ce12b9566fdb379960a912 MesaLib-9.1.7.tar.gz
21 abd612bfc5dd478d04fcc630dd7672f2 MesaLib-9.1.7.zip
24 ------------
29 ---------
33 - `Bug 55503 <https://bugs.freedesktop.org/show_bug.cgi?id=55503>`__ -
35 - `Bug 61635 <https://bugs.freedesktop.org/show_bug.cgi?id=61635>`__ -
38 - `Bug 65958 <https://bugs.freedesktop.org/show_bug.cgi?id=65958>`__ -
40 - `Bug 66292 <https://bugs.freedesktop.org/show_bug.cgi?id=66292>`__ -
[all …]
D22.2.4.rst1 Mesa 22.2.4 Release Notes / 2022-11-16
18 ---------------
26 ------------
28 - None
32 ---------
34 - clover: windows: library filename has \`-1` suffix and a \`lib` prefix when built with mingw
35 - radv, dxvk: Rendering errors in World of Tanks after "Switch to dynamic rendering only"
36 - gen9 gt3e/gt4e skus fail dEQP-VK.pipeline.multisample.sample_locations_ext.*
37 - v3d: Wrong colors (pink) in videos in Firefox (likely YUV->RGB shader issue)
38 - panfrost t860 glmark-es2 regression
[all …]
D22.0.0.rst1 Mesa 22.0.0 Release Notes / 2022-03-09
20 ---------------
24 e6c41928b5b9917485bd67cec22d15e62cad7a358bf4c711a647979987601250 mesa-22.0.0.tar.xz
28 ------------
30 - lavapipe,radv,anv KHR_dynamic_rendering
31 - radv EXT_image_view_min_lod
32 - VK_KHR_synchronization2 on RADV.
33 - OpenSWR has been moved to the Amber branch
34 - radeonsi, zink ARB_sparse_texture
35 - d3d12 GLES3.1 (shader storage buffers, images, compute, indirect draw, draw params, ARB_framebuff…
[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 …]
D20.1.3.rst1 Mesa 20.1.3 Release Notes / 2020-07-08
20 ---------------
24 9872b8d46bee822177ffbe4292addff7bdb84cefc1fe776b8e6b2881a8362bf1 mesa-20.1.3.tar.xz
27 ------------
29 - None
32 ---------
34 - vkGetSemaphoreCounterValue doesn't update without vkWaitSemaphores
36 - [v3d] corruption when GS omits some vertices
37 - [RADV] Non-precise occlusion queries return non-zero when all
39 - [DXVK] Project Cars rendering problems
[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 …]
D21.0.0.rst1 Mesa 21.0.0 Release Notes / 2021-03-11
20 ---------------
24 e6204e98e6a8d77cf9dc5d34f99dd8e3ef7144f3601c808ca0dd26ba522e0d84 mesa-21.0.0.tar.xz
28 ------------
30 - GL_EXT_demote_to_helper_invocation on radeonsi
32 - GL_NV_compute_shader_derivatives on radeonsi
34 - EGL_MESA_platform_xcb
36 - 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 …]
D21.2.0.rst1 Mesa 21.2.0 Release Notes / 2021-08-04
20 ---------------
24 0cb3c802f4b8e7699b1602c08c29d06a4d532ab5b8f7a64676c4ca6bb8f4d426 mesa-21.2.0.tar.xz
28 ------------
30 - zink supports GL_ARB_texture_filter_minmax, GL_ARB_shader_clock
32 - VK_EXT_provoking_vertex on RADV.
34 - VK_EXT_extended_dynamic_state2 on RADV.
36 - VK_EXT_global_priority_query on RADV.
38 - VK_EXT_physical_device_drm on RADV.
40 - VK_KHR_shader_subgroup_uniform_control_flow on Intel and RADV.
[all …]
D21.3.0.rst1 Mesa 21.3.0 Release Notes / 2021-11-17
20 ---------------
24 a2753c09deef0ba14d35ae8a2ceff3fe5cd13698928c7bb62c2ec8736eb09ce1 mesa-21.3.0.tar.xz
28 ------------
30 - VK_EXT_color_write_enable on lavapipe
31 - GL_ARB_texture_filter_anisotropic in llvmpipe
32 - Anisotropic texture filtering in lavapipe
33 - VK_EXT_shader_atomic_float2 on Intel and RADV.
34 - VK_EXT_vertex_input_dynamic_state on RADV.
35 - VK_KHR_timeline_semaphore on lavapipe
[all …]
/third_party/mesa3d/.gitlab-ci/
Dprepare-artifacts.sh3 set -e
4 set -o xtrace
6 CROSS_FILE=/cross_file-"$CROSS".txt
9 rm -rf install/bin install/include
12 if [ -n "$CROSS" ]; then
13 STRIP=`sed -n -E "s/strip\s*=\s*'(.*)'/\1/p" "$CROSS_FILE"`
14 if [ -z "$STRIP" ]; then
21 if [ -z "$ARTIFACTS_DEBUG_SYMBOLS" ]; then
22 find install -name \*.so -exec $STRIP {} \;
25 # Test runs don't pull down the git tree, so put the dEQP helper
[all …]
Dtest-source-dep.yml5 .scheduled_pipeline-rules:
7 - if: &is-scheduled-pipeline '$CI_PIPELINE_SOURCE == "schedule"'
12 .no_scheduled_pipelines-rules:
14 - if: *is-scheduled-pipeline
17 # Mesa core source file dependencies that may impact any test job
18 # ---------------------------------------------------------------
19 .core-rules:
21 - !reference [.no_scheduled_pipelines-rules, rules]
22 - changes: &core_file_list
23 - .gitlab-ci.yml
[all …]
/third_party/mesa3d/.gitlab-ci/bare-metal/
Dfastboot.sh3 BM=$CI_PROJECT_DIR/install/bare-metal
6 if [ -z "$BM_SERIAL" -a -z "$BM_SERIAL_SCRIPT" ]; then
7 …echo "Must set BM_SERIAL OR BM_SERIAL_SCRIPT in your gitlab-runner config.toml [[runners]] environ…
15 if [ -z "$BM_POWERUP" ]; then
16 echo "Must set BM_POWERUP in your gitlab-runner config.toml [[runners]] environment"
22 if [ -z "$BM_POWERDOWN" ]; then
23 echo "Must set BM_POWERDOWN in your gitlab-runner config.toml [[runners]] environment"
28 if [ -z "$BM_FASTBOOT_SERIAL" ]; then
29 echo "Must set BM_FASTBOOT_SERIAL in your gitlab-runner config.toml [[runners]] environment"
30 echo "This must be the a stable-across-resets fastboot serial number."
[all …]

12