Searched +full:fossilize +full:- +full:test (Results 1 – 18 of 18) sorted by relevance
| /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 …]
|
| /third_party/mesa3d/src/intel/tools/ |
| D | README.md | 26 is useful to test compiler changes (using shader-db/fossils-db 32 $ intel_stub_gpu -p dg2 fossilize-replay /path/to/fossilize.foz --enable-pipeline-stats /tmp/dg2.csv 37 $ intel_stub_gpu -p icl fossilize-replay /path/to/fossilize.foz --enable-pipeline-stats /tmp/icl.csv 43 uncompressed/easy-to-modify binary file (format described in 70 $ ./src/intel/tools/intel_hang_replay -d /tmp/error.dmp 84 ./src/intel/tools/intel_hang_viewer -p dg2 /tmp/error.dmp 90 ./src/intel/tools/intel_hang_viewer -e -p dg2 /tmp/error.dmp
|
| /third_party/mesa3d/.gitlab-ci/container/debian/ |
| D | test-vk.sh | 6 set -e 8 . .gitlab-ci/setup-test-env.sh 10 set -o xtrace 16 apt-get install -y libelogind0 # this interfere with systemd deps, install separately 22 dpkg-dev 24 glslang-tools 25 libexpat1-dev 27 libdrm-dev 28 libgbm-dev 29 libgles2-mesa-dev [all …]
|
| /third_party/mesa3d/.gitlab-ci/ |
| D | fossilize-runner.sh | 3 set -ex 5 if [ -z "$VK_DRIVER" ]; then 6 echo 'VK_DRIVER must be to something like "radeon" or "intel" for the test run' 16 # To store Fossilize logs on failure. 18 mkdir -p results
|
| 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/src/util/tests/ |
| D | cache_test.cpp | 42 #include "util/mesa-sha1.h" 71 * This is equivalent to "rm -rf <dir>" with one bit of protection 75 * Returns 0 on success, -1 on any error. 81 return -1; in rmrf_local() 95 if (stat(full_path, &sb) != -1 && S_ISDIR(sb.st_mode)) in check_directories_created() 121 char data[] = "some test data"; in cache_exists() 158 if (len == -1) { in close_and_wait_for_list() 167 i += sizeof(struct inotify_event) + event->len; in close_and_wait_for_list() 168 if (event->mask & IN_CLOSE_NOWRITE) in close_and_wait_for_list() 177 #define CACHE_TEST_TMP "./cache-test-tmp" [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/docs/ |
| D | envvars.rst | 6 but they can sometimes be useful for debugging end-user issues. 9 --------------------------- 42 - using a VK driver which has no WSI implementation for your display server 43 - profiling the DRI frontend against your VK driver's WSI implementation 50 - running xrdp 51 - using a VK driver which doesn't support modifiers 54 ------------------------------- 69 following comma-separated list of named flags, which adds extra 99 ``GL_EXT_foo -GL_EXT_bar`` will enable the ``GL_EXT_foo`` extension 107 or before year X will be reported. This is to work-around a bug in [all …]
|
| /third_party/mesa3d/src/util/ |
| D | disk_cache.c | 45 #include "util/mesa-sha1.h" 57 * - The cache version is checked internally when reading a cache entry. If we 62 * - There is no strict requirement that cache versions be backwards 76 if (util_queue_is_initialized(&cache->cache_queue)) in disk_cache_init_queue() 89 return util_queue_init(&cache->cache_queue, "disk$", 32, 4, in disk_cache_init_queue() 119 cache->path_init_failed = true; in disk_cache_type_create() 120 cache->type = DISK_CACHE_NONE; in disk_cache_type_create() 130 cache->path = ralloc_strdup(cache, path); in disk_cache_type_create() 131 if (cache->path == NULL) in disk_cache_type_create() 139 cache->compression_disabled = true; in disk_cache_type_create() [all …]
|
| /third_party/mesa3d/docs/relnotes/ |
| D | 20.2.0.rst | 1 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 …]
|
| D | 20.1.0.rst | 1 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 …]
|
| 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 | 22.1.0.rst | 1 Mesa 22.1.0 Release Notes / 2022-05-18 20 --------------- 24 df6270c1371eaa2aa6eb65b95cbbb2a98b14fa4b7ba0ed45e4ca2fd32df60477 mesa-22.1.0.tar.xz 28 ------------ 30 - d3d12 GL4.2 31 - GL_NV_pack_subimage 32 - VK_EXT_depth_clip_control on lavapipe and RADV 33 - Vulkan 1.3 support on lavapipe 34 - VK_EXT_graphics_pipeline_library on lavapipe 35 - VK_EXT_primitives_generated_query on lavapipe [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 | 21.1.0.rst | 1 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 …]
|
| D | 20.3.0.rst | 1 Mesa 20.3.0 Release Notes / 2020-12-03 20 --------------- 24 2999738e888731531cd62b27519fa37566cc0ea2cd7d4d97f46abaa3e949c630 mesa-20.3.0.tar.xz 28 ------------ 30 - GL 4.5 on llvmpipe 32 - GL_INTEL_blackhole_render on radeonsi 34 - GL_NV_copy_depth_to_color for NIR 36 - GL_NV_half_float 38 - GL_NV_shader_atomic_int64 on radeonsi 40 - EGL_KHR_swap_buffers_with_damage on X11 (DRI3) [all …]
|
| D | 21.2.0.rst | 1 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 …]
|
| 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 …]
|