Home
last modified time | relevance | path

Searched +full:fossils +full:- +full:db (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/.gitlab-ci/fossils/
Dfossils.sh5 FOSSILS_SCRIPT_DIR="$(dirname "$(readlink -f "$0")")"
6 FOSSILS_YAML="$(readlink -f "$1")"
13 rm -rf fossils-db
14 git clone --no-checkout "$repo" fossils-db
15 (cd fossils-db || return; git reset "$commit" || git reset "origin/$commit")
21 --file "$FOSSILS_YAML" "$@"
26 rm -rf .clean_git
27 cp -R .git .clean_git
32 rm -rf .git
33 cp -R .clean_git .git
[all …]
Dquery_fossils_yaml.py24 # SPDX-License-Identifier: MIT
32 print(y['fossils-db']['repo'])
37 print(y['fossils-db']['commit'])
43 fossils = list(y['fossils'])
44 if len(fossils) == 0:
47 print('\n'.join((t['path'] for t in fossils)))
51 parser.add_argument('--file', required=True,
54 subparsers = parser.add_subparsers(help='sub-command help')
62 parser_fossils = subparsers.add_parser('fossils')
/third_party/mesa3d/.gitlab-ci/
Dfossils.yml1 fossils-db:
2 repo: "https://gitlab.freedesktop.org/hakzsam/fossils-db"
5 fossils:
6 - path: sascha-willems/database.foz
7 - path: parallel-rdp/small_subgroup.foz
8 - path: parallel-rdp/small_uber_subgroup.foz
9 - path: parallel-rdp/subgroup.foz
10 - path: parallel-rdp/uber_subgroup.foz
/third_party/mesa3d/src/intel/tools/
DREADME.md26 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/docs/relnotes/
D24.3.0.rst1 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 …]
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 …]
D23.2.1.rst1 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 …]
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 …]