Home
last modified time | relevance | path

Searched +full:run +full:- +full:shader +full:- +full:db (Results 1 – 25 of 93) sorted by relevance

1234

/third_party/mesa3d/.gitlab-ci/
Drun-shader-db.sh4 set -e
6 . "${SCRIPTS_DIR}/setup-test-env.sh"
8 ARTIFACTSDIR=$(pwd)/shader-db
9 mkdir -p "$ARTIFACTSDIR"
15 cd /usr/local/shader-db
18 section_start shader-db-${driver} "Running shader-db for $driver"
20 ./run -j"${FDO_CI_CONCURRENT:-4}" ./shaders \
21 > "$ARTIFACTSDIR/${driver}-shader-db.txt"
22 section_end shader-db-${driver}
25 # Run shader-db over a number of supported chipsets for nouveau
[all …]
/third_party/mesa3d/docs/drivers/panfrost/
Ddrm-shim.rst2 drm-shim
5 Panfrost implements ``drm-shim``, stubbing out the Panfrost kernel interface.
8 - Future hardware bring up
9 - Running shader-db on non-Mali workstations
10 - Reproducing compiler (and some driver) bugs without Mali hardware
14 compiler on shader-db on an Intel desktop.
16 To build Mesa with Panfrost drm-shim, configure Meson with
17 ``-Dgallium-drivers=panfrost`` and ``-Dtools=drm-shim``. See the above
18 building section for a full invocation. The drm-shim binary will be built to
19 ``build/src/panfrost/drm-shim/libpanfrost_noop_drm_shim.so``.
[all …]
/third_party/mesa3d/docs/drivers/
Dvc4.rst7 option as of the 2016-02-09 Raspbian release using ``raspi-config``.
19 -------------
25 --------------
30 * 4-byte index buffers.
59 front/back mode don't match, we would need to run the vertex shader in
65 -------------
68 <https://gitlab.freedesktop.org/mesa/mesa/-/issues>`__ page.
80 useful. Install `vc4-gpu-tools
81 <https://github.com/anholt/vc4-gpu-tools/>`__ and use
82 ``vc4_dump_hang_state my-app.hang``. Sometimes the hang file will
[all …]
Dasahi.rst7 -----------------
12 reverse-engineering the hardware, as glue to get at the "interesting" GPU
15 The library is only built if ``-Dtools=asahi`` is passed. It builds a single
19 For example, to trace an app ``./app``, run:
24 -----------------
26 At an API level, vertex shader outputs need to be interpolated to become
27 fragment shader inputs. This process is logically pipelined in AGX, with a value
28 traveling from a vertex shader to remapping hardware to coefficient register
29 setup to the fragment shader to the iterator hardware. Each stage is described
32 Vertex shader
[all …]
Dlima.rst5 (Mali-4xx) embedded GPUs from ARM. It’s a reverse-engineered,
6 community-developed driver, and is not endorsed by ARM. Lima was
12 Mali-400 Utgard Supported
13 Mali-450 Utgard Supported
14 Mali-470 Utgard Unsupported
21 display and has little to do with display-related issues.
24 separate `display driver <#display-drivers>`__ is also required, which
29 --------------
40 are enabled by internal shader transformations.
41 Check the `known hardware limitations <#known-hardware-limitations>`__
[all …]
/third_party/mesa3d/src/freedreno/ci/
Dgitlab-ci.yml2 - 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 …]
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_gallium.c3 * SPDX-License-Identifier: MIT
31 * The hardware cso for shader state
37 struct ir3_shader *shader; member
46 * The only case where util_debug_message() is used in the initial-variants
49 * compile the initial shader variant asynchronously.
54 return unlikely(ctx->debug.debug_message) || FD_DBG(SHADERDB) || in initial_variants_synchronous()
67 "%s shader: %u inst, %u nops, %u non-nops, %u mov, %u cov, " in dump_shader_info()
68 "%u dwords, %u last-baryf, %u last-helper, %u half, %u full, %u constlen, " in dump_shader_info()
71 "%d loops, %u preamble inst, %d early-preamble\n", in dump_shader_info()
72 ir3_shader_stage(v), v->info.instrs_count, v->info.nops_count, in dump_shader_info()
[all …]
/third_party/mesa3d/.gitlab-ci/build/
Dgitlab-ci.yml2 .build-common:
3 extends: .container+build-rules
7 # Build jobs don't take more than 1-3 minutes. 5-8 min max on a fresh runner
22 - _build/meson-logs/*.txt
23 - _build/meson-logs/strace
24 - _build/.ninja_log
25 - artifacts
28 .build-linux:
29 extends: .build-common
36 - !reference [default, before_script]
[all …]
/third_party/mesa3d/docs/relnotes/
D19.1.3.rst16 ----------------
20 845460b2225d15c15d4a9743dec798ff0b7396b533011d43e774e67f7825b7e0 mesa-19.1.3.tar.xz
23 ------------
28 ---------
30 - `Bug 109203 <https://bugs.freedesktop.org/show_bug.cgi?id=109203>`__
31 - [cfl dxvk] GPU Crash Launching Monopoly Plus (Iris Plus 655 / Wine
33 - `Bug 109524 <https://bugs.freedesktop.org/show_bug.cgi?id=109524>`__
34 - "Invalid glsl version in shading_language_version()" when trying to
35 run directX games using wine
36 - `Bug 110309 <https://bugs.freedesktop.org/show_bug.cgi?id=110309>`__
[all …]
D23.1.6.rst1 Mesa 23.1.6 Release Notes / 2023-08-16
18 ---------------
22 f4c7fd8e7b472a88da7d83e9a48f6f3bd17d4ea2cc4386f7231b796f3964157a mesa-23.1.6.tar.xz
26 ------------
28 - None
32 ---------
34 - nouveau prevents hardware acceleration with Chromium (Wayland)
35 - Corrupt text rendering in Blender
36 - DRI2 gallium frontend is using bad format type
37 - Incorrect vlVaCreateBuffer/vlVaMapBuffer behavior for buffer type VAEncCodedBufferType in Gallium
[all …]
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 …]
D23.1.0.rst1 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 …]
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 …]
D24.2.0.rst1 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 …]
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.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 …]
D22.3.0.rst1 Mesa 22.3.0 Release Notes / 2022-12-02
20 ---------------
24 644bf936584548c2b88762111ad58b4aa3e4688874200e5a4eb74e53ce301746 mesa-22.3.0.tar.xz
28 ------------
30 - GL_ARB_shader_clock on llvmpipe
31 - VK_KHR_shader_clock on lavapipe
32 - Mesa-DB, the new single file cache type
33 - VK_EXT_attachment_feedback_loop_layout on RADV, lavapipe
34 - VK_KHR_global_priority on RADV
35 - GL_KHR_blend_equation_advanced_coherent on zink
[all …]
D20.0.0.rst1 Mesa 20.0.0 Release Notes / 2020-02-19
21 ---------------
25 bb6db3e54b608d2536d4000b3de7dd3ae115fc114e8acbb5afff4b3bbed04b34 mesa-20.0.0.tar.xz
28 ------------
30 - OpenGL 4.6 on radeonsi.
31 - GL_ARB_gl_spirv on radeonsi.
32 - GL_ARB_spirv_extensions on radeonsi.
33 - GL_EXT_direct_state_access for compatibility profile.
34 - VK_AMD_device_coherent_memory on RADV.
35 - VK_AMD_mixed_attachment_samples on RADV.
[all …]
D24.1.0.rst1 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 …]
/third_party/mesa3d/docs/
Denvvars.rst6 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/compiler/glsl/glcpp/
Dpp.c35 parser->error = 1; in glcpp_error()
36 _mesa_string_buffer_printf(parser->info_log, in glcpp_error()
39 locp->source, in glcpp_error()
40 locp->first_line, in glcpp_error()
41 locp->first_column); in glcpp_error()
43 _mesa_string_buffer_vprintf(parser->info_log, fmt, ap); in glcpp_error()
45 _mesa_string_buffer_append_char(parser->info_log, '\n'); in glcpp_error()
53 _mesa_string_buffer_printf(parser->info_log, in glcpp_warning()
56 locp->source, in glcpp_warning()
57 locp->first_line, in glcpp_warning()
[all …]
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_context.h37 #include "drm-uapi/vc4_drm.h"
112 /** A name for this program, so you can track it in shader-db output. */
114 /** How many variants of this program were compiled, for shader-db. */
121 * Array of the meanings of the VPM inputs this shader needs.
137 * VC4_DIRTY_* flags that, when set in vc4->dirty, mean that the
138 * uniforms have to be rewritten (and therefore the shader state
149 * failure. In this case, we have no shader to run and should not try
158 /* Byte offsets for the start of the vertex attributes 0-7, and the
190 /* Hash table key for vc4->jobs */
274 uint32_t clear_depth; /**< 24-bit unorm depth */
[all …]
/third_party/mesa3d/src/intel/vulkan/
DgenX_simple_shader.c39 assert(state->cmd_buffer && state->cmd_buffer->state.current_pipeline == _3D); in genX()
41 struct anv_batch *batch = state->batch; in genX()
42 struct anv_device *device = state->device; in genX()
44 brw_wm_prog_data_const(state->kernel->prog_data); in genX()
53 * Find more about how to set up a 3D pipeline with a fragment shader but in genX()
54 * without a vertex shader in blorp_emit_vertex_elements() in in genX()
103 * allocate space for the VS. Even though one isn't run, we need VUEs to in genX()
110 genX(emit_l3_config)(batch, device, state->l3_config); in genX()
111 state->cmd_buffer->state.current_l3_config = state->l3_config; in genX()
114 genX(emit_urb_setup)(device, batch, state->l3_config, in genX()
[all …]
/third_party/mesa3d/src/intel/vulkan_hasvk/
Danv_pipeline.c30 #include "util/mesa-sha1.h"
56 const struct anv_physical_device *pdevice = device->physical; in anv_shader_stage_to_nir()
57 const struct elk_compiler *compiler = pdevice->compiler; in anv_shader_stage_to_nir()
58 gl_shader_stage stage = vk_to_mesa_shader_stage(stage_info->stage); in anv_shader_stage_to_nir()
60 compiler->nir_options[stage]; in anv_shader_stage_to_nir()
80 vk_pipeline_shader_stage_to_nir(&device->vk, pipeline_flags, stage_info, in anv_shader_stage_to_nir()
87 fprintf(stderr, "NIR (from SPIR-V) for %s shader:\n", in anv_shader_stage_to_nir()
105 /* Vulkan uses the separate-shader linking model */ in anv_shader_stage_to_nir()
106 nir->info.separate_shader = true; in anv_shader_stage_to_nir()
126 vk_object_base_init(&device->vk, &pipeline->base, in anv_pipeline_init()
[all …]
/third_party/mesa3d/src/mesa/main/
Dconsts_exts.h2 * Mesa 3-D graphics library
4 * Copyright (C) 1999-2008 Brian Paul All Rights Reserved.
309 * By default, the value is equal to ctx->Version. This changes to ~0
320 /** Driver-selectable options: */
357 * - preferring DP4 instructions (rather than MUL/MAD) for
362 /** Clamp UBO and SSBO block indices so they don't go out-of-bounds. */
375 * Precision info for shader datatypes. See glGetShaderPrecisionFormat().
397 GLuint MaxAddressOffset; /**< [-MaxAddressOffset, MaxAddressOffset-1] */
405 * \name Per-stage input / output limits
411 * Starting with OpenGL 3.2, the limits are advertised with per-stage
[all …]

1234