Home
last modified time | relevance | path

Searched +full:lava +full:- +full:rk3399 +full:- +full:gru +full:- +full:kevin (Results 1 – 4 of 4) sorted by relevance

/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
19 - mesa-ci-x86-64-lava-sun50i-h6-pine-h64
[all …]
/third_party/mesa3d/docs/ci/
DLAVA.rst1 LAVA CI
4 `LAVA <https://lavasoftware.org/>`_ is a system for functional testing
12 Mesa-LAVA software architecture
13 -------------------------------
15 The gitlab-runner will run on some host that has access to the LAVA
16 lab, with tags like "mesa-ci-x86-64-lava-$DEVICE_TYPE" to control only
17 taking in jobs for the hardware that the LAVA lab contains. The
18 gitlab-runner spawns a Docker container with lavacli in it, and
19 connects to the LAVA lab using a predefined token to submit jobs under
22 The LAVA instance manages scheduling those jobs to the boards present.
[all …]
/third_party/mesa3d/.gitlab-ci/container/
Dlava_build.sh3 set -e
4 set -o xtrace
10 MINIO_PATH="${MINIO_HOST}/mesa-lava/$1/${DISTRIBUTION_TAG}/${DEBIAN_ARCH}"
11 if wget -q --method=HEAD "https://${MINIO_PATH}/done"; then
16 # If remote files are up-to-date, skip rebuilding them
20 . .gitlab-ci/container/container_pre_build.sh
22 # Install rust, which we'll be using for deqp-runner. It will be cleaned up at the end.
23 . .gitlab-ci/container/build-rust.sh
26 GCC_ARCH="aarch64-linux-gnu"
29 DEVICE_TREES="arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dtb"
[all …]
/third_party/mesa3d/docs/relnotes/
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 …]